
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #ffffff;
    color: #333333;
}

.uv-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.uv-hero {
    background-image: url('../assets/images/lp-banner-principal.png'); 
    background-size: cover;            
    background-position: center right; 
    background-repeat: no-repeat;      
    height: 650px;                     
    display: flex;
    align-items: center;               
    color: #ffffff;                    
    padding: 0;                        
}

.uv-hero-content {
    max-width: 500px;                                   
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}

.uv-hero-logo {
    max-width: 110px;      
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 25px;
    margin-left: 90px; 
}

.uv-hero-titulo {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.uv-hero-titulo span {
    color: #ff9900;                    
}

.uv-hero-subtitulo {
    font-size: 1.2rem;
    color: #1c6eda;
    margin-bottom: 20px;
    font-weight: 600;
}

.uv-hero-texto {
    font-size: 0.85rem; 
    line-height: 1.6;
    margin-bottom: 35px;
    color: #f1f5f9;   
    text-align: left;
    max-width: 100%;                  
}

.uv-btn-cta {
    justify-self: center; 
}

.uv-btn-cta {
    display: inline-block;
    background-color: #ff9900;
    color: #001a33;
    padding: 16px 40px;
    border-radius: 30px;  
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: transform 0.2s, background-color 0.2s;
    
}

.uv-btn-cta:hover {
    transform: translateY(-2px);   
    background-color: #e68a00;
}

.uv-passos {
    background-color: #0d0d0d; 
    padding: 80px 0;
    text-align: center;
}

.uv-passos-titulo {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 50px;
}

.uv-passos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
}

