﻿/* ============================================================
   Terms & Conditions Page  |  prefix: tc-
   ============================================================ */

/* ── Page wrapper ── */
.tc-page {
    background-color: #ffffff;
    padding: 48px 0 0;
}

.tc-container {
    max-width: 1148px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── Breadcrumb ── */
.tc-breadcrumb {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #73767B;
    margin-bottom: 20px;
    line-height: 1.4;
}

/* ── Page Main Heading (h1) ── */
.tc-page-heading {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 62px;
    margin-bottom: 32px;
    margin-top: 0;
}

/* ── Anchor Links Section ──
   Plain blue underlined text — no bullet markers */
.tc-anchor-section {
    margin-bottom: 48px;
    padding-bottom: 32px;
}

.tc-anchor-list {
    color: #0072CE;
    padding: 0;
    margin: 0;
}

    .tc-anchor-list li {
        margin-bottom: 8px;
        margin-left: 25px;
        line-height: 30px;
    }

    .tc-anchor-list a {
        font-family: 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
        color: #0072CE;
        text-decoration: underline;
        text-decoration-style: solid;
        transition: color 0.2s;
    }

        .tc-anchor-list a:hover {
            color: #1E3575;
        }

/* ── Section ── */
.tc-section {
    margin-bottom: 56px;
    /*    padding-bottom: 56px;*/
    scroll-margin-top: 120px;
}

    .tc-section:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

/* ── Section Heading h2 – Desktop 26px/36px, dark navy ── */
.tc-section-heading {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #2B2B2B;
    margin-top: 0;
    margin-bottom: 20px;
}

/* ── Sub-heading h3 – Desktop 18px/30px, dark navy, semibold ── */
.tc-subheading {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #2B2B2B;
    margin-top: 28px;
    margin-bottom: 10px;
}

/* ── Body text ── */
.tc-section p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #505357;
    margin-bottom: 14px;
    margin-top: 0;
}

/* ── Lettered ordered list (a, b, c…)
   <ol class="tc-alpha-list"> — browser renders a. b. c. natively.
   NO text-decoration on items. ── */
ol.tc-alpha-list {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #505357;
    list-style-type: lower-alpha;
    padding-left: 32px;
    margin-top: 0;
    margin-bottom: 16px;
}

    ol.tc-alpha-list li {
        margin-bottom: 10px;
        padding-left: 4px;
        text-decoration: none;
    }

        ol.tc-alpha-list li a {
            text-decoration: none;
            color: inherit;
        }

/* ── Numbered ordered list <ol class="tc-num-list"> ── */
ol.tc-num-list {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #505357;
    list-style-type: decimal;
    padding-left: 32px;
    margin-top: 0;
    margin-bottom: 16px;
}

    ol.tc-num-list li {
        margin-bottom: 10px;
        padding-left: 4px;
    }

        ol.tc-num-list li ol.tc-alpha-list {
            margin-top: 8px;
            margin-bottom: 0;
        }

/* ── Plain bullet list <ul class="tc-list"> ── */
ul.tc-list {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #505357;
    list-style-type: disc;
    padding-left: 28px;
    margin-top: 0;
    margin-bottom: 16px;
}

    ul.tc-list li {
        margin-bottom: 6px;
        text-decoration: none;
    }

        ul.tc-list li a {
            text-decoration: none;
            color: inherit;
        }

/* ── Footnotes ── */
.tc-footnote {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #555555;
    margin-top: 6px;
    margin-bottom: 6px;
}

/* ── Note / callout block ── */
.tc-note-block {
    background: #F6F6F6;
    border-left: 4px solid #0072CE;
    padding: 12px 18px;
    margin: 20px 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #2B2B2B;
}

/* ── "What Is Covered" label ── */
.tc-covered-label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #1E3575;
    margin-top: 24px;
    margin-bottom: 12px;
}

/* ── Two-column appliance pair (legacy — kept for reference) ── */
.tc-covered-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 24px;
}

