/* style/deposit-withdrawal-deposit-methods.css */
.page-deposit-withdrawal-deposit-methods {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

.page-deposit-withdrawal-deposit-methods__hero {
    background: linear-gradient(135deg, #1A2E44 0%, #3a5c81 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-deposit-withdrawal-deposit-methods__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-deposit-withdrawal-deposit-methods__subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-deposit-withdrawal-deposit-methods__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.page-deposit-withdrawal-deposit-methods__btn--primary {
    background-color: #FFD700;
    color: #1A2E44;
    border: none;
}

.page-deposit-withdrawal-deposit-methods__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-deposit-withdrawal-deposit-methods__btn--secondary {
    background-color: #1A2E44;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-deposit-withdrawal-deposit-methods__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A2E44;
    transform: translateY(-3px);
}

.page-deposit-withdrawal-deposit-methods__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

.page-deposit-withdrawal-deposit-methods__section {
    padding: 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.page-deposit-withdrawal-deposit-methods__section--dark {
    background-color: #f0f4f7;
}

.page-deposit-withdrawal-deposit-methods__section-title {
    font-size: 2.5em;
    color: #1A2E44;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-deposit-withdrawal-deposit-methods__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-deposit-withdrawal-deposit-methods__text-intro {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    color: #555;
}

.page-deposit-withdrawal-deposit-methods__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
    margin-top: 40px;
}

.page-deposit-withdrawal-deposit-methods__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-deposit-withdrawal-deposit-methods__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-deposit-withdrawal-deposit-methods__feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}

.page-deposit-withdrawal-deposit-methods__feature-heading {
    font-size: 1.5em;
    color: #1A2E44;
    margin-bottom: 10px;
}

.page-deposit-withdrawal-deposit-methods__feature-text {
    color: #666;
}

.page-deposit-withdrawal-deposit-methods__method-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
    border-left: 5px solid #FFD700;
}

