/* style/resources-payment-methods-overview.css */

/* General Page Styling */
.page-resources-payment-methods-overview {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

.page-resources-payment-methods-overview__section-title {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-resources-payment-methods-overview p {
    margin-bottom: 1em;
    color: #444;
}

.page-resources-payment-methods-overview strong {
    color: #003366;
}

/* Hero Section */
.page-resources-payment-methods-overview__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Dark blue gradient */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-payment-methods-overview__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_geometric,blue_gold_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-payment-methods-overview__hero-section .page-resources-payment-methods-overview__container {
    position: relative;
    z-index: 1;
}

.page-resources-payment-methods-overview__hero-title {
    font-size: 3.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Gold for title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-payment-methods-overview__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-resources-payment-methods-overview__hero-button,
.page-resources-payment-methods-overview__cta-button,
.page-resources-payment-methods-overview__conclusion-button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #003366;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-payment-methods-overview__hero-button:hover,
.page-resources-payment-methods-overview__cta-button:hover,
.page-resources-payment-methods-overview__conclusion-button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-3px);
}

.page-resources-payment-methods-overview__hero-image-wrapper {
    margin-top: 50px;
}

.page-resources-payment-methods-overview__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Introduction Section */
.page-resources-payment-methods-overview__introduction-section,
.page-resources-payment-methods-overview__consideration-section,
.page-resources-payment-methods-overview__123b123b-commitment-section,
.page-resources-payment-methods-overview__safety-guide-section,
.page-resources-payment-methods-overview__faq-section,
.page-resources-payment-methods-overview__conclusion-section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-payment-methods-overview__introduction-section p {
    font-size: 1.1em;
    text-align: justify;
}

/* Payment Types Section */
.page-resources-payment-methods-overview__payment-types-section {
    padding: 60px 0;
    background-color: #f0f4f7;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-payment-methods-overview__payment-method-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.page-resources-payment-methods-overview__payment-method-card:hover {
    transform: translateY(-5px);
}

.page-resources-payment-methods-overview__card-title {
    font-size: 1.8em;
    color: #003366;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

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

.page-resources-payment-methods-overview__feature-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-resources-payment-methods-overview__feature-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #555;
}

.page-resources-payment-methods-overview__feature-list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #FFD700;
}

/* Consideration Section */
.page-resources-payment-methods-overview__checklist {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.page-resources-payment-methods-overview__checklist li {
    background-color: #e6f0f7;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    padding-left: 50px;
    font-size: 1.1em;
    color: #003366;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-payment-methods-overview__checklist li::before {
    content: '💡';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
}

.page-resources-payment-methods-overview__image-wrapper {
    margin-top: 40px;
    text-align: center;
}

.page-resources-payment-methods-overview__feature-image,
.page-resources-payment-methods-overview__guide-image {
    max-width: 80%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-resources-payment-methods-overview__faq-item {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

.page-resources-payment-methods-overview__faq-question {
    font-size: 1.3em;
    color: #003366;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-resources-payment-methods-overview__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-resources-payment-methods-overview__faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-payment-methods-overview__faq-answer {
    font-size: 1em;
    color: #666;
    display: none; /* Hidden by default, toggled by JS */
    padding-top: 10px;
    border-top: 1px dashed #eee;
    margin-top: 10px;
}

.page-resources-payment-methods-overview__faq-answer.active {
    display: block;
}

/* Safety Guide Section */
.page-resources-payment-methods-overview__numbered-list {
    list-style: none;
    padding: 0;
    counter-reset: my-counter;
}

.page-resources-payment-methods-overview__numbered-list li {
    counter-increment: my-counter;
    margin-bottom: 15px;
    padding-left: 45px;
    position: relative;
    font-size: 1.1em;
    color: #333;
    background-color: #eaf3fa;
    padding: 15px 20px 15px 45px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-payment-methods-overview__numbered-list li::before {
    content: counter(my-counter);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #003366;
    color: #FFD700;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9em;
}

/* Conclusion Section */
.page-resources-payment-methods-overview__conclusion-section {
    text-align: center;
    background-color: #003366;
    color: #ffffff;
    padding: 80px 0;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-payment-methods-overview__conclusion-section .page-resources-payment-methods-overview__section-title {
    color: #FFD700;
}

.page-resources-payment-methods-overview__conclusion-section .page-resources-payment-methods-overview__section-title::after {
    background-color: #e6c200;
}

.page-resources-payment-methods-overview__conclusion-section p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-payment-methods-overview__hero-title {
        font-size: 3em;
    }
    .page-resources-payment-methods-overview__hero-subtitle {
        font-size: 1.3em;
    }
    .page-resources-payment-methods-overview__section-title {
        font-size: 2em;
    }
    .page-resources-payment-methods-overview__checklist {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-payment-methods-overview__hero-title {
        font-size: 2.5em;
    }
    .page-resources-payment-methods-overview__hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-payment-methods-overview__section-title {
        font-size: 1.8em;
    }
    .page-resources-payment-methods-overview__payment-method-card,
    .page-resources-payment-methods-overview__checklist li {
        padding: 20px;
    }
    .page-resources-payment-methods-overview__checklist li::before {
        left: 10px;
    }
    .page-resources-payment-methods-overview__numbered-list li {
        padding-left: 35px;
    }
    .page-resources-payment-methods-overview__numbered-list li::before {
        left: 10px;
        width: 24px;
        height: 24px;
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    .page-resources-payment-methods-overview__hero-title {
        font-size: 2em;
    }
    .page-resources-payment-methods-overview__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-payment-methods-overview__hero-button,
    .page-resources-payment-methods-overview__cta-button,
    .page-resources-payment-methods-overview__conclusion-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-payment-methods-overview__section-title {
        font-size: 1.5em;
    }
    .page-resources-payment-methods-overview__card-title {
        font-size: 1.5em;
    }
    .page-resources-payment-methods-overview__checklist {
        grid-template-columns: 1fr;
    }
}