/* ============================================= */
/* ARQUIVO DE ESTILOS ESPECÍFICOS (principal.css)  */
/* ============================================= */

/* --- Estilos do Botão Principal de CTA --- */
.cta-button {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}