.cash-flow-hero {
    background: linear-gradient(135deg, #eef7ff 0%, #f8fbff 55%, #ffffff 100%);
    border-bottom: 1px solid rgba(13, 110, 253, 0.08);
}

.cash-flow-card {
    border: 1px solid rgba(15, 23, 42, 0.06) !important;
}

.cash-flow-result-card {
    background: linear-gradient(145deg, #ffffff 0%, #f7fbff 100%);
}

.cash-flow-result-icon {
    width: 2.65rem;
    height: 2.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.12);
}

.cash-flow-meter {
    height: 14px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.1);
}

.cash-flow-meter-fill {
    height: 100%;
    min-width: 4px;
    border-radius: inherit;
    background: linear-gradient(90deg, #198754, #52b788);
    transition: width 0.2s ease, background 0.2s ease;
}

.cash-flow-meter-fill.negative {
    background: linear-gradient(90deg, #dc3545, #f28b8b);
}

.cash-flow-stat {
    padding: 0.9rem;
    border-radius: 0.9rem;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.cash-flow-advice {
    background: #eef6ff;
    border: 1px solid #d9eaff;
}

.cash-flow-step-number {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.14);
    color: #084298;
    font-weight: 700;
}

.cash-flow-cta {
    color: #ffffff;
    background: linear-gradient(135deg, #0d6efd, #164e9e);
}

.cash-flow-cta .btn-light {
    color: #0d6efd;
}

.cash-flow-breakdown-table th {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .cash-flow-hero .display-4 {
        font-size: 2.25rem;
    }

    .cash-flow-breakdown-table {
        min-width: 640px;
    }
}
