﻿/* =========================================================
   BARTERSAVES CUSTOM SITE STYLES
========================================================= */

.bs-page-title-wrap {
    margin-bottom: 25px;
}

.bs-page-title {
    font-size: 42px;
    font-weight: 800;
    color: #0d3f8a;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bs-page-subtitle {
    font-size: 18px;
    color: #666;
    margin-top: 12px;
    line-height: 1.7;
}

.bs-hero-image {
    border-radius: 14px;
}

.bs-side-panel {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 30px;
}

.bs-side-panel-header {
    background: linear-gradient(135deg,#d71920,#0d3f8a);
    color: #fff;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bs-content-card {
    background: #fff;
    border-radius: 18px;
    padding: 45px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 35px;
}

.bs-hero-content-card {
    border-top: 6px solid #d71920;
}

.bs-section-eyebrow {
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.bs-section-heading {
    font-size: 42px;
    font-weight: 800;
    color: #0d3f8a;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.bs-section-heading-small {
    font-size: 30px;
    font-weight: 800;
    color: #0d3f8a;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.bs-lead-text {
    font-size: 22px;
    line-height: 1.8;
    color: #333;
    font-weight: 500;
}

.bs-section-row {
    margin-bottom: 35px;
}

.bs-feature-box {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    min-height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.bs-blue-box {
    background: linear-gradient(135deg,#0d3f8a,#0a2f69);
    color: #fff;
}

.bs-mini-heading {
    font-size: 28px;
    font-weight: 800;
    color: #0d3f8a;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.3;
}

    .bs-mini-heading.light {
        color: #fff;
    }

.bs-example-box {
    background: #f4f7fb;
    border-left: 5px solid #d71920;
    padding: 18px;
    margin: 25px 0;
    border-radius: 10px;
    line-height: 1.7;
}

    .bs-example-box.light {
        background: rgba(255,255,255,.12);
        border-left: 5px solid #fff;
    }

.bs-check-list {
    padding-left: 0;
    list-style: none;
    margin: 25px 0;
}

    .bs-check-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 12px;
        line-height: 1.6;
    }

        .bs-check-list li:before {
            content: "✔";
            position: absolute;
            left: 0;
            top: 0;
            color: #d71920;
            font-weight: bold;
        }

    .bs-check-list.light li:before {
        color: #fff;
    }

.bs-wide-highlight {
    background: linear-gradient(135deg,#ffffff,#f5f8fd);
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.bs-promo-box {
    background: linear-gradient(135deg,#d71920,#b80f16);
    color: #fff;
    border-radius: 18px;
    padding: 30px;
    margin-top: 10px;
}

.bs-promo-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* =========================================================
   BENEFITS SHOWCASE
========================================================= */

.bs-benefits-showcase {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(255,255,255,.18), transparent 32%), linear-gradient(135deg,#0d3f8a,#07295c);
    color: #fff;
    border-radius: 24px;
    padding: 48px 42px 36px 42px;
    box-shadow: 0 14px 38px rgba(0,0,0,.14);
}

    .bs-benefits-showcase:before {
        content: "";
        position: absolute;
        top: -70px;
        right: -70px;
        width: 190px;
        height: 190px;
        background: rgba(215,25,32,.28);
        border-radius: 50%;
    }

    .bs-benefits-showcase:after {
        content: "";
        position: absolute;
        bottom: -90px;
        left: -90px;
        width: 230px;
        height: 230px;
        background: rgba(255,255,255,.08);
        border-radius: 50%;
    }

.bs-benefits-kicker {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.bs-benefits-main-title {
    position: relative;
    z-index: 2;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 32px;
    max-width: 820px;
}

.bs-benefit-tile {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 18px;
    padding: 24px 18px;
    margin-bottom: 22px;
    min-height: 142px;
    text-align: center;
    transition: all .25s ease;
}

    .bs-benefit-tile:hover {
        background: rgba(255,255,255,.18);
        transform: translateY(-4px);
    }

.bs-benefit-icon {
    width: 46px;
    height: 46px;
    line-height: 44px;
    margin: 0 auto 14px auto;
    border-radius: 50%;
    background: #fff;
    color: #d71920;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}

.bs-benefit-title {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.35;
}

/* =========================================================
   SERVICE CARDS
========================================================= */

.bs-service-card {
    background: #f4f7fb;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #0d3f8a;
    text-align: center;
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid #d71920;
}

/* =========================================================
   TEAM / ABOUT PAGE
========================================================= */

.bs-team-list {
    margin-bottom: 20px;
}

.bs-team-member {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border-left: 6px solid #d71920;
    transition: all .25s ease;
}

    .bs-team-member:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 38px rgba(0,0,0,.12);
    }

.bs-team-photo-wrap {
    background: #f4f7fb;
    border-radius: 18px;
    padding: 10px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
}

.bs-team-photo {
    width: 100%;
    border-radius: 14px;
}

.bs-team-content {
    padding: 5px 0 0 5px;
}

.bs-team-name {
    font-size: 28px;
    font-weight: 800;
    color: #0d3f8a;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.bs-team-title {
    display: inline-block;
    background: #d71920;
    color: #fff;
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.bs-team-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0;
}

/* =========================================================
   FINAL JOIN CTA
========================================================= */

.bs-join-cta-panel {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,#d71920 0%,#b80f16 38%,#0d3f8a 100%);
    color: #fff;
    border-radius: 26px;
    padding: 58px 52px;
    text-align: center;
    box-shadow: 0 16px 44px rgba(0,0,0,.18);
}

    .bs-join-cta-panel:before {
        content: "";
        position: absolute;
        top: -80px;
        left: -80px;
        width: 230px;
        height: 230px;
        border-radius: 50%;
        background: rgba(255,255,255,.12);
    }

    .bs-join-cta-panel:after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -90px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(255,255,255,.10);
    }

.bs-join-cta-accent {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #fff;
    color: #0d3f8a;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bs-join-cta-title {
    position: relative;
    z-index: 2;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bs-join-cta-panel p {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1.7;
}

.bs-join-button {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 22px;
    padding: 16px 34px;
    background: #fff;
    color: #d71920;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(0,0,0,.18);
    transition: all .25s ease;
}

    .bs-join-button:hover,
    .bs-join-button:focus {
        color: #0d3f8a;
        text-decoration: none;
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(0,0,0,.24);
    }

/* =========================================================
   VIDEO STYLES
========================================================= */

.bs-video-section {
    margin-top: 50px;
}

.bs-video-heading {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    color: #0d3f8a;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.bs-video-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    transition: all .25s ease;
}

    .bs-video-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(0,0,0,.12);
    }

.bs-video-title {
    padding: 18px;
    background: linear-gradient(135deg,#0d3f8a,#0a2f69);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .bs-page-title,
    .bs-section-heading {
        font-size: 32px;
    }

    .bs-section-heading-small {
        font-size: 26px;
    }

    .bs-content-card,
    .bs-feature-box,
    .bs-wide-highlight,
    .bs-benefits-showcase,
    .bs-join-cta-panel {
        padding: 30px;
    }

    .bs-benefits-main-title,
    .bs-video-heading,
    .bs-join-cta-title {
        font-size: 28px;
    }

    .bs-join-cta-panel p {
        font-size: 18px;
    }

    .bs-team-member {
        padding: 22px;
    }

    .bs-team-name {
        font-size: 24px;
        margin-top: 18px;
    }
}
