body {
    background: #F7F5EF;
    color: #152018;
    font-family: Arial, Helvetica, sans-serif;
}

.fv-topbar {
    background: linear-gradient(135deg, #01451F, #087337);
    color: white;
    padding: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fv-topbar img {
    height: 54px;
    width: auto;
}

.fv-topbar-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .5px;
}

.fv-topbar-subtitle {
    color: #D4A017;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
}

.fv-footer {
    text-align: center;
    color: #5a5a5a;
    font-size: 15px;
    padding: 18px;
}

.fv-donor-message {
    background: rgba(255,255,255,.75);
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    font-size: 17px;
    margin: 22px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,.05);
}

.fv-donor-message i {
    color: #D4A017;
    font-size: 24px;
    margin-right: 8px;
}

.fv-card-button {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #222;
    background: white;
    border-radius: 18px;
    padding: 26px 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    text-align: center;
    margin-bottom: 16px;
}

.fv-card-button i {
    font-size: 42px;
    color: #01451F;
}

.fv-card-title {
    font-size: 22px;
    font-weight: 800;
    margin-top: 10px;
}

.fv-logo-mark {
    max-width: 190px;
    height: auto;
}

.fv-save-btn {
    background: linear-gradient(135deg, #01451F, #087337);
    border: 0;
    color: white;
    font-weight: 800;
    border-radius: 10px;
}
.bfc-home {
    max-width: 520px;
    margin: 0 auto;
}

.bfc-hero-card {
    min-height: 180px;
    border-radius: 18px;
    margin-bottom: 18px;
    background-image: url('/assets/images/goat-hero.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    padding: 28px;
}

.bfc-hero-title {
    color: #01451F;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.05;
}

.bfc-hero-subtitle {
    color: #B77A00;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 6px;
    margin-top: 8px;
}

.bfc-script {
    color: #01451F;
    font-size: 20px;
    font-style: italic;
    margin-top: 22px;
}

.bfc-tile {
    display: block;
    height: 100%;
    background: #fff;
    color: #1b1b1b;
    text-decoration: none;
    border-radius: 18px;
    padding: 24px 12px;
    text-align: center;
    box-shadow: 0 3px 12px rgba(0,0,0,.08);
}

.bfc-icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #01451F;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px auto;
}

.bfc-icon-circle i {
    font-size: 38px;
}

.bfc-tile-title {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 8px;
}

.bfc-tile-text {
    color: #555;
    font-size: 15px;
    line-height: 1.35;
}

@media (max-width: 420px) {
    .bfc-hero-title {
        font-size: 28px;
    }

    .bfc-hero-subtitle {
        font-size: 17px;
        letter-spacing: 4px;
    }

    .bfc-script {
        font-size: 17px;
    }
}