:root {
    --bps-black: #030303;
    --bps-white: #fafafa;
    --bps-gray-100: #f3f3f3;
    --bps-gray-800: #1a1a1a;
    --bps-font: "DM Sans", system-ui, sans-serif;
}

body {
    font-family: var(--bps-font);
    color: var(--bps-black);
    background-color: #fff;
}

.bps-logo {
    height: auto;
    max-height: 48px;
    width: auto;
}

.footer-logo {
    height: auto;
    max-height: 40px;
    width: auto;
}

.letter-spacing {
    letter-spacing: 0.08em;
}

.hero-bps {
    background-color: var(--bps-gray-100);
    background-size: cover;
    background-position: center;
}

.section-alt {
    background-color: var(--bps-gray-100);
}

.footer-bps {
    background-color: var(--bps-black);
}

.btn-dark {
    --bs-btn-bg: var(--bps-black);
    --bs-btn-border-color: var(--bps-black);
    --bs-btn-hover-bg: #222;
    --bs-btn-hover-border-color: #222;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: var(--bps-black);
    border-color: var(--bps-black);
}

.card.client-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.6rem;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.card.client-card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Faixa do logo: destaque para marcas coloridas / transparentes */
.client-card-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 7.75rem;
    padding: 1.25rem 1.5rem;
    background: #ececec;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.client-card-logo-wrap--placeholder {
    background: #e8e8e8;
}

.client-card-logo {
    max-height: 4.75rem;
    max-width: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.client-card-logo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.35rem;
    color: var(--bps-black);
    opacity: 0.35;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
}

/* Mesma “altura de texto” entre cards com descrições curtas/longas */
.client-card-desc {
    flex-grow: 1;
    min-height: 4.25rem;
}

.navbar .nav-link.active {
    color: var(--bps-black) !important;
}

.icon-tile {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    font-size: 1.25rem;
}
