/* style/payment-methods.css */
.page-payment-methods {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #FFFFFF; /* Default body background */
}

/* Header offset for fixed header */
.page-payment-methods__hero-section {
    padding-top: var(--header-offset, 120px); /* Apply header offset here */
}

.page-payment-methods__section {
    padding: 60px 20px;
}

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

.page-payment-methods__hero-section {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    background-color: #017439; /* Brand primary color for hero */
    padding-bottom: 80px;
    overflow: hidden; /* Ensure image doesn't overflow */
}

.page-payment-methods__hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-payment-methods__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFFF00; /* Yellow for title on dark green background */
}