/* ── Two-column masonry-style layout for "What is Covered" blocks ──
   Left/right column divs sit side-by-side on desktop; each fills
   continuously with no row-gap constraints between items.
   On mobile, display:contents dissolves the column wrappers and
   the order: N values on each item restore the original paired sequence. ── */
.tc-covered-flow {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.tc-col-left,
.tc-col-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tc-covered-item {
    /* no margin-bottom needed — gap on the column handles spacing */
}

    /* Appliance category column header (ALL CAPS in the HTML text itself) */
    .tc-covered-col h4,
    .tc-covered-item h4 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #2B2B2B;
        padding-bottom: 4px;
        margin-bottom: 10px;
        margin-top: 0;
        line-height: 22px;
    }

    /* Covered item lists — NO underlines, plain disc bullets */
    .tc-covered-col ul,
    .tc-covered-item ul {
        list-style-type: disc;
        padding-left: 18px;
        margin: 0;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #505357;
    }

        .tc-covered-col ul li,
        .tc-covered-item ul li {
            margin-bottom: 3px;
            text-decoration: none;
        }

            /* Ensure no accidental link styling inside covered lists */
            .tc-covered-col ul li,
            .tc-covered-col ul li *,
            .tc-covered-item ul li,
            .tc-covered-item ul li * {
                text-decoration: none !important;
                color: #505357;
            }

    /* Spacing when a second h4 follows inside one column */
    .tc-covered-col h4 ~ h4,
    .tc-covered-item h4 ~ h4 {
        margin-top: 20px;
    }

/* ── Full-width single category (Clothes Dryer) ── */
.tc-covered-single {
    margin-bottom: 24px;
}

    .tc-covered-single h4 {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #2B2B2B;
        padding-bottom: 4px;
        margin-bottom: 10px;
        margin-top: 0;
        line-height: 22px;
    }

    .tc-covered-single ul {
        list-style-type: disc;
        padding-left: 18px;
        margin: 0;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #505357;
        column-gap: 40px;
    }

        .tc-covered-single ul li {
            margin-bottom: 3px;
            text-decoration: none;
        }

/* ── GreenBacks Schedule of Benefits — two-column grid ── */
.tc-schedule-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 756px;
}

.tc-schedule-pair {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 5px 0;
    border-top: 1px solid #D9D9D9;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #505357;
}

    .tc-schedule-pair span:last-child {
        font-weight: 400;
        color: #505357;
        margin-left: 16px;
        white-space: nowrap;
    }

/* ── Plumbing Fixture Upgrade table ── */
.tc-upgrade-wrap {
    margin-bottom: 20px;
}

.tc-upgrade-table {
    border-collapse: collapse;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #505357;
    min-width: 364px;
    font-weight: 400;
}

    .tc-upgrade-table td {
        padding: 5px 195px 5px 0;
        border-top: 1px solid #D9D9D9;
        line-height: 26px;
    }

        .tc-upgrade-table td:last-child {
            font-weight: 400;
            color: #505357;
            padding-left: 0px;
            padding-right: 0;
        }

/* ── SmartGuard two-column checklist ── */
.tc-smartguard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 32px;
    margin-bottom: 0;
}

.tc-smartguard-col h4 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2B2B2B;
    padding-bottom: 6px;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 24px;
}

.tc-smartguard-col ul {
    list-style-type: disc;
    padding-left: 18px;
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #505357;
}

    .tc-smartguard-col ul li {
        margin-bottom: 4px;
        text-decoration: none;
    }

/* ===============================================================
   BOTTOM SECTIONS — tc-* rules copied exactly from TermsConditions.css
   =============================================================== */

/* ── Three Feature Boxes ── */
.tc-feature-section {
    padding: 48px 0 0;
}

.tc-feature-grid {
    max-width: 1148px;
    margin: 0 auto;
    padding: 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tc-feature-box {
    padding: 24px 20px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    background: #ffffff;
    box-shadow: 0px 0px 22px 2px #2B2B2B1F;
}

.tc-feature-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .tc-feature-icon img {
        width: 48px;
        height: 48px;
        display: block;
    }

.tc-feature-text h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2B2B2B;
    line-height: 24px;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.tc-feature-text p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #505357;
    line-height: 22px;
    margin: 0;
    width: 195px;
}