.page-deposit-withdrawal-deposit-methods__method-title {
    font-size: 2em;
    color: #1A2E44;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.page-deposit-withdrawal-deposit-methods__method-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

.page-deposit-withdrawal-deposit-methods__method-image {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-deposit-withdrawal-deposit-methods__method-details {
    flex: 1;
    min-width: 300px;
}

.page-deposit-withdrawal-deposit-methods__method-description {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

.page-deposit-withdrawal-deposit-methods__method-subheading {
    font-size: 1.4em;
    color: #1A2E44;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-deposit-withdrawal-deposit-methods__step-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-deposit-withdrawal-deposit-methods__step-list li {
    background-color: #fdfdfd;
    border-left: 3px solid #FFD700;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-size: 1em;
    color: #333;
}

.page-deposit-withdrawal-deposit-methods__step-list li strong {
    color: #1A2E44;
}

.page-deposit-withdrawal-deposit-methods__note {
    font-style: italic;
    color: #888;
    margin-top: 20px;
    padding-left: 10px;
    border-left: 2px solid #ccc;
}

.page-deposit-withdrawal-deposit-methods__cta-banner {
    background-color: #1A2E44;
    border-radius: 12px;
    padding: 40px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-deposit-withdrawal-deposit-methods__cta-image {
    width: 150px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
}

.page-deposit-withdrawal-deposit-methods__cta-content {
    text-align: center;
    flex: 1;
    min-width: 280px;
}

.page-deposit-withdrawal-deposit-methods__cta-title {
    font-size: 2.2em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-deposit-withdrawal-deposit-methods__cta-text {
    font-size: 1.1em;
    margin-bottom: 25px;
    color: #f0f0f0;
}

.page-deposit-withdrawal-deposit-methods__checklist {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.page-deposit-withdrawal-deposit-methods__checklist li {
    background-color: #fdfdfd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #FFD700;
    font-size: 1.05em;
    color: #333;
    position: relative;
}

.page-deposit-withdrawal-deposit-methods__checklist li strong {
    color: #1A2E44;
}

.page-deposit-withdrawal-deposit-methods__security-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-deposit-withdrawal-deposit-methods__security-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-deposit-withdrawal-deposit-methods__security-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}

.page-deposit-withdrawal-deposit-methods__security-heading {
    font-size: 1.6em;
    color: #1A2E44;
    margin-bottom: 10px;
}

.page-deposit-withdrawal-deposit-methods__security-text {
    color: #666;
}

.page-deposit-withdrawal-deposit-methods__faq-list {
    margin-top: 40px;
}

.page-deposit-withdrawal-deposit-methods__faq-item {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-deposit-withdrawal-deposit-methods__faq-question {
    font-size: 1.3em;
    color: #1A2E44;
    padding: 20px;
    margin: 0;
    cursor: pointer;
    background-color: #f0f4f7;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-deposit-withdrawal-deposit-methods__faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-deposit-withdrawal-deposit-methods__faq-question.active {
    background-color: #e0e5e9;
}

.page-deposit-withdrawal-deposit-methods__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-deposit-withdrawal-deposit-methods__faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background-color: #fff;
}

.page-deposit-withdrawal-deposit-methods__faq-answer p {
    margin: 15px 0;
    color: #555;
}

.page-deposit-withdrawal-deposit-methods__faq-answer.active {
    max-height: 200px; /* Adjust based on content */
    padding: 20px;
}

.page-deposit-withdrawal-deposit-methods__final-cta {
    background: linear-gradient(135deg, #FFD700 0%, #e6c200 100%);
    padding: 80px 0;
    text-align: center;
    color: #1A2E44;
}

.page-deposit-withdrawal-deposit-methods__final-cta-content {
    max-width: 900px;
}

.page-deposit-withdrawal-deposit-methods__final-cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #1A2E44;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.page-deposit-withdrawal-deposit-methods__final-cta-text {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #333;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-deposit-withdrawal-deposit-methods__title {
        font-size: 2.8em;
    }
    .page-deposit-withdrawal-deposit-methods__subtitle {
        font-size: 1.2em;
    }
    .page-deposit-withdrawal-deposit-methods__section-title {
        font-size: 2em;
    }
    .page-deposit-withdrawal-deposit-methods__method-content {
        flex-direction: column;
        align-items: center;
    }
    .page-deposit-withdrawal-deposit-methods__method-image {
        max-width: 100%;
    }
    .page-deposit-withdrawal-deposit-methods__cta-banner {
        flex-direction: column;
        text-align: center;
    }
    .page-deposit-withdrawal-deposit-methods__cta-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .page-deposit-withdrawal-deposit-methods__hero {
        padding: 60px 0;
    }
    .page-deposit-withdrawal-deposit-methods__title {
        font-size: 2.2em;
    }
    .page-deposit-withdrawal-deposit-methods__subtitle {
        font-size: 1em;
    }
    .page-deposit-withdrawal-deposit-methods__section {
        padding: 40px 0;
    }
    .page-deposit-withdrawal-deposit-methods__section-title {
        font-size: 1.8em;
    }
    .page-deposit-withdrawal-deposit-methods__feature-grid, 
    .page-deposit-withdrawal-deposit-methods__security-features {
        grid-template-columns: 1fr;
    }
    .page-deposit-withdrawal-deposit-methods__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-deposit-withdrawal-deposit-methods__btn--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
    .page-deposit-withdrawal-deposit-methods__final-cta-title {
        font-size: 2.2em;
    }
    .page-deposit-withdrawal-deposit-methods__final-cta-text {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-deposit-withdrawal-deposit-methods__title {
        font-size: 1.8em;
    }
    .page-deposit-withdrawal-deposit-methods__subtitle {
        font-size: 0.9em;
    }
    .page-deposit-withdrawal-deposit-methods__method-title {
        font-size: 1.6em;
    }
    .page-deposit-withdrawal-deposit-methods__method-subheading {
        font-size: 1.2em;
    }
    .page-deposit-withdrawal-deposit-methods__faq-question {
        font-size: 1.1em;
        padding: 15px;
    }
}