/* style/resources-go88-registration-rewards.css */
:root {
    --primary-color: #E44D26;
    --secondary-color: #FFB800;
    --text-light: #ffffff;
    --text-dark: #333333;
    --bg-dark: #0d0d0d;
    --bg-light: #f8f8f8;
    --card-bg-dark: rgba(255, 255, 255, 0.08);
    --card-bg-light: #ffffff;
    --border-color: rgba(255, 255, 255, 0.15);
}

.page-resources-go88-registration-rewards {
    color: var(--text-light); /* Body background is dark, so text should be light */
    background-color: var(--bg-dark);
    padding-top: 120px; /* Adjust for fixed header on desktop */
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards {
        padding-top: 100px !important; /* Adjust for fixed header on mobile */
        font-size: 16px;
        line-height: 1.6;
    }
}

.page-resources-go88-registration-rewards__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.page-resources-go88-registration-rewards__hero-section {
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #a83a1f 100%);
    color: var(--text-light);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__hero-section {
        padding: 60px 0;
    }
}

.page-resources-go88-registration-rewards__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__main-title {
        font-size: 2em;
    }
}

.page-resources-go88-registration-rewards__description {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__description {
        font-size: 1em;
        margin-bottom: 30px;
    }
}

.page-resources-go88-registration-rewards__description a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.page-resources-go88-registration-rewards__description a:hover {
    color: #ffd700;
}

.page-resources-go88-registration-rewards__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }
}

.page-resources-go88-registration-rewards__cta-button {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__cta-button {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 25px !important;
        font-size: 1em !important;
    }
}

.page-resources-go88-registration-rewards__cta-button--primary {
    background-color: var(--secondary-color);
    color: var(--text-dark);
    border: 2px solid var(--secondary-color);
}

.page-resources-go88-registration-rewards__cta-button--primary:hover {
    background-color: #e6a700;
    border-color: #e6a700;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-go88-registration-rewards__cta-button--secondary {
    background-color: transparent;
    color: var(--text-light);
    border: 2px solid var(--text-light);
}

.page-resources-go88-registration-rewards__cta-button--secondary:hover {
    background-color: var(--text-light);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-go88-registration-rewards__cta-button--large {
    padding: 18px 45px;
    font-size: 1.3em;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__cta-button--large {
        padding: 15px 30px !important;
        font-size: 1.1em !important;
    }
}

.page-resources-go88-registration-rewards__content-section {
    padding: 60px 0;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__content-section {
        padding: 40px 0;
    }
}

.page-resources-go88-registration-rewards__dark-bg {
    background-color: var(--bg-dark);
    color: var(--text-light);
}

.page-resources-go88-registration-rewards__light-bg {
    background-color: var(--card-bg-light);
    color: var(--text-dark);
}

.page-resources-go88-registration-rewards__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 50px;
    color: var(--secondary-color);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.page-resources-go88-registration-rewards__dark-bg .page-resources-go88-registration-rewards__section-title {
    color: var(--secondary-color);
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
}

.page-resources-go88-registration-rewards__content-section p {
    font-size: 1.1em;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__content-section p {
        font-size: 1em;
    }
}

.page-resources-go88-registration-rewards__content-section p a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.page-resources-go88-registration-rewards__content-section p a:hover {
    color: #ffd700;
}

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

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.page-resources-go88-registration-rewards__feature-card {
    background-color: var(--card-bg-light);
    color: var(--text-dark);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-go88-registration-rewards__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-go88-registration-rewards__feature-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    object-fit: contain;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__feature-icon {
        width: 80px;
        height: 80px;
    }
}

.page-resources-go88-registration-rewards__card-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__card-title {
        font-size: 1.3em;
    }
}

.page-resources-go88-registration-rewards__feature-card p {
    font-size: 1em;
    color: var(--text-dark);
}

.page-resources-go88-registration-rewards__step-by-step {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.page-resources-go88-registration-rewards__step-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
}

.page-resources-go88-registration-rewards__step-number {
    background-color: var(--primary-color);
    color: var(--text-light);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__step-number {
        width: 40px;
        height: 40px;
        font-size: 1.5em;
    }
}

.page-resources-go88-registration-rewards__step-content {
    flex: 1;
}

.page-resources-go88-registration-rewards__step-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__step-title {
        font-size: 1.5em;
    }
}

.page-resources-go88-registration-rewards__step-content p {
    font-size: 1.1em;
    color: var(--text-light);
}

.page-resources-go88-registration-rewards__step-content p a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.page-resources-go88-registration-rewards__step-content p a:hover {
    color: #ffd700;
}

