﻿/* assets/css/dreamusic.css */

.ai-hero-section {
    padding: 150px 0;
    /* Camada de escurecimento sobre a imagem gerada pela IA */
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('../img/ai/dreamusic-bg.jpg') no-repeat center center;
    background-size: cover;
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: background 2s ease-in-out;
}

#ai-text-display {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff;
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    text-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.ai-badge {
    color: #cf9c2c;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 11px;
    margin-bottom: 40px;
    display: block;
    opacity: 0.9;
}

/* Rodapé: Conforme sua solicitação de preservar os dizeres originais */
footer.bg-light p {
    color: #000000 !important;
    font-weight: 700 !important;
    opacity: 1 !important;
}

footer.bg-light .footer-link a {
    color: #000000 !important;
    font-weight: 700 !important;
    transition: color 0.3s ease;
}

footer.bg-light .footer-link a:hover {
    color: #cf9c2c !important; 
    text-decoration: none;
}