﻿/* ============================================================
   GreenBacksCash.css  —  scoped .gbc- prefix throughout
   Bottom enroll banner reuses ARP.css .enroll-banner-arp classes.
   ============================================================ */

/* ── Visibility helpers ──────────────────────────────────── */
.gbc-desktop-only {
    display: block;
}

.gbc-mobile-only {
    display: none;
}

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.gbc-hero-section {
    position: relative;
    width: 100%;
    min-height: 450px;
}

.gbc-hero-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.gbc-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: linear-gradient(to right, rgba(30,53,117,0.95) 0%, rgba(30,53,117,0.85) 40%, transparent 70%);
    display: flex;
    align-items: center;
}

.gbc-hero-content {
    width: 100%;
    max-width: 1148px;
    margin: 0 auto;
    padding: 50px 20px;
    color: #ffffff;
}

.gbc-hero-breadcrumb {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 0.9;
    margin-bottom: 16px;
}

.gbc-hero-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 62px;
    color: #FFFFFF;
    max-width: 750px;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   INTRO SECTION
   ═══════════════════════════════════════════════════════════ */
.gbc-intro-section {
    background-color: #FFFFFF;
    padding: 60px 20px 40px 20px;
}

.gbc-intro-grid {
    max-width: 1148px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 20px 30px;
    align-items: start;
}

.gbc-intro-text-group {
    text-align: left;
}

.gbc-intro-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 36px;
    margin: 40px 0 20px 0;
}

.gbc-intro-desc {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #505357;
    margin: 0 0 16px 0;
}

/* ═══════════════════════════════════════════════════════════
   WAYS TO ENROLL INLINE CARD
   ═══════════════════════════════════════════════════════════ */
.gbc-enroll-card-inline {
    background: #F5F9FD;
    overflow: hidden;
    max-width: 364px;
    padding-top: 20px;
}

    .gbc-enroll-card-inline h3 {
        background: transparent;
        color: #2B2B2B;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 26px;
        font-weight: 600;
        line-height: 100%;
        text-align: center;
        padding: 0 32px 12px 32px;
        margin-bottom: 10px;
    }

    .gbc-enroll-card-inline hr,
    .gbc-mobile-enroll-card hr {
        border: none;
        border-top: 1px solid #D9D9D9;
        margin: 0 24px 16px 24px;
    }

.gbc-enroll-card-body {
    background-color: #F5F9FD;
    padding: 4px 0 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.gbc-enroll-prompt {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
    text-align: center;
    margin: 0;
}

.gbc-enroll-btn-phone {
    display: block;
    background-color: #0072CE;
    color: #FFFFFF;
    border: 2px solid #0072CE;
    border-radius: 999px;
    width: 240px;
    height: 52px;
    line-height: 48px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
}

    .gbc-enroll-btn-phone:hover {
        background-color: #1E3575;
        border-color: #1E3575;
        color: #FFFFFF;
    }

/* ═══════════════════════════════════════════════════════════
   HOW GREENBACKS CASH WORKS
   ═══════════════════════════════════════════════════════════ */
.gbc-how-section {
    background-color: #FFFFFF;
    padding: 10px 20px 50px 20px;
}

.gbc-how-inner {
    max-width: 1148px;
    margin: 0 auto;
}

.gbc-how-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 100%;
    color: #2B2B2B;
    margin: 0 0 12px 0;
}

.gbc-how-subtitle {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #505357;
    margin: 0 0 30px 0;
}

.gbc-amount-bar {
    display: flex;
    margin-bottom: 12px;
}

.gbc-amount-pill {
    display: inline-flex;
    align-items: center;
    height: 50px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #FFFFFF;
    overflow: hidden;
    width: 100%;
    padding: 0 24px;
    gap: 8px;
}

.gbc-amount-pill-per-event {
    background-color: #0072CE;
    max-width: 315px;
}

.gbc-amount-pill-per-year {
    background-color: #1E3575;
    max-width: 1050px;
}

.gbc-amount-pill-value {
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
}

.gbc-amount-pill-dollar {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 100%;
}

.gbc-amount-pill-label {
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
}