.page-resources-go88-registration-rewards__image--medium {
    max-width: 600px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__image--medium {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}

.page-resources-go88-registration-rewards__app-download {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__app-download {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
}

.page-resources-go88-registration-rewards__app-info {
    flex: 1;
    min-width: 300px;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__app-info {
        width: 100%;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

.page-resources-go88-registration-rewards__app-info .page-resources-go88-registration-rewards__card-title {
    color: var(--secondary-color);
    text-align: left;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__app-info .page-resources-go88-registration-rewards__card-title {
        text-align: center;
    }
}

.page-resources-go88-registration-rewards__app-info .page-resources-go88-registration-rewards__cta-button {
    margin-top: 15px;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__app-info .page-resources-go88-registration-rewards__cta-button {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .page-resources-go88-registration-rewards__app-info .page-resources-go88-registration-rewards__cta-button:first-of-type {
        margin-bottom: 15px;
    }
}

.page-resources-go88-registration-rewards__list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-resources-go88-registration-rewards__list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.1em;
    color: var(--text-light);
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__list li {
        font-size: 1em;
        justify-content: center;
    }
}

.page-resources-go88-registration-rewards__list-icon {
    color: var(--secondary-color);
    font-size: 1.2em;
    margin-right: 10px;
    flex-shrink: 0;
}

.page-resources-go88-registration-rewards__app-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-resources-go88-registration-rewards__image--large {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    margin: 0 auto 20px auto;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__image--large {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}

.page-resources-go88-registration-rewards__image-caption {
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9em;
}

.page-resources-go88-registration-rewards__image-caption a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.page-resources-go88-registration-rewards__image-caption a:hover {
    color: #ffd700;
}

.page-resources-go88-registration-rewards__reward-info {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__reward-info {
        flex-direction: column-reverse; /* Image on top for mobile */
        text-align: center;
        gap: 30px;
    }
}

.page-resources-go88-registration-rewards__reward-details {
    flex: 1;
    min-width: 300px;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__reward-details {
        width: 100%;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

.page-resources-go88-registration-rewards__reward-details .page-resources-go88-registration-rewards__card-title {
    color: var(--primary-color);
    text-align: left;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__reward-details .page-resources-go88-registration-rewards__card-title {
        text-align: center;
    }
}

.page-resources-go88-registration-rewards__reward-details p {
    color: var(--text-light);
}

.page-resources-go88-registration-rewards__reward-details .page-resources-go88-registration-rewards__cta-button {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__reward-details .page-resources-go88-registration-rewards__cta-button {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

.page-resources-go88-registration-rewards__reward-info .page-resources-go88-registration-rewards__image--medium {
    margin: 0;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__reward-info .page-resources-go88-registration-rewards__image--medium {
        margin: 0 auto;
    }
}

/* FAQ Section Styles */
.page-resources-go88-registration-rewards__faq-section {
    padding: 60px 0;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__faq-section {
        padding: 40px 0;
    }
}

.page-resources-go88-registration-rewards__faq-list {
    margin-top: 40px;
}

.page-resources-go88-registration-rewards__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--card-bg-dark);
}

.page-resources-go88-registration-rewards__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background-color: var(--primary-color);
    color: var(--text-light);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-go88-registration-rewards__faq-question:hover {
    background-color: #c94220;
    border-color: #b3391d;
}

.page-resources-go88-registration-rewards__faq-question:active {
    background-color: #a83a1f;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__faq-question {
        padding: 15px;
        flex-wrap: wrap;
    }
}

.page-resources-go88-registration-rewards__faq-question h3 {
    margin: 0;
    padding: 0;
    flex: 1;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5;
    pointer-events: none;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__faq-question h3 {
        font-size: 1em;
        margin-bottom: 0;
        width: calc(100% - 40px);
    }
}

.page-resources-go88-registration-rewards__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: var(--text-light);
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.page-resources-go88-registration-rewards__faq-item.active .page-resources-go88-registration-rewards__faq-toggle {
    transform: rotate(45deg); /* Rotate for 'x' effect */
    color: var(--secondary-color);
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__faq-toggle {
        margin-left: 10px;
        width: 24px;
        height: 24px;
        font-size: 20px;
    }
}

.page-resources-go88-registration-rewards__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    padding: 0 20px;
    opacity: 0;
    color: var(--text-light);
    background-color: var(--card-bg-dark);
    border-radius: 0 0 5px 5px;
}

.page-resources-go88-registration-rewards__faq-item.active .page-resources-go88-registration-rewards__faq-answer {
    max-height: 2000px !important; /* Sufficiently large to contain any content */
    padding: 20px !important;
    opacity: 1;
    border: 1px solid var(--border-color);
    border-top: none;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__faq-answer {
        padding: 0 15px;
    }
    .page-resources-go88-registration-rewards__faq-item.active .page-resources-go88-registration-rewards__faq-answer {
        padding: 15px !important;
    }
}

.page-resources-go88-registration-rewards__faq-answer p {
    margin: 0;
    font-size: 1em;
    color: var(--text-light);
}

.page-resources-go88-registration-rewards__faq-answer p a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.page-resources-go88-registration-rewards__faq-answer p a:hover {
    color: #ffd700;
}

.page-resources-go88-registration-rewards__conclusion-section {
    text-align: center;
    padding: 80px 0;
    background-color: var(--primary-color);
    color: var(--text-light);
    box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__conclusion-section {
        padding: 60px 0;
    }
}

.page-resources-go88-registration-rewards__conclusion-section p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards__conclusion-section p {
        font-size: 1em;
        margin-bottom: 30px;
    }
}

.page-resources-go88-registration-rewards__conclusion-section p a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.page-resources-go88-registration-rewards__conclusion-section p a:hover {
    color: #ffd700;
}

/* General image responsiveness */
.page-resources-go88-registration-rewards img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .page-resources-go88-registration-rewards img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-resources-go88-registration-rewards__content-section,
    .page-resources-go88-registration-rewards__faq-section,
    .page-resources-go88-registration-rewards__conclusion-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden !important;
    }
    .page-resources-go88-registration-rewards__content-section .page-resources-go88-registration-rewards__container,
    .page-resources-go88-registration-rewards__faq-section .page-resources-go88-registration-rewards__container,
    .page-resources-go88-registration-rewards__conclusion-section .page-resources-go88-registration-rewards__container {
        padding-left: 15px;
        padding-right: 15px;
    }
}