/* Lender / DSA partnership portfolio page */
.fl-hero {
    background: linear-gradient(135deg, #0d6efd 0%, #4c1d95 100%);
    color: #fff;
}

.fl-eyebrow {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.9;
}

.fl-lead {
    font-size: 1.1rem;
    max-width: 42rem;
    line-height: 1.6;
}

.fl-stats {
    background: #f8fafc;
}

.fl-stat-value {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
}

.fl-stat-label {
    font-size: 0.85rem;
    color: #64748b;
}

.fl-profile-table th {
    width: 10rem;
    background: #f8fafc;
    font-weight: 600;
    font-size: 0.9rem;
    vertical-align: top;
}

.fl-profile-table td {
    font-size: 0.95rem;
}

.fl-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.25rem 1.35rem;
}

.fl-product-pill {
    background: #eff6ff;
    color: #1e40af;
    border-radius: 0.5rem;
    padding: 0.85rem 1rem;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    height: 100%;
}

.fl-steps li {
    color: #334155;
}

.fl-contact-card {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

@media print {
    .navbar,
    .site-footer,
    .fl-hero .btn {
        display: none !important;
    }

    .fl-hero {
        background: #fff !important;
        color: #0f172a !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