.gbc-monthly-note {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #505357;
    margin: 16px 0 0 0;
}

.gbc-mobile-checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

    .gbc-mobile-checklist li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #505357;
        margin-bottom: 10px;
        width:275px;
    }

        .gbc-mobile-checklist li img {
            width: 18px;
            height: 14px;
            flex-shrink: 0;
            margin-top: 3px;
        }

/* ═══════════════════════════════════════════════════════════
   MOBILE-ONLY WAYS TO ENROLL CARD
   ═══════════════════════════════════════════════════════════ */
.gbc-mobile-enroll-card {
    display: none;
    background: #F5F9FD;
    padding-top: 20px;
}

    .gbc-mobile-enroll-card h3 {
        background: transparent;
        color: #2B2B2B;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        padding: 0 32px 12px 32px;
        margin: 0;
    }

/* ═══════════════════════════════════════════════════════════
   CHART HEADER SECTION
   ═══════════════════════════════════════════════════════════ */
.gbc-chart-header-section {
    background-color: #FFFFFF;
    padding: 40px 20px 0 20px;
}

.gbc-chart-header-inner {
    max-width: 1148px;
    margin: 0 auto;
}

.gbc-chart-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
    color: #2B2B2B;
    margin: 0 0 12px 0;
}

.gbc-chart-desc {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #505357;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 1: COVERAGE TABLE (table LEFT | photo RIGHT)
   ═══════════════════════════════════════════════════════════ */
.gbc-chart-section {
    background-color: #FFFFFF;
    padding: 20px 20px 60px 20px;
}

.gbc-chart-inner {
    max-width: 1148px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 558px 1fr;
    gap: 85px;
    align-items: start;
}

.gbc-coverage-table {
    width: 558px;
    border-collapse: collapse;
    font-family: 'Open Sans', Arial, sans-serif;
}

    .gbc-coverage-table thead th {
        background-color: #1E3575;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        padding: 6px 16px;
        border: 1px solid #FFFFFF;
        height: 70px;
    }

        .gbc-coverage-table thead th:first-child {
            background-color: #1E3575;
            font-weight: 700;
            width: 280px;
            color: #FFFFFF;
        }

        .gbc-coverage-table thead th:last-child {
            background-color: #FFFFFF;
            width: 278px;
            text-align: left;
            color: #2B2B2B;
        }

    .gbc-coverage-table tbody tr {
        border-bottom: 1px solid #FFFFFF;
    }

    .gbc-coverage-table tbody td {
        font-size: 18px;
        font-weight: 600;
        color: #2B2B2B;
        padding: 7px 16px;
        border: 1px solid #FFFFFF;
    }

        .gbc-coverage-table tbody td:last-child {
            font-weight: 700;
            color: #2B2B2B;
            background-color: #D9EAF8;
            text-align: left;
        }

    .gbc-coverage-table tbody td:first-child {
        background-color: #F6F6F6;
    }

.gbc-chart-photo {
    width: 100%;
    display: block;
}

/* ═══════════════════════════════════════════════════════════
   SECTION 2: WHY CHOOSE + IMPORTANT TIMING
   ═══════════════════════════════════════════════════════════ */
.gbc-why-section {
    background-color: #FFFFFF;
    padding: 60px 20px;
}

.gbc-why-inner {
    max-width: 1148px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.gbc-why-photo {
    width: 100%;
    display: block;
}

.gbc-why-text {
    padding-top: 20px;
}

.gbc-why-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
    color: #2B2B2B;
    margin: 0 0 24px 0;
}

.gbc-why-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

    .gbc-why-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #505357;
        margin-bottom: 16px;
    }

        .gbc-why-list li img {
            width: 20px;
            height: 16px;
            flex-shrink: 0;
            margin-top: 6px;
        }

.gbc-timing-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #2B2B2B;
    margin: 0 0 16px 0;
}

.gbc-timing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.gbc-timing-note-bold{
    font-weight:600;
}

.gbc-timing-list li {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #505357;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
}

        .gbc-timing-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #505357;
        }