/* ── 5 Good Reasons – contained dark navy box ── */
.tc-reasons-section {
    background: transparent;
    padding: 40px 40px;
    margin-top: 40px;
}

.tc-reasons-box {
    max-width: 1148px;
    margin: 0 auto;
    background-color: #1E3575;
    padding: 36px 84px 28px;
    border-radius: 4px;
}

.tc-reasons-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.tc-reasons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tc-reasons-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #ffffff;
        line-height: 30px;
        margin-bottom: 12px;
    }

.tc-reasons-check {
    width: 18px;
    height: 14px;
    min-width: 18px;
    margin-top: 8px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

/* ── Testimonials: width + indicator overrides ── */
.testimonials-section {
    width: 100%;
    box-sizing: border-box;
}

    .testimonials-section .container {
        width: 100%;
        max-width: 1148px;
        margin: 0 auto;
        padding: 0 0px;
        box-sizing: border-box;
    }

    .testimonials-section .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    /* Carousel indicators forced visible below slides */
    .testimonials-section .carousel {
        overflow: visible;
    }

    .testimonials-section .carousel-inner {
        overflow: hidden;
    }

    .testimonials-section .carousel-indicators {
        position: static !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: 16px;
        margin-bottom: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0;
        bottom: auto;
        left: auto;
        right: auto;
        z-index: 1;
    }

        .testimonials-section .carousel-indicators [data-bs-slide-to],
        .testimonials-section .carousel-indicators button {
            display: block !important;
            opacity: 1 !important;
            width: 12px !important;
            height: 12px !important;
            border-radius: 50% !important;
            background-color: #D9D9D9 !important;
            border: none !important;
            margin: 0 5px !important;
            padding: 0 !important;
            box-sizing: border-box !important;
            flex-shrink: 0;
            cursor: pointer;
        }

            .testimonials-section .carousel-indicators [data-bs-slide-to].active,
            .testimonials-section .carousel-indicators button.active {
                background-color: #0072CE !important;
            }

/* ── CTA section ── */
.tc-cta-section {
    background: transparent;
    padding: 0 40px 64px;
}

.tc-cta-inner {
    max-width: 1148px;
    margin: 0 auto;
    background-color: #F5F9FD;
    padding: 40px 48px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 48px;
}

.tc-cta-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.tc-cta-label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
    text-align: center;
    margin: 0;
    line-height: 24px;
}

.tc-cta-or {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    color: #505357;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    flex-shrink: 0;
}

    .tc-cta-or::before,
    .tc-cta-or::after {
        content: "";
        height: 1px;
        background: #D9D9D9;
        width: 30px;
        flex-shrink: 0;
    }

.tc-cta-btn-filled {
    display: inline-block;
    background-color: #0072CE;
    color: #ffffff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: none;
    min-width: 300px;
    text-align: center;
    border: 2px solid #0072CE;
    transition: background-color 0.2s, border-color 0.2s;
}

    .tc-cta-btn-filled:hover {
        background-color: #1E3575;
        border-color: #1E3575;
        color: #ffffff;
        text-decoration: none;
    }

.tc-cta-btn-outline {
    display: inline-block;
    background-color: transparent;
    color: #0072CE;
    border: 2px solid #0072CE;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 50px;
    text-decoration: none;
    min-width: 300px;
    text-align: center;
    transition: background-color 0.2s, color 0.2s;
}

    .tc-cta-btn-outline:hover {
        background-color: #0072CE;
        color: #ffffff;
        text-decoration: none;
    }


/* ── Testimonials: explicit full-width desktop lock ──
   Higher specificity (0-2-0) beats ARP.css mobile override (0-1-0) */
.testimonials-section {
    width: 100%;
    box-sizing: border-box;
}

    .testimonials-section .container {
        width: 100%;
        max-width: 1148px;
        margin: 0 auto;
        padding: 0 0px;
        box-sizing: border-box;
    }

    .testimonials-section .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

