﻿.bf-section {
    padding: 30px 0
}

.bf-muted {
    color: #667085
}

.bf-hero {
    padding: 80px 0 50px
}

    .bf-hero .title {
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 10px
    }

    .bf-hero .sub {
        font-size: 18px;
        color: #667085;
        margin-bottom: 18px
    }

.bf-cta {
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 700
}

.bf-cta-primary {
    background: #ff5a45;
    color: #fff
}

    .bf-cta-primary:hover {
        opacity: .92;
        color: #fff
    }

.bf-cta-ghost {
    display: inline-block;
    padding: 12px 22px;
    border: 2px solid #f44336 !important;
    color: #f44336;
    background: transparent;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-left: 8px;
}

    .bf-cta-ghost:hover {
        background: #f44336; 
        color: #fff;
    }

.bf-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
    padding: 22px
}

.bf-grid-3 .col-sm-4 {
    margin-bottom: 20px
}

.ba-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,.04);
    transition: transform .12s ease, box-shadow .12s ease;
    cursor: pointer
}

    .ba-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(0,0,0,.06)
    }

.ba-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px
}

.ba-emoji {
    font-size: 20px;
    line-height: 1
}

.ba-bad {
    color: #c73535;
    font-weight: 700
}

.ba-good {
    color: #177a2f;
    font-weight: 700
}

.ba-divider {
    height: 1px;
    background: linear-gradient(90deg,#ffe0e0,#e9f7ea);
    margin: 8px 0
}

.ba-sub {
    color: #667085;
    margin: 0
}

.equal-cards {
    display: flex;
    flex-wrap: wrap
}

    .equal-cards > [class*='col-'] {
        display: flex
    }

    .equal-cards .ba-card {
        flex: 1;
        display: flex;
        flex-direction: column
    }

.bf-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 6%
}

    .bf-card-header h4 {
        margin: 0
    }

.video-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.06)
}

.embed-responsive {
    margin: 0
}

    .embed-responsive .embed-responsive-item {
        width: 100%;
        height: 100%;
        border: 0
    }

.glance-section {
    padding: 60px 0
}

.glance-wrap {
    background: linear-gradient(180deg,#fff7f6,#ffffff);
    border-radius: 16px;
    padding: 40px 28px
}

.glance-title {
    font-weight: 800;
    margin: 0 0 8px
}

.glance-sub {
    color: #667085;
    margin: 0 0 18px
}

.glance-img {
    display: block;
    width: 80%;
    max-width: 980px;
    margin: 10px auto 0;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0,0,0,.12)
}

@media (max-width:767px) {
    .bf-hero {
        text-align: center
    }

        .bf-hero .btn {
            display: block;
            margin: 10px 0
        }

    .video-wrap {
        margin-top: 16px
    }

    .glance-wrap {
        padding: 28px 18px
    }

    .glance-title {
        font-size: 22px
    }
}
