/* Esconder o botão CTA principal em telas menores */
@media (max-width: 768px) {
    header .cta-button {
        display: none;
    }
}
