.logo-icon {
    width: auto; 
    height: auto; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
        
.logo-icon span {
    font-size: 1.8em; 
    line-height: 1;
    text-shadow: 0 0 8px var(--roxo-claro), 0 0 15px var(--roxo-claro), 0 0 25px rgba(169, 128, 248, 0.6);
}
        
.logo-titles {
    line-height: 1.1;
}
        
.logo-titles h1 {
    font-size: 1.5em;
    margin: 0;
    background: linear-gradient(90deg, #b491ff, #7e57c2, #d1b3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; 
    color: transparent; 
    text-shadow: none; 
}

.logo-titles p {
    font-size: 0.9em;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;

    background: linear-gradient(90deg, #b491ff, #ffffff, #b491ff);
    background-size: 250%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    animation: royalShine 6s infinite linear;
    text-shadow: 0 0 12px rgba(180, 145, 255, 0.6), 0 0 25px rgba(255, 255, 255, 0.4);
}

.logo-container {
    display: flex;
    align-items: center;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.logo-icon {
    margin-right: 10px;
}