/* style/resources-ji88bet-payment-methods.css */
.page-resources-ji88bet-payment-methods {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-resources-ji88bet-payment-methods__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-ji88bet-payment-methods__hero-section {
    background: linear-gradient(135deg, #0A2342, #1a4a8a);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-ji88bet-payment-methods__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: 0;
}

.page-resources-ji88bet-payment-methods__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #E0B400;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-ji88bet-payment-methods__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 1;
    color: #f0f0f0;
}

.page-resources-ji88bet-payment-methods__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.page-resources-ji88bet-payment-methods__btn--primary {
    background-color: #E0B400;
    color: #0A2342;
    border: 2px solid #E0B400;
}

.page-resources-ji88bet-payment-methods__btn--primary:hover {
    background-color: #ffc800;
    transform: translateY(-3px);
}

.page-resources-ji88bet-payment-methods__section {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.page-resources-ji88bet-payment-methods__section--dark {
    background-color: #0A2342;
    color: #f0f0f0;
}

.page-resources-ji88bet-payment-methods__section--dark .page-resources-ji88bet-payment-methods__section-title,
.page-resources-ji88bet-payment-methods__section--dark .page-resources-ji88bet-payment-methods__method-title {
    color: #E0B400;
}

.page-resources-ji88bet-payment-methods__section-title {
    font-size: 2.8em;
    color: #0A2342;
    text-align: center;
    margin-bottom: 30px;
}

.page-resources-ji88bet-payment-methods__section-intro {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
    color: #555;
}

.page-resources-ji88bet-payment-methods__section--dark .page-resources-ji88bet-payment-methods__section-intro {
    color: #ccc;
}

.page-resources-ji88bet-payment-methods__features-grid,
.page-resources-ji88bet-payment-methods__payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-ji88bet-payment-methods__feature-item,
.page-resources-ji88bet-payment-method {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-resources-ji88bet-payment-methods__section--dark .page-resources-ji88bet-payment-method {
    background-color: #1a3a63;
    color: #f0f0f0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-ji88bet-payment-methods__feature-item:hover,
.page-resources-ji88bet-payment-method:hover {
    transform: translateY(-5px);
}

.page-resources-ji88bet-payment-methods__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(224, 180, 0, 0.5));
}

.page-resources-ji88bet-payment-methods__feature-title {
    font-size: 1.8em;
    color: #0A2342;
    margin-bottom: 15px;
}

.page-resources-ji88bet-payment-methods__section--dark .page-resources-ji88bet-payment-methods__feature-title {
    color: #E0B400;
}

.page-resources-ji88bet-payment-methods__feature-item p {
    color: #666;
}

.page-resources-ji88bet-payment-methods__section--dark .page-resources-ji88bet-payment-methods__feature-item p {
    color: #ccc;
}

.page-resources-ji88bet-payment-methods__method-title {
    font-size: 2em;
    color: #0A2342;
    margin-bottom: 20px;
}

.page-resources-ji88bet-payment-methods__method-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-ji88bet-payment-methods__method-steps {
    list-style-type: decimal;
    text-align: left;
    margin: 20px 0 20px 20px;
    padding: 0;
    color: #555;
}

.page-resources-ji88bet-payment-methods__section--dark .page-resources-ji88bet-payment-methods__method-steps {
    color: #ccc;
}

.page-resources-ji88bet-payment-methods__method-steps li {
    margin-bottom: 10px;
}

.page-resources-ji88bet-payment-methods__method-steps strong {
    color: #0A2342;
}

.page-resources-ji88bet-payment-methods__section--dark .page-resources-ji88bet-payment-methods__method-steps strong {
    color: #E0B400;
}

.page-resources-ji88bet-payment-methods__cta-center {
    text-align: center;
    margin-top: 50px;
}

.page-resources-ji88bet-payment-methods__btn--secondary {
    background-color: transparent;
    color: #E0B400;
    border: 2px solid #E0B400;
}

.page-resources-ji88bet-payment-methods__btn--secondary:hover {
    background-color: #E0B400;
    color: #0A2342;
    transform: translateY(-3px);
}

.page-resources-ji88bet-payment-methods__security-list {
    list-style-type: none;
    padding: 0;
    margin: 40px 0;
    text-align: left;
}

.page-resources-ji88bet-payment-methods__security-list li {
    background-color: #1a3a63;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 1.1em;
    line-height: 1.8;
    color: #f0f0f0;
}

.page-resources-ji88bet-payment-methods__security-list li strong {
    color: #E0B400;
}

.page-resources-ji88bet-payment-methods__security-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-ji88bet-payment-methods__faq-list {
    margin-top: 40px;
}

.page-resources-ji88bet-payment-methods__faq-item {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-ji88bet-payment-methods__faq-question {
    font-size: 1.4em;
    color: #0A2342;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-resources-ji88bet-payment-methods__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #E0B400;
    transition: transform 0.3s ease;
}

.page-resources-ji88bet-payment-methods__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-resources-ji88bet-payment-methods__faq-answer {
    font-size: 1.05em;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.page-resources-ji88bet-payment-methods__faq-answer p {
    margin-bottom: 10px;
}

.page-resources-ji88bet-payment-methods__faq-answer strong {
    color: #0A2342;
}

.page-resources-ji88bet-payment-methods__cta-section {
    background: linear-gradient(135deg, #0A2342, #1a4a8a);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-ji88bet-payment-methods__cta-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
    z-index: 0;
}

.page-resources-ji88bet-payment-methods__cta-title {
    font-size: 3em;
    color: #E0B400;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-ji88bet-payment-methods__cta-description {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #f0f0f0;
    position: relative;
    z-index: 1;
}

.page-resources-ji88bet-payment-methods__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.page-resources-ji88bet-payment-methods__btn--tertiary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.page-resources-ji88bet-payment-methods__btn--tertiary:hover {
    background-color: #fff;
    color: #0A2342;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-ji88bet-payment-methods__hero-title {
        font-size: 2.8em;
    }
    .page-resources-ji88bet-payment-methods__section-title,
    .page-resources-ji88bet-payment-methods__cta-title {
        font-size: 2.2em;
    }
    .page-resources-ji88bet-payment-methods__features-grid,
    .page-resources-ji88bet-payment-methods__payment-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-ji88bet-payment-methods__hero-section,
    .page-resources-ji88bet-payment-methods__section,
    .page-resources-ji88bet-payment-methods__cta-section {
        padding: 60px 0;
    }
    .page-resources-ji88bet-payment-methods__hero-title {
        font-size: 2.2em;
    }
    .page-resources-ji88bet-payment-methods__hero-description {
        font-size: 1em;
    }
    .page-resources-ji88bet-payment-methods__section-title,
    .page-resources-ji88bet-payment-methods__cta-title {
        font-size: 1.8em;
    }
    .page-resources-ji88bet-payment-methods__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-ji88bet-payment-methods__btn {
        padding: 12px 25px;
        width: 80%;
        max-width: 300px;
    }
    .page-resources-ji88bet-payment-methods__method-image {
        max-width: 180px;
    }
}

@media (max-width: 480px) {
    .page-resources-ji88bet-payment-methods__hero-title {
        font-size: 1.8em;
    }
    .page-resources-ji88bet-payment-methods__section-title,
    .page-resources-ji88bet-payment-methods__cta-title {
        font-size: 1.5em;
    }
    .page-resources-ji88bet-payment-methods__features-grid,
    .page-resources-ji88bet-payment-methods__payment-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-ji88bet-payment-methods__feature-item,
    .page-resources-ji88bet-payment-method {
        padding: 20px;
    }
    .page-resources-ji88bet-payment-methods__faq-question {
        font-size: 1.2em;
    }
}