@media (max-width: 768px) {
    /* --- Feature boxes --- */
    .tc-breadcrumb {
        font-size: 16px;
    }

    .tc-page-heading {
        font-size: 32px;
    }

    .tc-anchor-list a {
        font-size: 16px;
        line-height: 26px;
    }

    .tc-section-heading {
        font-size: 28px;
        line-height: 32px;
    }

    .tc-anchor-section {
        margin-bottom: 0px;
        padding-bottom: 32px;
    }

    ol.tc-num-list {
        font-size: 16px;
        line-height: 26px;
    }

    ol.tc-alpha-list {
        font-size: 16px;
        line-height: 26px;
    }

    .tc-subheading {
        font-size: 16px;
        line-height: 22px;
    }

    .tc-section p {
        font-size: 16px;
        line-height: 26px;
    }

    .tc-covered-col h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .tc-feature-section {
        padding: 32px 0 0;
    }

    .tc-covered-pair {
        grid-template-columns: 1fr;
    }

    /* Dissolve column wrappers so all items become siblings in the flow,
       then the order:N inline styles restore the original paired sequence */
    .tc-covered-flow {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .tc-col-left,
    .tc-col-right {
        display: contents;
    }

    .tc-covered-item {
        margin-bottom: 24px;
    }

    /* Restore last item to single column on mobile */
    .tc-covered-flow .tc-covered-item:last-child {
        grid-column: 1;
    }

    .tc-schedule-grid {
        grid-template-columns: 1fr;
    }

    .tc-feature-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .tc-feature-text h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .tc-feature-text p {
        font-size: 14px;
        line-height: 18px;
        width: 220px;
    }

    .tc-smartguard-grid {
        grid-template-columns: 1fr;
    }

    /* --- 5 Reasons --- */
    .tc-reasons-section {
        padding: 32px 20px;
        margin-top: 24px;
        margin-bottom: 40px;
    }

    .tc-reasons-box {
        padding: 28px 24px 20px;
    }

    .tc-reasons-title {
        font-size: 28px;
    }

    .tc-reasons-list li {
        font-size: 16px;
        line-height: 22px;
    }

    .testimonials-section .container {
        padding: 0 20px;
    }

    .testimonials-section .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    h2.testimonials-section-title-left {
        font-size: 28px;
        font-weight: 600;
    }

    /* "or" separator — lines fill available width on mobile, matching ARP pattern */

    /* --- CTA --- */
    .tc-cta-section {
        padding: 0 20px 48px;
    }

    .tc-cta-inner {
        flex-direction: column;
        align-items: center;
        padding: 32px 24px;
        gap: 16px;
    }

    .tc-cta-or {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        justify-content: center;
        padding-bottom: 0;
    }

        .tc-cta-or::before,
        .tc-cta-or::after {
            flex: 1;
            width: auto;
        }

    .tc-cta-btn-filled,
    .tc-cta-btn-outline {
        min-width: 240px;
        width: 100%;
    }
}

/* ── Carousel indicators: force visible below slides
   Bootstrap .carousel has overflow:hidden — moving indicators outside
   the carousel-inner flow requires explicit overrides ── */

/* Allow the indicators to show outside the inner clip area */
.testimonials-section .carousel {
    overflow: visible;
}

.testimonials-section .carousel-inner {
    overflow: hidden; /* keep slide clipping on the inner only */
}

.testimonials-section .carousel-indicators {
    position: static !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 1;
}

    .testimonials-section .carousel-indicators [data-bs-slide-to],
    .testimonials-section .carousel-indicators button {
        display: block !important;
        opacity: 1 !important;
        width: 12px !important;
        height: 12px !important;
        border-radius: 50% !important;
        background-color: #D9D9D9 !important;
        border: none !important;
        margin: 0 5px !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        flex-shrink: 0;
        cursor: pointer;
    }

        .testimonials-section .carousel-indicators [data-bs-slide-to].active,
        .testimonials-section .carousel-indicators button.active {
            background-color: #0072CE !important;
        }
