.seccao-chaves {
    padding: 60px 20px;
    text-align: center;
}

.tabela-chaves {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 30px;
}


.pacote-destaque {
    border-color: var(--violeta-principal);
    background: linear-gradient(180deg, #ffffff 0%, #f4eef9 100%);
    position: relative;
}

.pacote-destaque::before {
    content: "Mais Procurado";
    position: absolute;
    top: -15px;
    background: var(--violeta-principal);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.preco-chave {
    font-size: 2rem;
    color: var(--violeta-escuro);
    margin: 15px 0;
    font-weight: bold;
}

.qtd-chaves {
    font-size: 1.2rem;
    color: var(--violeta-principal);
    margin-bottom: 20px;
}