.hero-cotas {
    background: linear-gradient(135deg, #1a2b49 0%, #206bc4 100%);
    color: #fff;
    padding: 3rem 0 2.5rem;
    border-radius: 0 0 1.5rem 1.5rem;
    margin-bottom: -2rem;
}

.hero-cotas h1 {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.hero-cotas .text-secondary {
    color: rgba(255, 255, 255, 0.75) !important;
}

.filtros-card {
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.cota-card {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
}

.cota-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12) !important;
}

.cota-card-faixa {
    height: 6px;
    width: 100%;
}

.barra-selecao {
    position: fixed;
    left: 50%;
    bottom: 1.25rem;
    transform: translateX(-50%);
    z-index: 1030;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    padding: .65rem 1rem .65rem 1.25rem;
    display: none;
    align-items: center;
    gap: .75rem;
}

.barra-selecao.mostrar {
    display: flex;
}
