/* ========================================
   FOOTER PRINCIPAL
   ======================================== */
footer {
    background-image: linear-gradient(135deg, 
        #69176C 8%, 
        #621B81 30%, 
        #4821A1 48%, 
        #5149B4 80%, 
        #E333C6 96%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0; /* Espaço interno para o texto (top/bottom) */
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0; /* Garante que o footer comece na borda esquerda */
    margin: 0; /* Remove qualquer margem padrão do footer */
}

/* ========================================
   TEXTO DE COPYRIGHT DO FOOTER
   ======================================== */
/* Garante que o parágrafo dentro do footer não tenha margens */
footer .footer-copyright p {
    margin: 0;
    font-size: 0.9em;
    color: #FDE253;
}
