/* style/resources-lucky8-deposit-withdrawal.css */
.page-resources-lucky8-deposit-withdrawal {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #1A1A2E; /* Dark text for readability */
    background-color: #f8f8f8;
}

.page-resources-lucky8-deposit-withdrawal__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-lucky8-deposit-withdrawal__hero-section {
    background: linear-gradient(135deg, #1A1A2E, #3A3A5E); /* Darker gradient for hero */
    color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-lucky8-deposit-withdrawal__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
}

.page-resources-lucky8-deposit-withdrawal__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #E0B95B; /* Accent color for subtitle */
}

.page-resources-lucky8-deposit-withdrawal__highlight {
    color: #E0B95B;
}

.page-resources-lucky8-deposit-withdrawal__cta-button {
    display: inline-block;
    background-color: #E0B95B; /* Accent color for CTA */
    color: #1A1A2E; /* Dark text on accent background */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-lucky8-deposit-withdrawal__cta-button:hover {
    background-color: #c9a64e; /* Slightly darker accent on hover */
    transform: translateY(-3px);
}

.page-resources-lucky8-deposit-withdrawal__cta-button--large {
    font-size: 1.3em;
    padding: 18px 35px;
}

.page-resources-lucky8-deposit-withdrawal__cta-button--alt {
    background-color: #1A1A2E; /* Primary color for alt CTA */
    color: #E0B95B; /* Accent text on primary background */
    border: 2px solid #E0B95B;
}

.page-resources-lucky8-deposit-withdrawal__cta-button--alt:hover {
    background-color: #2a2a4e;
    border-color: #f0c66a;
}

.page-resources-lucky8-deposit-withdrawal__content-section {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.page-resources-lucky8-deposit-withdrawal__intro-text {
    font-size: 1.1em;
    margin-bottom: 40px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-lucky8-deposit-withdrawal__bold {
    font-weight: bold;
}

.page-resources-lucky8-deposit-withdrawal__section-title {
    font-size: 2.5em;
    color: #1A1A2E;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-lucky8-deposit-withdrawal__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #E0B95B;
    border-radius: 2px;
}

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

.page-resources-lucky8-deposit-withdrawal__method-card {
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-resources-lucky8-deposit-withdrawal__method-card:hover {
    transform: translateY(-10px);
}

.page-resources-lucky8-deposit-withdrawal__method-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-resources-lucky8-deposit-withdrawal__method-title {
    font-size: 1.8em;
    color: #1A1A2E;
    margin-bottom: 15px;
}

.page-resources-lucky8-deposit-withdrawal__step-title {
    font-size: 1.3em;
    color: #3A3A5E;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: left;
}

.page-resources-lucky8-deposit-withdrawal__step-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.page-resources-lucky8-deposit-withdrawal__step-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.page-resources-lucky8-deposit-withdrawal__step-list li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #E0B95B;
    color: #1A1A2E;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    font-weight: bold;
}

.page-resources-lucky8-deposit-withdrawal__sub-section-title {
    font-size: 2em;
    color: #1A1A2E;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}

.page-resources-lucky8-deposit-withdrawal__bullet-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-resources-lucky8-deposit-withdrawal__bullet-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.page-resources-lucky8-deposit-withdrawal__bullet-list li::before {
    content: '•';
    color: #E0B95B;
    position: absolute;
    left: 0;
    font-size: 1.5em;
    line-height: 1;
}

.page-resources-lucky8-deposit-withdrawal__image-full-width {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-lucky8-deposit-withdrawal__info-box {
    background-color: #1A1A2E;
    color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.page-resources-lucky8-deposit-withdrawal__info-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    object-fit: contain;
}

.page-resources-lucky8-deposit-withdrawal__info-box .page-resources-lucky8-deposit-withdrawal__bullet-list {
    margin-bottom: 0;
}

.page-resources-lucky8-deposit-withdrawal__info-box .page-resources-lucky8-deposit-withdrawal__bullet-list li::before {
    color: #E0B95B;
}

.page-resources-lucky8-deposit-withdrawal__faq-container {
    margin-top: 40px;
}

.page-resources-lucky8-deposit-withdrawal__faq-item {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-lucky8-deposit-withdrawal__faq-question {
    font-size: 1.4em;
    color: #1A1A2E;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.page-resources-lucky8-deposit-withdrawal__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #E0B95B;
    transition: transform 0.3s ease;
}

.page-resources-lucky8-deposit-withdrawal__faq-item.active .page-resources-lucky8-deposit-withdrawal__faq-question::after {
    transform: rotate(45deg);
}

.page-resources-lucky8-deposit-withdrawal__faq-answer {
    font-size: 1em;
    color: #3A3A5E;
    display: none;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
}

.page-resources-lucky8-deposit-withdrawal__faq-item.active .page-resources-lucky8-deposit-withdrawal__faq-answer {
    display: block;
}

.page-resources-lucky8-deposit-withdrawal__outro-text {
    font-size: 1.2em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-resources-lucky8-deposit-withdrawal__cta-wrapper {
    text-align: center;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.page-resources-lucky8-deposit-withdrawal__cta-image {
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-lucky8-deposit-withdrawal__contact-promo {
    background-color: #E0B95B; /* Accent color for contact section */
    color: #1A1A2E; /* Dark text on accent background */
    padding: 60px 0;
    text-align: center;
    margin-top: 60px;
}

.page-resources-lucky8-deposit-withdrawal__contact-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-resources-lucky8-deposit-withdrawal__contact-text {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-lucky8-deposit-withdrawal__hero-title {
        font-size: 2.5em;
    }

    .page-resources-lucky8-deposit-withdrawal__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-lucky8-deposit-withdrawal__section-title {
        font-size: 2em;
    }

    .page-resources-lucky8-deposit-withdrawal__method-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-lucky8-deposit-withdrawal__method-card {
        padding: 20px;
    }

    .page-resources-lucky8-deposit-withdrawal__method-title {
        font-size: 1.5em;
    }

    .page-resources-lucky8-deposit-withdrawal__sub-section-title {
        font-size: 1.8em;
    }

    .page-resources-lucky8-deposit-withdrawal__info-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page-resources-lucky8-deposit-withdrawal__info-icon {
        margin-bottom: 20px;
    }

    .page-resources-lucky8-deposit-withdrawal__bullet-list li {
        text-align: left;
    }

    .page-resources-lucky8-deposit-withdrawal__contact-title {
        font-size: 2.2em;
    }

    .page-resources-lucky8-deposit-withdrawal__contact-text {
        font-size: 1em;
    }

    .page-resources-lucky8-deposit-withdrawal__cta-image {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .page-resources-lucky8-deposit-withdrawal__hero-title {
        font-size: 2em;
    }

    .page-resources-lucky8-deposit-withdrawal__cta-button {
        font-size: 1em;
        padding: 12px 25px;
    }

    .page-resources-lucky8-deposit-withdrawal__cta-button--large {
        font-size: 1.1em;
        padding: 15px 30px;
    }

    .page-resources-lucky8-deposit-withdrawal__section-title {
        font-size: 1.8em;
    }

    .page-resources-lucky8-deposit-withdrawal__sub-section-title {
        font-size: 1.6em;
    }

    .page-resources-lucky8-deposit-withdrawal__faq-question {
        font-size: 1.2em;
    }

    .page-resources-lucky8-deposit-withdrawal__intro-text, 
    .page-resources-lucky8-deposit-withdrawal__outro-text {
        font-size: 0.95em;
    }
}