.page-support-deposit-withdrawal {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}

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

.page-support-deposit-withdrawal__hero {
    background: linear-gradient(135deg, #4B0082, #6a0dad);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-support-deposit-withdrawal__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,purple_gold]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-support-deposit-withdrawal__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #FFC107;
}

.page-support-deposit-withdrawal__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    color: #f0f0f0;
}

.page-support-deposit-withdrawal__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-support-deposit-withdrawal__button {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-support-deposit-withdrawal__button.--primary {
    background-color: #FFC107;
    color: #4B0082;
}

.page-support-deposit-withdrawal__button.--primary:hover {
    background-color: #e0ac00;
    color: #3a0066;
    transform: translateY(-2px);
}

.page-support-deposit-withdrawal__button.--secondary {
    background-color: transparent;
    color: #FFC107;
    border: 2px solid #FFC107;
}

.page-support-deposit-withdrawal__button.--secondary:hover {
    background-color: #FFC107;
    color: #4B0082;
    transform: translateY(-2px);
}

.page-support-deposit-withdrawal__section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.page-support-deposit-withdrawal__section.--dark {
    background-color: #4B0082;
    color: #f0f0f0;
}

.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__section-title,
.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__sub-title {
    color: #FFC107;
}

.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__text,
.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__list li,
.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__ordered-list li {
    color: #f0f0f0;
}

.page-support-deposit-withdrawal__section-title {
    font-size: 2.5em;
    color: #4B0082;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-support-deposit-withdrawal__sub-title {
    font-size: 1.8em;
    color: #4B0082;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-support-deposit-withdrawal__text {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.page-support-deposit-withdrawal__list,
.page-support-deposit-withdrawal__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-support-deposit-withdrawal__ordered-list {
    list-style-type: decimal;
}

.page-support-deposit-withdrawal__list li,
.page-support-deposit-withdrawal__ordered-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #555;
}

.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__list li,
.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__ordered-list li {
    color: #f0f0f0;
}

.page-support-deposit-withdrawal__list li strong {
    color: #4B0082;
}

.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__list li strong {
    color: #FFC107;
}

.page-support-deposit-withdrawal__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-support-deposit-withdrawal__step-by-step ol li strong {
    color: #4B0082;
}

.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__step-by-step ol li strong {
    color: #FFC107;
}

.page-support-deposit-withdrawal__step-by-step ol li a {
    color: #FFC107;
    text-decoration: underline;
}

.page-support-deposit-withdrawal__step-by-step ol li a:hover {
    color: #e0ac00;
}

.page-support-deposit-withdrawal__faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.page-support-deposit-withdrawal__faq-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__faq-item {
    background-color: #6a0dad;
    color: #f0f0f0;
}

.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__faq-item .page-support-deposit-withdrawal__faq-question {
    color: #FFC107;
}

.page-support-deposit-withdrawal__faq-item:hover {
    transform: translateY(-5px);
}

.page-support-deposit-withdrawal__faq-question {
    font-size: 1.3em;
    color: #4B0082;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-support-deposit-withdrawal__faq-answer {
    font-size: 1em;
    color: #666;
}

.page-support-deposit-withdrawal__section.--dark .page-support-deposit-withdrawal__faq-answer {
    color: #e0e0e0;
}

.page-support-deposit-withdrawal__cta {
    background: linear-gradient(135deg, #4B0082, #6a0dad);
    color: #fff;
    padding: 70px 0;
    text-align: center;
}

.page-support-deposit-withdrawal__cta-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #FFC107;
}

.page-support-deposit-withdrawal__cta-text {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
}

.page-support-deposit-withdrawal__cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.highlight {
    color: #FFC107;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-support-deposit-withdrawal__hero-title {
        font-size: 2.5em;
    }
    .page-support-deposit-withdrawal__hero-subtitle {
        font-size: 1.1em;
    }
    .page-support-deposit-withdrawal__section-title {
        font-size: 2em;
    }
    .page-support-deposit-withdrawal__sub-title {
        font-size: 1.5em;
    }
    .page-support-deposit-withdrawal__faq-grid {
        grid-template-columns: 1fr;
    }
    .page-support-deposit-withdrawal__hero-actions,
    .page-support-deposit-withdrawal__cta-actions {
        flex-direction: column;
        align-items: center;
    }
    .page-support-deposit-withdrawal__button {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-support-deposit-withdrawal__hero-title {
        font-size: 2em;
    }
    .page-support-deposit-withdrawal__hero-subtitle {
        font-size: 1em;
    }
    .page-support-deposit-withdrawal__section-title {
        font-size: 1.8em;
    }
    .page-support-deposit-withdrawal__sub-title {
        font-size: 1.3em;
    }
    .page-support-deposit-withdrawal__button {
        padding: 10px 20px;
        font-size: 1em;
    }
}