/* style/platform-guides-deposit-withdrawal.css */

/* Variables for colors */
:root {
    --page-platform-guides-deposit-withdrawal-primary-color: #0A2463;
    --page-platform-guides-deposit-withdrawal-secondary-color: #FFD700;
    --page-platform-guides-deposit-withdrawal-text-color-light: #F8F8F8;
    --page-platform-guides-deposit-withdrawal-text-color-dark: #333333;
    --page-platform-guides-deposit-withdrawal-text-color-subtle: #666666;
    --page-platform-guides-deposit-withdrawal-bg-light: #FFFFFF;
    --page-platform-guides-deposit-withdrawal-bg-dark: #0A2463;
}

.page-platform-guides-deposit-withdrawal {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-platform-guides-deposit-withdrawal-text-color-dark);
    background-color: var(--page-platform-guides-deposit-withdrawal-bg-light);
}

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

.page-platform-guides-deposit-withdrawal-hero {
    background: linear-gradient(135deg, var(--page-platform-guides-deposit-withdrawal-primary-color), #2A488B);
    color: var(--page-platform-guides-deposit-withdrawal-text-color-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

.page-platform-guides-deposit-withdrawal-hero > .page-platform-guides-deposit-withdrawal-container {
    position: relative;
    z-index: 1;
}

.page-platform-guides-deposit-withdrawal-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--page-platform-guides-deposit-withdrawal-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.page-platform-guides-deposit-withdrawal-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--page-platform-guides-deposit-withdrawal-text-color-light);
}

.page-platform-guides-deposit-withdrawal-btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    margin: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-platform-guides-deposit-withdrawal-btn-primary {
    background-color: var(--page-platform-guides-deposit-withdrawal-secondary-color);
    color: var(--page-platform-guides-deposit-withdrawal-primary-color);
    border: 2px solid var(--page-platform-guides-deposit-withdrawal-secondary-color);
}

.page-platform-guides-deposit-withdrawal-btn-primary:hover {
    background-color: #FFEA80;
    color: #0A2463;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-platform-guides-deposit-withdrawal-btn-secondary {
    background-color: transparent;
    color: var(--page-platform-guides-deposit-withdrawal-secondary-color);
    border: 2px solid var(--page-platform-guides-deposit-withdrawal-secondary-color);
}

.page-platform-guides-deposit-withdrawal-btn-secondary:hover {
    background-color: var(--page-platform-guides-deposit-withdrawal-secondary-color);
    color: var(--page-platform-guides-deposit-withdrawal-primary-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-platform-guides-deposit-withdrawal-btn-gold {
    background-color: var(--page-platform-guides-deposit-withdrawal-secondary-color);
    color: var(--page-platform-guides-deposit-withdrawal-primary-color);
    border: none;
}

.page-platform-guides-deposit-withdrawal-btn-gold:hover {
    background-color: #FFEA80;
    color: #0A2463;
    transform: translateY(-3px);
}

.page-platform-guides-deposit-withdrawal-btn-blue {
    background-color: var(--page-platform-guides-deposit-withdrawal-primary-color);
    color: var(--page-platform-guides-deposit-withdrawal-text-color-light);
    border: none;
}

.page-platform-guides-deposit-withdrawal-btn-blue:hover {
    background-color: #1A3E8A;
    color: var(--page-platform-guides-deposit-withdrawal-text-color-light);
    transform: translateY(-3px);
}

.page-platform-guides-deposit-withdrawal-content-section {
    padding: 60px 0;
    background-color: var(--page-platform-guides-deposit-withdrawal-bg-light);
    position: relative;
}

.page-platform-guides-deposit-withdrawal-heading {
    font-size: 2.5em;
    color: var(--page-platform-guides-deposit-withdrawal-primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-platform-guides-deposit-withdrawal-heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-platform-guides-deposit-withdrawal-secondary-color);
    border-radius: 2px;
}

.page-platform-guides-deposit-withdrawal-subheading {
    font-size: 1.8em;
    color: var(--page-platform-guides-deposit-withdrawal-primary-color);
    margin-top: 30px;
    margin-bottom: 20px;
    border-left: 5px solid var(--page-platform-guides-deposit-withdrawal-secondary-color);
    padding-left: 15px;
}

.page-platform-guides-deposit-withdrawal-text {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--page-platform-guides-deposit-withdrawal-text-color-dark);
}

.page-platform-guides-deposit-withdrawal-list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: var(--page-platform-guides-deposit-withdrawal-text-color-subtle);
}

.page-platform-guides-deposit-withdrawal-list li {
    margin-bottom: 10px;
}

.page-platform-guides-deposit-withdrawal-numbered-list {
    list-style: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: var(--page-platform-guides-deposit-withdrawal-text-color-subtle);
}

.page-platform-guides-deposit-withdrawal-numbered-list li {
    margin-bottom: 15px;
    padding-left: 5px;
}

.page-platform-guides-deposit-withdrawal-highlight {
    font-weight: bold;
    color: var(--page-platform-guides-deposit-withdrawal-primary-color);
}

.page-platform-guides-deposit-withdrawal-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-platform-guides-deposit-withdrawal-floating-cta {
    position: sticky;
    top: 20px;
    background-color: var(--page-platform-guides-deposit-withdrawal-primary-color);
    color: var(--page-platform-guides-deposit-withdrawal-text-color-light);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    text-align: center;
    margin-bottom: 60px;
    border: 2px solid var(--page-platform-guides-deposit-withdrawal-secondary-color);
    z-index: 100;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); }
    70% { transform: scale(1.02); box-shadow: 0 0 0 15px rgba(255, 215, 0, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 215, 0, 0); }
}

