/* style/deposit-withdrawal-guide-qh88-supported-channels.css */

:root {
    --page-qh88-primary-color: #0A2342;
    --page-qh88-accent-color: #FFD700;
    --page-qh88-text-light: #F8F8F8;
    --page-qh88-text-dark: #333333;
    --page-qh88-bg-light: #EFEFEF;
    --page-qh88-bg-dark: #1A3A5F;
    --page-qh88-border-color: #CCCCCC;
}

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

.page-deposit-withdrawal-guide-qh88-supported-channels__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-deposit-withdrawal-guide-qh88-supported-channels__hero {
    background: linear-gradient(135deg, var(--page-qh88-primary-color) 0%, #1A3A5F 100%); /* Darker variant of primary color */
    color: var(--page-qh88-text-light);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 L 0 10" fill="none" stroke="%23ffffff20" stroke-width="0.5"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)" /></svg>');
    opacity: 0.1;
    z-index: 0;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__hero .page-deposit-withdrawal-guide-qh88-supported-channels__container {
    position: relative;
    z-index: 1;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--page-qh88-accent-color);
}

.page-deposit-withdrawal-guide-qh88-supported-channels__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--page-qh88-text-light);
}

/* Content Section */
.page-deposit-withdrawal-guide-qh88-supported-channels__content-section {
    padding: 60px 0;
    background-color: var(--page-qh88-bg-light);
}

.page-deposit-withdrawal-guide-qh88-supported-channels__heading {
    font-size: 2.5em;
    color: var(--page-qh88-primary-color);
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--page-qh88-accent-color);
    border-radius: 2px;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__sub-heading {
    font-size: 1.8em;
    color: var(--page-qh88-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--page-qh88-accent-color);
    padding-left: 15px;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__text-highlight {
    color: var(--page-qh88-accent-color);
    font-weight: bold;
}

.page-deposit-withdrawal-guide-qh88-supported-channels p {
    font-size: 1.1em;
    margin-bottom: 15px;
    line-height: 1.8;
    color: var(--page-qh88-text-dark);
}

.page-deposit-withdrawal-guide-qh88-supported-channels__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--page-qh88-text-dark);
}

.page-deposit-withdrawal-guide-qh88-supported-channels__list--ordered {
    list-style-type: decimal;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.page-deposit-withdrawal-guide-qh88-supported-channels__btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__btn--primary {
    background-color: var(--page-qh88-accent-color);
    color: var(--page-qh88-primary-color);
    margin-top: 20px;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__btn--primary:hover {
    background-color: #e6c200; /* Slightly darker gold */
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-deposit-withdrawal-guide-qh88-supported-channels__btn--secondary {
    background-color: var(--page-qh88-primary-color);
    color: var(--page-qh88-accent-color);
    border: 2px solid var(--page-qh88-accent-color);
}

.page-deposit-withdrawal-guide-qh88-supported-channels__btn--secondary:hover {
    background-color: #06182e; /* Slightly darker primary */
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-deposit-withdrawal-guide-qh88-supported-channels__link {
    color: var(--page-qh88-primary-color);
    text-decoration: underline;
    font-weight: bold;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__link:hover {
    color: var(--page-qh88-accent-color);
}

/* Payment Method Grid */
.page-deposit-withdrawal-guide-qh88-supported-channels__payment-method-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__payment-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__payment-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-deposit-withdrawal-guide-qh88-supported-channels__card-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

.page-deposit-withdrawal-guide-qh88-supported-channels__card-title {
    font-size: 1.5em;
    color: var(--page-qh88-primary-color);
    margin-bottom: 15px;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__card-description {
    font-size: 1em;
    color: var(--page-qh88-text-dark);
    margin-bottom: 25px;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__note {
    background-color: #fff3cd; /* Light yellow for notes */
    color: #856404; /* Dark yellow text for contrast */
    border: 1px solid #ffeeba;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 40px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
}

/* FAQ Section */
.page-deposit-withdrawal-guide-qh88-supported-channels__faq-container {
    margin-top: 40px;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__faq-item {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-deposit-withdrawal-guide-qh88-supported-channels__faq-question {
    font-size: 1.3em;
    color: var(--page-qh88-primary-color);
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: var(--page-qh88-accent-color);
    transition: transform 0.3s ease;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-deposit-withdrawal-guide-qh88-supported-channels__faq-answer {
    font-size: 1.05em;
    color: var(--page-qh88-text-dark);
    display: none; /* Hidden by default */
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.page-deposit-withdrawal-guide-qh88-supported-channels__faq-answer.active {
    display: block;
}

/* CTA Group */
.page-deposit-withdrawal-guide-qh88-supported-channels__cta-group {
    text-align: center;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-deposit-withdrawal-guide-qh88-supported-channels__title {
        font-size: 2.5em;
    }

    .page-deposit-withdrawal-guide-qh88-supported-channels__subtitle {
        font-size: 1.1em;
    }

    .page-deposit-withdrawal-guide-qh88-supported-channels__heading {
        font-size: 2em;
    }

    .page-deposit-withdrawal-guide-qh88-supported-channels__sub-heading {
        font-size: 1.5em;
    }

    .page-deposit-withdrawal-guide-qh88-supported-channels__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-deposit-withdrawal-guide-qh88-supported-channels__payment-method-grid {
        grid-template-columns: 1fr;
    }

    .page-deposit-withdrawal-guide-qh88-supported-channels__cta-group {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-deposit-withdrawal-guide-qh88-supported-channels__title {
        font-size: 2em;
    }

    .page-deposit-withdrawal-guide-qh88-supported-channels__subtitle {
        font-size: 1em;
    }

    .page-deposit-withdrawal-guide-qh88-supported-channels__heading {
        font-size: 1.8em;
    }

    .page-deposit-withdrawal-guide-qh88-supported-channels__sub-heading {
        font-size: 1.3em;
    }

    .page-deposit-withdrawal-guide-qh88-supported-channels__btn {
        width: 100%;
        max-width: 280px;
    }
}