body.leads-app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f6f7f9;
}
body.leads-app main {
    flex: 1 0 auto;
}

/* Top banner — logo centered on the black bar */
.leads-navbar {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    min-height: 64px;
}
.leads-navbar .container {
    min-height: 56px;
}
.leads-navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin: 0;
    padding: 0;
}
.leads-navbar-logo-img {
    height: 44px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
}
@media (max-width: 991.98px) {
    .leads-navbar-logo {
        position: static;
        transform: none;
        margin-left: auto;
        margin-right: 0.5rem;
    }
    .leads-navbar-logo-img {
        height: 36px;
    }
}
.leads-login-logo {
    height: 64px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
}
.leads-login-card {
    max-width: 420px;
    margin: 3rem auto;
}
.leads-status-pill {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.table-leads td {
    vertical-align: middle;
}
.table-leads thead th {
    white-space: nowrap;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #555;
}
.funnel-strip .funnel-step {
    white-space: nowrap;
}
.funnel-strip .funnel-step strong {
    color: #212529;
}
.history-item {
    border-left: 3px solid #dee2e6;
    padding-left: 0.75rem;
    margin-bottom: 0.75rem;
}