.page-platform-guides-deposit-withdrawal-floating-cta h3 {
    color: var(--page-platform-guides-deposit-withdrawal-secondary-color);
    font-size: 1.8em;
    margin-bottom: 10px;
}

.page-platform-guides-deposit-withdrawal-floating-cta p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--page-platform-guides-deposit-withdrawal-text-color-light);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-platform-guides-deposit-withdrawal-hero {
        padding: 80px 0;
    }

    .page-platform-guides-deposit-withdrawal-title {
        font-size: 2.5em;
    }

    .page-platform-guides-deposit-withdrawal-subtitle {
        font-size: 1.2em;
    }

    .page-platform-guides-deposit-withdrawal-heading {
        font-size: 2em;
    }

    .page-platform-guides-deposit-withdrawal-subheading {
        font-size: 1.5em;
    }

    .page-platform-guides-deposit-withdrawal-btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-platform-guides-deposit-withdrawal-floating-cta {
        padding: 20px;
        top: 10px;
        width: 90%;
    }

    .page-platform-guides-deposit-withdrawal-floating-cta h3 {
        font-size: 1.5em;
    }

    .page-platform-guides-deposit-withdrawal-floating-cta p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-platform-guides-deposit-withdrawal-hero {
        padding: 60px 0;
    }

    .page-platform-guides-deposit-withdrawal-title {
        font-size: 2em;
    }

    .page-platform-guides-deposit-withdrawal-subtitle {
        font-size: 1em;
    }

    .page-platform-guides-deposit-withdrawal-heading {
        font-size: 1.8em;
    }

    .page-platform-guides-deposit-withdrawal-subheading {
        font-size: 1.3em;
    }

    .page-platform-guides-deposit-withdrawal-btn {
        display: block;
        width: calc(100% - 20px);
        margin: 10px auto;
    }

    .page-platform-guides-deposit-withdrawal-floating-cta {
        padding: 15px;
    }

    .page-platform-guides-deposit-withdrawal-floating-cta h3 {
        font-size: 1.3em;
    }

    .page-platform-guides-deposit-withdrawal-floating-cta p {
        font-size: 0.9em;
    }
}