.gbc-timing-note {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #505357;
    margin: 0;
}

    .gbc-timing-note a {
        font-weight:600;
        color: #0072CE;
        text-decoration: underline;
    }

        .gbc-timing-note a:hover {
            color: #1E3575;
        }

/* ═══════════════════════════════════════════════════════════
   FAQ SECTION  — mirrors FurnaceReplacement card pattern
   ═══════════════════════════════════════════════════════════ */
.gbc-faq-section {
    background-color: #F6F6F6;
    padding: 60px 20px;
}

.gbc-faq-inner {
    max-width: 1148px;
    margin: 0 auto;
}

.gbc-faq-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: center;
}

/* Centred list — 756px wide on desktop */
.gbc-faq-list {
    width: 756px;
    max-width: 100%;
    margin: 0 auto;
}

/* Individual FAQ card */
.gbc-faq-item {
    background-color: #FFFFFF;
    width: 756px;
    min-height: 50px;
    margin: 0 auto 8px auto;
    overflow: hidden;
}

/* Trigger button */
.gbc-faq-trigger {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.gbc-faq-question {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 30px;
    flex: 1;
    text-align: left;
}

.gbc-faq-trigger:hover .gbc-faq-question {
    color: #0072CE;
}

/* Circle-chevron SVG icon — rotates when open */
.gbc-faq-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: center;
    transition: transform 0.25s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Ccircle cx='14' cy='14' r='12.5' stroke='%230072CE' stroke-width='1.5'/%3E%3Cpolyline points='9,12.5 14,17.5 19,12.5' stroke='%230072CE' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.gbc-faq-item.gbc-open .gbc-faq-icon {
    transform: rotate(-180deg);
}

/* Answer body */
.gbc-faq-answer {
    display: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 24px 20px 24px;
    line-height: 30px;
    background-color: #F6F6F6;
    color: #505357;
}

.gbc-faq-item.gbc-open .gbc-faq-answer {
    display: block;
}

.enroll-banner-arp {
    padding: 20px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.enroll-banner-arp-title {
    display: block !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #2B2B2B !important;
    text-align: center !important;
    white-space: normal !important;
    margin: 0 !important;
    padding: 15px 32px 12px 32px !important;
}

/* ════════════════════════════════════════════════════════════
   MOBILE  ≤ 768px
   ════════════════════════════════════════════════════════════ */
@media only screen and (max-width: 768px) {
    .gbc-desktop-only {
        display: none !important;
    }

    .gbc-mobile-only {
        display: block !important;
    }

    /* Hero */
    .gbc-hero-section {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

    .gbc-hero-image {
        height: 300px;
        position: relative;
    }

    .gbc-hero-overlay {
        position: relative;
        background: none;
        height: auto;
        padding: 24px 20px 0 20px;
    }

    .gbc-hero-content {
        padding: 0;
    }

    .gbc-hero-breadcrumb {
        color: #73767B;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .gbc-hero-title {
        font-size: 32px;
        line-height: 44px;
        color: #2B2B2B;
        max-width: 100%;
        padding-right: 20px;
        width: 300px;
    }

    /* Intro */
    .gbc-intro-section {
        padding: 20px 16px 0 16px;
    }

    .gbc-intro-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .gbc-enroll-card-inline {
        display: none !important;
    }

    .gbc-intro-desc {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        width: 330px;
    }

    .gbc-intro-desc-font-weight-mobile {
        font-weight: 400;
        width: 350px;        
    }

    /* How section */
    .gbc-how-section {
        padding: 20px 16px 24px 16px;
    }

    .gbc-amount-pill-per-event {
        padding: 0 12px;
        max-width: 215px;
    }

    .gbc-amount-pill-per-year {
        padding: 0 12px;
        max-width: 83.5%;
    }

    .gbc-amount-pill-dollar {;
        font-size: 26px;
    }

    .gbc-amount-pill-value {
        font-size: 16px;        
    }

    .gbc-amount-pill-label {
        font-size: 16px;
    }

    /* Mobile enroll card */
    .gbc-mobile-enroll-card {
        display: block;
    }

    /* Chart header */
    .gbc-chart-header-section {
        padding: 24px 16px 0 16px;
    }

    .gbc-chart-title {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.4;
    }

    .gbc-chart-desc {
        font-size: 16px;
        line-height: 26px;
    }

    /* Chart grid: single col; photo NOW VISIBLE below table on mobile */
    .gbc-chart-section {
        padding: 16px 16px 32px 16px;
    }

    .gbc-chart-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

        /* FIX: photo is visible on mobile (stacks below table) */
        .gbc-chart-inner > div:last-child {
            display: block;
        }

    .gbc-chart-photo {
        width: 100%;
    }

    .gbc-coverage-table {
        width: 100%;
    }

        .gbc-coverage-table thead th {
            font-size: 16px;
        }

        .gbc-coverage-table tbody td {
            font-size: 16px;
        }

            .gbc-coverage-table thead th:first-child,
            .gbc-coverage-table tbody td:first-child {
                width: 166px;
            }

            .gbc-coverage-table thead th:last-child,
            .gbc-coverage-table tbody td:last-child {
                font-size: 16px;
                width: 164px;
            }

        .gbc-coverage-table thead tr {
            height: 60px;
        }

    /* Why section: left photo hidden on mobile, text full-width */
    .gbc-why-section {
        padding: 0 16px 40px 16px;
    }

    .gbc-why-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

        .gbc-why-inner > div:first-child {
            display: none;
        }

    .gbc-why-title {
        font-size: 28px;
        line-height: 1.4;
        width: 300px;
    }

    .gbc-why-list li {
        font-size: 16px;
        width: 330px;
    }

    .gbc-timing-title {
        font-size: 22px;
    }

    .gbc-timing-list li {
        font-size: 16px;
        line-height: 26px;
        width: 300px;
    }

    .gbc-timing-note {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        width: 330px;
    }

    /* FAQ */
    .gbc-faq-section {
        padding: 40px 20px;
    }

    .gbc-faq-title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 24px;
/*        padding-left:20px;*/
    }

    .gbc-faq-list {
        width: 322px;
        max-width: 100%;
        margin: 0 auto;
    }

    .gbc-faq-item {
        width: 100%;
        max-width: 322px;
        min-height: 60px;
        margin: 0 auto 8px auto;
    }

    .gbc-faq-trigger {
        min-height: 60px;
        padding: 10px 16px;
    }

    .gbc-faq-question {
        font-size: 16px;
        line-height: 26px;
    }

    .gbc-faq-answer {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        padding: 0 16px 16px;
    }

    /* Bottom enroll banner — matches inline card at top */
    .enroll-banner-arp {
        background-color: #F5F9FD !important;
        padding: 20px 0 20px 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .enroll-banner-arp-inner {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .enroll-banner-arp-title {
        display: block !important;
        font-size: 26px !important;
        font-weight: 600 !important;
        color: #2B2B2B !important;
        text-align: center !important;
        white-space: normal !important;
        margin: 0 !important;
        padding: 15px 32px 12px 32px !important;
    }

    .enroll-banner-arp-hr {
        display: block !important;
        border: none !important;
        border-top: 1px solid #D9D9D9 !important;
        width: calc(100% - 48px) !important;
        margin: 0 auto 0 auto !important;
        align-self: center !important;
    }

    .enroll-banner-arp-actions {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        width: 100% !important;
        background-color: #F5F9FD !important;
        padding: 16px 24px 20px 24px !important;
    }

    .enroll-banner-arp-prompt {
        font-size: 16px !important;
        color: #2B2B2B !important;
        margin: 0 !important;
    }

    .enroll-banner-arp-btn-filled {
        width: 240px !important;
        max-width: 240px !important;
        font-size: 18px !important;
        height: 52px !important;
        line-height: 48px !important;
        background-color: #0072CE !important;
        border-color: #0072CE !important;
        color: #FFFFFF !important;
    }

    .enroll-banner-arp-btn-outline {
        width: 240px !important;
        max-width: 240px !important;
        font-size: 18px !important;
        height: 52px !important;
        line-height: 48px !important;
        color: #0072CE !important;
        border-color: #0072CE !important;
        background-color: #FFFFFF !important;
        text-decoration: none !important;
    }
}
