/* style/payment-methods-deposit-options.css */

.page-payment-methods-deposit-options {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-payment-methods-deposit-options__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.page-payment-methods-deposit-options__hero {
    background: linear-gradient(135deg, #0A246A 0%, #304a8b 100%); /* Dark blue gradient */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-payment-methods-deposit-options__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-payment-methods-deposit-options__hero-subtitle {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #e0e0e0;
}

/* Buttons */
.page-payment-methods-deposit-options__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-payment-methods-deposit-options__btn--primary {
    background-color: #FFD700; /* Gold */
    color: #0A246A; /* Dark blue */
    margin-right: 15px;
}

.page-payment-methods-deposit-options__btn--primary:hover {
    background-color: #e6c200; /* Slightly darker gold */
    transform: translateY(-2px);
}

.page-payment-methods-deposit-options__btn--secondary {
    background-color: #0A246A; /* Dark blue */
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-payment-methods-deposit-options__btn--secondary:hover {
    background-color: #071a4c; /* Slightly darker blue */
    border-color: #e6c200;
    transform: translateY(-2px);
}

/* Section Titles */
.page-payment-methods-deposit-options__section-title {
    font-size: 2.5em;
    color: #0A246A; /* Dark blue */
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

.page-payment-methods-deposit-options__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold underline */
    border-radius: 2px;
}

/* Why Choose Section */
.page-payment-methods-deposit-options__why-choose {
    padding: 60px 0;
    background-color: #fff;
}

.page-payment-methods-deposit-options__features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-payment-methods-deposit-options__feature-item {
    background-color: #f0f2f5;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.page-payment-methods-deposit-options__feature-item:hover {
    transform: translateY(-5px);
}

.page-payment-methods-deposit-options__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-payment-methods-deposit-options__feature-title {
    font-size: 1.5em;
    color: #0A246A;
    margin-bottom: 10px;
}

.page-payment-methods-deposit-options__feature-description {
    font-size: 1em;
    color: #555;
}

/* Deposit Methods Section */
.page-payment-methods-deposit-options__methods {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.page-payment-methods-deposit-options__method-card {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
    gap: 30px;
}

.page-payment-methods-deposit-options__method-icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 10px;
}

.page-payment-methods-deposit-options__method-content {
    flex-grow: 1;
}

.page-payment-methods-deposit-options__method-title {
    font-size: 2em;
    color: #0A246A;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-payment-methods-deposit-options__method-description {
    margin-bottom: 20px;
    color: #444;
}

.page-payment-methods-deposit-options__method-steps {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-payment-methods-deposit-options__method-steps li {
    background-color: #e8f0fe; /* Light blueish background */
    border-left: 4px solid #0A246A;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #333;
}

.page-payment-methods-deposit-options__method-steps li strong {
    color: #0A246A;
}

.page-payment-methods-deposit-options__note {
    font-style: italic;
    color: #777;
    border-left: 3px solid #FFD700;
    padding-left: 15px;
    margin-top: 25px;
}

/* Important Notes Section */
.page-payment-methods-deposit-options__important-notes {
    padding: 60px 0;
    background-color: #e8f0fe;
}

.page-payment-methods-deposit-options__list {
    list-style: none;
    padding: 0;
    max-width: 900px;
    margin: 0 auto;
}

.page-payment-methods-deposit-options__list li {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #FFD700; /* Gold accent */
    font-size: 1.1em;
    color: #333;
}

.page-payment-methods-deposit-options__list li strong {
    color: #0A246A;
}

/* Call to Action Section */
.page-payment-methods-deposit-options__cta {
    background: #0A246A; /* Dark blue background */
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-payment-methods-deposit-options__cta-title {
    font-size: 2.8em;
    color: #FFD700; /* Gold */
    margin-bottom: 20px;
}

.page-payment-methods-deposit-options__cta-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-payment-methods-deposit-options__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-payment-methods-deposit-options__hero-title {
        font-size: 2.5em;
    }

    .page-payment-methods-deposit-options__section-title {
        font-size: 2em;
    }

    .page-payment-methods-deposit-options__method-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page-payment-methods-deposit-options__method-icon {
        margin-bottom: 20px;
    }

    .page-payment-methods-deposit-options__cta-title {
        font-size: 2.2em;
    }
}

@media (max-width: 768px) {
    .page-payment-methods-deposit-options__hero {
        padding: 60px 0;
    }

    .page-payment-methods-deposit-options__hero-title {
        font-size: 2em;
    }

    .page-payment-methods-deposit-options__hero-subtitle {
        font-size: 1em;
    }

    .page-payment-methods-deposit-options__btn {
        padding: 12px 25px;
        font-size: 1em;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .page-payment-methods-deposit-options__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-payment-methods-deposit-options__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-payment-methods-deposit-options__why-choose, 
    .page-payment-methods-deposit-options__methods, 
    .page-payment-methods-deposit-options__important-notes, 
    .page-payment-methods-deposit-options__cta {
        padding: 40px 0;
    }

    .page-payment-methods-deposit-options__features {
        grid-template-columns: 1fr;
    }

    .page-payment-methods-deposit-options__method-title {
        font-size: 1.8em;
    }

    .page-payment-methods-deposit-options__list li {
        font-size: 1em;
    }
}