/* Botão de Comprar Moderno */
.botao.comprar {
    background-color: #D4FF00 !important; /* Cor neon do Matte X Go */
    color: #000 !important; /* Texto preto para leitura fácil */
    border-radius: 4px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

/* Títulos de blocos */
.titulo.cor-secundaria {
    color: #2D4F38 !important; /* Verde da Agromate */
    font-weight: 700 !important;
}