.uv-passo-card {
    background-color: #011062; 
    border-radius: 16px;
    padding: 40px 25px 30px 25px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.uv-passo-card:hover {
    transform: translateY(-5px); 
}


.uv-passo-ilustracao {
    margin-bottom: 5px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.uv-passo-ilustracao img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.uv-passo-card-titulo {
    color: #ff9900; 
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.uv-passo-card-texto {
    color: #b3c6ff; 
    font-size: 0.95rem;
    line-height: 1.5;
}
.uv-teste-section {
    padding: 60px 0;
    background-color: #011062; 
    text-align: center;
}

.uv-teste-placeholder {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.uv-teste-titulo-temp {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 700;
}

.uv-teste-subtitulo-temp {
    font-size: 1.1rem;
    color: #a0aec0;
    margin-bottom: 35px;
}

.uv-teste-box-simulada {
    width: 100%;
    height: 480px; 
    background-color: #001a33; 
    border: 2px dashed #005fbc; 
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005fbc;
    font-weight: 600;
    font-size: 1.1rem;
}
.uv-sobre {
    padding: 80px 0;
    background-color: #f4f7fc; 
    overflow: hidden;
}

.uv-sobre-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.uv-sobre-content {
    flex: 1;
    max-width: 550px;
}

.uv-sobre-badge {
    background-color: #e2ebf8;
    color: #011062;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.uv-sobre-titulo {
    font-size: 2.5rem;
    color: #011062; 
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.uv-sobre-titulo span {
    color: #ff9900; 
}

.uv-sobre-texto {
    font-size: 1.1rem;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 30px;
}

.uv-sobre-imagem {
    order: 2;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uv-sobre-imagem img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.uv-sobre-card-imagem {
    max-width: 460px; 
    width: 100%;       
    height: auto;      
    display: block;
    margin-top: 25px;  
}
.uv-slogan-section {
    background-color: #011062; 
    padding: 30px 0;          
    text-align: center;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.uv-slogan-texto {
    color: #ffffff;           
    font-size: 2.8rem;        
    font-weight: 800;         
    margin: 0;
    letter-spacing: -0.5px;  
}
.uv-faq-section {
    padding: 80px 0;
    background-color: #0d0d0d; 
    color: #ffffff;
}

.uv-faq-titulo {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left; 
}

.uv-faq-wrapper {
    max-width: 900px;
    margin: 0 auto 0 0; 
}

.uv-faq-item {
    border-bottom: 1px solid #222222; 
    padding: 18px 0;
}

.uv-faq-item summary::-webkit-details-marker {
    display: none;
}

.uv-faq-pergunta {
    font-size: 1.25rem;
    font-weight: 500;
    list-style: none; 
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: color 0.2s ease;
}

.uv-faq-pergunta:hover {
    color: #ff9900; 
}
.uv-btn-free-cta {
    order: 3 ;
    display: block;
    max-width: fit-content;
    
    background-color: #ff9900;       
    color: #011062;                  
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;       
    text-decoration: none;           
    padding: 14px 40px;              
    border-radius: 50px;             
    margin-top: 20px;               
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); 
    transition: all 0.3s ease;       
    text-align: center;
    cursor: pointer;
}

.uv-btn-free-cta:hover {
    background-color: #e68a00;       
    transform: translateY(-2px);     
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); 
}

.uv-faq-seta {
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    transition: transform 0.3s ease, border-color 0.2s ease;
    margin-right: 10px;
}

.uv-faq-pergunta:hover .uv-faq-seta {
    border-color: #ff9900;
}

.uv-faq-item[open] .uv-faq-seta {
    transform: rotate(-135deg);
}

.uv-faq-resposta {
    padding-top: 15px;
    padding-right: 40px;
    color: #a0aec0; 
    font-size: 1.05rem;
    line-height: 1.6;
    animation: fadeSlide 0.4s ease-out; 
}
#secao-teste-vocacional,
.uv-secao-integrada-chat,
.uv-secao-integrated-chat {
    background-color: #022169 !important;
    padding: 60px 0;
    width: 100%;
    display: block; 
    height: auto !important; 
}

#secao-teste-vocacional iframe {
    background-color: transparent !important;
    transition: height 0.2s ease-out;
    display: block;
    margin: 0 auto;
}

@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}
.uv-footer-logo {
    display: block;
    max-width: 130px;        
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 50px 0 30px 0; 
    opacity: 0.8;            
    transition: opacity 0.3s ease;
}

.uv-footer-logo:hover {
    opacity: 1;          
    /*margin: 50px auto 30px auto; */
    
    opacity: 1;            
    transition: opacity 0.3s ease;
}
.uv-hero-imagem-mobile {
    display: none;
}

@media (max-width: 768px) {
    
    .uv-container {
        padding: 0 20px;
    }

    .uv-chat-wrapper {
        width: 100%;
        max-width: 680px; 
        margin: 0 auto;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        border: 1px solid #e1e6eb;
    }

    .uv-chat-container {
        width: 100%;
        height: 580px; 
        display: flex;
        flex-direction: column;
        padding: 24px;
        overflow-y: auto;
        background-color: #ffffff;
    }

    .chat-intro-placeholder {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    .uv-hero {
        height: auto !important;       
        min-height: auto;
        padding: 40px 0 0 0;              
        background-image: none !important; 
        background-color: #001a33;       
        display: block;                  
    }

    .uv-hero-content {
        max-width: 100% !important;
        text-align: center;
        align-items: center;      
        padding-bottom: 0px;
        background: transparent; 
    }

    .uv-hero-logo {
        margin: 0 auto 20px auto !important;
        max-width: 110px;
    }

    .uv-hero-content img.uv-hero-imagem-mobile {
        display: block;
        width: 100vw;
        max-width: 100vw;
        height: 380px; 
        margin-top: 35px;
        object-fit: cover;            
        object-position: 85% center; 
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    .uv-hero-titulo {
        font-size: 2.1rem !important;
        line-height: 1.2;
    }
    
    .uv-hero-titulo br {
        display: none;                    
    }

    .uv-hero-subtitulo {
        font-size: 1.1rem !important;
        margin-bottom: 15px;
    }

    .uv-hero-texto {
        font-size: 0.95rem !important;
        line-height: 1.6;
        text-align: center;
    }

    .uv-hero-texto br {
        display: none;                   
    }

    .uv-btn-cta {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    .uv-hero-imagem-mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .uv-passos {
        padding: 50px 0;
        background-color: #0d0d0d; 
        overflow: hidden;          
    }

    .uv-passos-titulo {
        font-size: 1.7rem !important; 
        line-height: 1.3; 
        margin-bottom: 35px; 
        padding: 0 20px;          
    }

    .uv-passos-grid {
        display: flex !important;       
        flex-direction: row !important; 
        gap: 20px;                      
        overflow-x: auto;               
        scroll-snap-type: x mandatory;  
        padding: 0 24px 30px 24px;      
        -webkit-overflow-scrolling: touch;
    }

    .uv-passos-grid::-webkit-scrollbar {
        display: none;
    }

    .uv-passo-card {
        flex: 0 0 82%;                  
        scroll-snap-align: center;      
        padding: 35px 20px !important;  
    } /* CHAVE CORRIGIDA E FECHADA AQUI */

    .uv-sobre {
        padding: 50px 0;
    }

    .uv-sobre-grid {
        flex-direction: column !important; 
        gap: 30px;
    }

    .uv-sobre-content {
        order: 1; 
        max-width: 100% !important;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .uv-sobre-titulo {
        font-size: 1.9rem !important;
    }

    .uv-sobre-titulo br {
        display: none;
    }

    .uv-sobre-card-imagem {
        margin: 20px auto !important;
    }

    .uv-sobre-imagem img {
        order: 2;
        width: 100% !important;
        max-width: 125% !important; 
        display: block;
        margin: 0 auto;
    }

    .uv-btn-free-cta {
        order: 99; 
        width: 100%;
        max-width: 320px;
    }

    .uv-slogan-texto {
        font-size: 1.6rem !important;
    } 

    .uv-faq-titulo {
        font-size: 1.8rem !important;
        text-align: center;
    }

   #secao-teste-vocacional,
    .uv-secao-integrada-chat,
    .uv-secao-integrated-chat {
    padding: 20px 10px !important;
    display: block !important;
    height: auto !important;
    min-height: auto !important;
    } 
}