
:root {
    --orange: #CC5126 !important; 
    --text-color: #333 !important;
    --border-color: #e0e0e0 !important;
    --dark-bg: #1a1a1a !important;
    --light-bg: #f9f9f9 !important;
}
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.icon-custom {
    width: 52px;   
    height: 52px;
    object-fit: contain;
}
button {
    background: var(--orange);
    color: white;
    padding: 15px 50px; /* mais largo que alto */
    border: none;
    border-radius: 8px !important; /* menos arredondado */
    font-size: 28px; /* aumenta a fonte */
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

body {

    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #fff;
    overflow-x: hidden; 
}

.container {
    max-width: 1100px; 
    margin: 0 auto;
    padding: 0 20px; 
}
.container-proprio{
    width: 100%; 
    max-height: 800px;
    margin: 0 auto;
    padding: 0 20px; 
    background-color: #000;
}

.container-proprio-dark{
    width: 100%; 
    height: 900px;
    margin: 0 auto;
    
    padding: 0 20px; 
    background-color: #000;
}

.highlight {
    color: var(--orange);
    font-weight: 700;
}



.intro-box {
    background: white;
    border: 1px solid;  
    border-radius: 10px;
    padding: 20px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 150px; 
    max-width: 900px; 
}

.intro-box-icon {
    width: 90px;
    height: 90px;
    background: var(--orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
    margin-left: 25px;
}

.intro-box-text {
    font-family: 'Poppins';
    gap: 20px;
    line-height: 1.5;
    font-size: 1.6rem; 
}

.intro-platform-text {
    text-align: center;
    font-size: 1.6rem;
    max-width: 1400px;
    white-space: pre-line;
}


.container-proporcional {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; 
    border-radius: 15px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.container-proporcional iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.stats-section {
    padding: 30px 40px;
    background: white;
    border: 1px solid;
    border-radius: 10px;
    max-width: 90%;
    max-height: 120px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stats-section .stat-item strong {
    color: #222;           
}
.stat-item {
    text-align: center;
    flex: 1;
}

.stat-item h3 {
    font-size: 2.5em; 
    color: var(--orange);
    margin-bottom: 5px;
    font-weight: 700;
}

.stat-item p {
    color: #666;
    font-size: 16px;
    font-weight: 700;
}



.stat-button {
    margin-left: 40px;
}


.what-program-section {
    padding: 60px 0; 
    margin-left: 120px;
    
}

.what-program {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;

    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px; 
}

.what-program {
    display: flex;
    align-items: stretch; 
    gap: 20px;            
}

.what-program-image {
    flex: 1.5; 
    min-width: 300px;
    
    background: linear-gradient(to right, 
        transparent 60%, 
        #CC5126 60%
    );
    
    border-radius: 10px;
    overflow: hidden;
}

/* A Imagem */
.what-program-image img {
    width: 100%;          
    height: 100%;         
    object-fit: cover;    
}

.what-program-content {
    flex: 1.2;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

.what-program-content h2 {
    font-size: 2.3rem;
    text-align: left;
    margin-bottom: 10px;
}

.what-program-content h4 {
    font-size: 1.7rem;
    margin-bottom: 25px;
    text-align: left;
}

.access-list {
    list-style: none;
    padding-left: 0;
}

.access-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.1rem;
    color: #333;
    font-weight: 700;
    background: white;
    border: 1px solid;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.access-list li i {
    color: var(--orange);
    font-size: 2rem;
    flex-shrink: 0;
}



/* ===== CORREÇÃO DO CURRICULUM HEADER ===== */
.curriculum-header {
    text-align: center;
    height: auto; /* Remove altura fixa */
    min-height: 250px; /* Altura mínima para telas grandes */
    color: #eee;
    background-color: #CC5126;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    width: 100%;
}

.curriculum-header-text {
    padding-top: 0 !important;
    max-width: 1200px;
    width: 100%;
}

.curriculum-header p {
    font-size: 2.2rem !important;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 900px;
}

.curriculum-header h2 {
    font-size: 2.1rem;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 10px;
    margin-top: 15px;
}

/* Mobile - Telas menores que 768px */
@media (max-width: 768px) {
    .curriculum-header {
        min-height: 200px;
        padding: 30px 15px;
        margin-top: -15px;
    }
    
    .curriculum-header p {
        font-size: 1.4rem !important;
        line-height: 1.2;
        br {
            display: none; /* Remove quebras de linha desnecessárias */
        }
    }
    
    .curriculum-header h2 {
        font-size: 1.5rem;
        margin-top: 10px;
    }
}

/* Telas muito pequenas - até 375px */
@media (max-width: 375px) {
    .curriculum-header {
        min-height: 180px;
        padding: 25px 12px;
    }
    
    .curriculum-header p {
        font-size: 1.2rem !important;
        line-height: 1.2;
    }
    
    .curriculum-header h2 {
        font-size: 1.3rem;
    }
}

/* Telas extremamente pequenas - até 320px */
@media (max-width: 320px) {
    .curriculum-header {
        min-height: 160px;
        padding: 20px 10px;
    }
    
    .curriculum-header p {
        font-size: 1.1rem !important;
    }
    
    .curriculum-header h2 {
        font-size: 1.1rem;
    }
}

.modulos-container {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    counter-reset: aula-contador;
}

.modulo-linha {
    display: flex;
    align-items: center;
    gap: 40px;
}

.modulo-botao {
    flex: 0 0 350px; 
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: white;
    border: 1px solid; 
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); 
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.modulo-botao:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

.icon-container {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: var(--orange);
    border-radius: 12px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-container i {
    color: white;
    font-size: 28px;
}

.modulo-botao h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color); 
}

.aulas-lista {
    flex: 1;
}


.aulas-lista ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: var(--text-color);
}

.aulas-lista li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #555;
}

.aulas-lista li::before {
    counter-increment: aula-contador;
    content: counter(aula-contador, decimal) "."; 
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--orange);
    margin-right: 15px;
    min-width: 25px;
}


.dark-section {
    background: var(--dark-bg);
    color: white;
    padding: 0px 40px 80px 40px;
    border-radius: 20px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    /* Borda apenas em cima */
    border-top: 84px solid black; /* Ajusta a espessura e cor como quiser */

    background-size: cover;
}


.dark-section-content {
    margin-top: 20px;
    flex: 1;
    text-align: justify;
    margin-left: 35px;
    
}

.dark-section h2 {
    color: white;
    text-align: left;
    margin-bottom: 20px;
    font-size:3.5rem;
    line-height: 1.4;
}
.dark-section h4 {
    
    color: white;
    text-align: left;
    margin-bottom: 20px;
    font-size: 3.2rem;
    line-height: 1.3;
}

.dark-section h2 .highlight {
    color: var(--orange);
}

.dark-section button {
    margin-left: 70px;
    margin-top: 35px;
}

.dark-section p {
    
    margin-bottom: 30px;
    font-size: 2.3rem;
    color: #eee;
    max-width: 800px;
    line-height: 1.3;
}



.benefits-section {
    padding: 60px 0;
}
.benefits-header {
    display: flex;
    align-items: flex-start; 
    justify-content: space-between; 
    gap: 20px;
    max-width: 1200px;
    flex-wrap: wrap;
    text-align: left;
    align-items: stretch;
}

.benefits-text-content {
    flex: 1;
    min-width: 300px;
    /* Removido o padding-left: 70px; */
}

.benefits-image-content {
    flex: 1;
    min-width: 300px;
}

.benefits-image-content img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* Opcional: a imagem parece ter bordas levemente arredondadas */
}


.benefits-header h2 {
    font-size: 2.2rem;
    margin: 20px auto 20px auto; 
    color: #000;
    font-weight: bold; 
}

.benefits-header h3 {
    font-size: 2.0rem;
    margin-top: 0;
    margin: 20px auto 40px auto;  
    font-weight: bold;
}

.benefits-header p {
    font-size: 1.6rem; /* Reduzido de 1.6rem para ficar mais proporcional */
    max-width: 450px;
    color: #000;
    margin: 0;
    text-align: justify;
    line-height: 1.7; 
}


.benefits-grid {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 20px;
    margin-top: 12px;
}

.benefit-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid; 
}

.benefit-card h4 {
    color: var(--orange); /* Certifique-se que esta variável --orange existe */
    margin-bottom: 1px;
    font-size: 1.6em;
}

.benefit-card p {
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.8;
}
.benefit-card.full-width {
    grid-column: 1 / -1; 
}


.mission-section-nova {
    display: flex;
    flex-wrap: wrap; /* Para responsividade em telas menores */
    width: 100%;
    background: #D6683E; /* Cor de fundo da coluna de texto (extraída da imagem) */
}

.mission-text-content {
    flex: 1; /* Ocupa metade do espaço */
    min-width: 350px; /* Largura mínima para o texto quebrar */
    padding: 60px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission-text-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 2rem; /* 32px */
    margin-bottom: 25px;
}

.mission-text-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem; /* 18px */
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}

.mission-text-content p:last-of-type {
    margin-bottom: 30px;
}

.btn-mission {
    background-color: #F08C5A; /* Tom mais claro de laranja do botão (extraído da imagem) */
    color: #FFFFFF;
    padding: 15px 30px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    align-self: flex-start; /* Alinha o botão à esquerda */
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-mission:hover {
    background-color: #e67e4a; /* Um pouco mais escuro no hover */
    color: #FFFFFF;
    text-decoration: none;
}

.mission-image-content {
    flex: 1; 
    min-width: 350px; 
    min-height: 400px; 
    
}

.faq-section {
    padding: 60px 0;
}

.faq-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 40px;
}

.accordion {
    max-width: 900px;
    margin: 0 auto;
}

.accordion-item {
    background: white;
    border: none; 
    border-bottom: 1px solid var(--border-color); 
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

.accordion-header {
    padding: 25px 10px; 
    background: #fff; 
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: var(--text-color);
    font-size: 1.1rem;
}

.accordion-header:hover {
    background: #fdfdfd;
}

.accordion-content {
    padding: 0 10px 25px 10px; 
    color: #666;
    display: none;
    line-height: 1.8;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-icon {
    color: var(--orange);
    font-weight: bold;
    transition: transform 0.3s;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}


@media (max-width: 1024px) {

    .modulo-linha {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .modulo-botao {
        flex-basis: auto;
        justify-content: center;
    }

    .aulas-lista {
        text-align: center;
    }

    .aulas-lista li {
        justify-content: center;
    }

 
    .what-program {
        padding: 0 20px; 
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 20px; 
        padding-right: 20px; 
    }


    .stats-section {
        flex-direction: column;
        gap: 25px;
        padding: 30px 20px;
        margin: 20px 0;
    }

    .stat-divider {
        display: none;
    }

    .stat-button {
        margin-left: 50%!important;
        width: 100%;
    }

    #br-quebrar {
        display: none;
    }
    .what-program {
        flex-direction: column;
        padding: 0 20px; 
    }
    
    .what-program-section {
        padding: 40px 0; 
        margin-left: 120px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .mission-content {
        flex-direction: column;
        text-align: center;
    }

    .mission-text h2 {
        text-align: center;
    }

    .mission-logos {
        margin-top: 30px;
    }

    .modulo-linha {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .aulas-lista {
        text-align: left !important; /* Alinha à esquerda no mobile */
    }

    .aulas-lista ul {
        text-align: left !important; /* Alinha à esquerda no mobile */
    }

    .aulas-lista li {
        justify-content: flex-start !important; /* Alinha à esquerda no mobile */
        text-align: left !important;
        padding: 6px 0;
    }

    .aulas-lista li::before {
        margin-right: 12px;
        min-width: 22px;
        text-align: left;
    }
}

@media (max-width: 1024px) {
    
    .stats-section {
        max-width: 95%;
        padding-left: 20px;
        padding-right: 20px;
    }

    
    .dark-section-content {
        max-width: 80%; 
    }

    
}


@media (max-width: 768px) {
    

    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .intro-box {
        flex-direction: column; 
        text-align: center;
        padding: 25px 20px;
        min-height: auto;     
    }
    .intro-box-icon {
        margin-left: 0;      
        width: 70px;          
        height: 70px;
        font-size: 20px;
    }
    .intro-box-text {
        font-size: 1.15rem;   
    }
    .intro-platform-text {
        font-size: 1.15rem;   
        padding: 0 10px;      
    }

    
    .stats-section {
        
        max-height: none; 
        max-width: 100%; 
    }
    .stat-item h3 {
        font-size: 2rem; 
    }
    .stat-item p {
        font-size: 15px;
    }

    
    .what-program-content h2 {
        font-size: 1.8rem;  
        text-align: center;  
    }
    .what-program-content h4 {
        font-size: 1.3rem;  
        text-align: center; 
    }
    .access-list li {
        font-size: 1rem;     
        padding: 12px;
    }

    
    .curriculum-header h2 {
        font-size: 1.8rem; 
    }
    .curriculum-header p {
        font-size: 1.1rem; 
    }
    .modulo-botao h3 {
        font-size: 1.1rem; 
    }
    .aulas-lista li,
    .aulas-lista li::before {
        font-size: 1rem;  
    }

    
    .dark-section h2, 
    .dark-section h4 {
        font-size: 1.8rem;
    }
    .dark-section p {
        font-size: 1rem;  
        max-width: 100%;
        line-height: 1.6;
    }
    .dark-section-content {
        max-width: 100%;
    }

    
    .benefits-header h2 {
        font-size: 1.8rem;
    }
    .benefits-header h3 {
        font-size: 1.5rem;
    }
    .benefits-header p {
        font-size: 1rem;   
    }
    .benefit-card {
        padding: 20px;
    }
    .benefit-card h4 {
        font-size: 1.3rem; 
    }
    .benefit-card p {
        font-size: 1rem;   
    }


    .mission-text h2 {
        font-size: 1.8rem; 
    }
    .mission-content p {
        font-size: 1rem;  
    }
    .mission-content .dark-btn {
        width: 100%; 
    }
    

    .faq-section h2 {
        font-size: 1.8rem; 
    }
    .accordion-header {
        font-size: 1rem;  
        padding: 20px 10px;
    }
    .accordion-content {
        font-size: 0.95rem;
    }
}


.card-conectados {
    width: 100%; 
}


.hero-conectados {
    background-color: black; /* Fundo preto */
    
    
    position: relative;
    padding: 60px 50px;
    color: white;
    min-height: 400px; 
    display: flex;
    align-items: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden; 
    width: 100%; 

    display: flex;
    align-items: flex-start; 
    padding-top: 30px;
    padding: 40px 30px; 
}

/* Gradiente para escurecer o fundo e garantir legibilidade */
.hero-conectados::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    padding: 60px 50px;

}

.hero-conectados-texto {
    max-width: 90vw !important;
    position: relative;
    z-index: 2;
}

.hero-conectados-texto h1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.hero-conectados-texto h2 {
    font-size: 1.8rem; /* diminui */
    margin-bottom: 15px;
    letter-spacing: 1px;
    white-space: nowrap;
    
}

.hero-conectados-texto p {
    margin-bottom: 20px;
}



.pre-titulo-conectados {
    color: var(--orange);
    letter-spacing: 1px;
    text-transform: uppercase;
}


.hero-conectados-texto h1 {
    font-weight: 900;
    font-size: 2.4rem; 
}

.hero-conectados-texto h2 {
    font-weight: 900;
    font-size: 2.5rem; 
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 750px;
}

.hero-conectados-texto p {
    font-size: 1.3rem;
    line-height: 1.4;
    max-width: 450px;
}


.btn-wrapper {
    margin-top: 30px;
}
.btn-wrapper a {
    height: 65px;      
    font-size: 28px;    
    display: flex;           
    justify-content: center; 
    align-items: center;     
    padding: 0 20px;
    background-color: var(--orange);
    color: white;
    font-weight: 700;
    border-radius: 18px;
    text-decoration: none;
    height: 120px;
}
.btn-conectados:hover {
    background: #b85a2f;
}

/* --- SEÇÃO INFO (EMBAIXO) --- */
.info-conectados {
    display: flex;
    min-height: 500px;
    background-color: var(--orange);
    color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.info-conectados-texto {
    flex: 1; /* ocupa metade */
    font-size: 1.8rem;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    min-width: 500px;
    max-height: 50%;
}

.info-conectados-img {
    flex: 1; /* imagem ocupa igual */
    position: relative;
}

.info-conectados-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;   
    display: block;
}


@media (max-width: 768px) {
    .info-conectados {
        flex-direction: column;
        height: auto;
    }
    .info-conectados-texto {
        min-width: auto;     
        max-height: none;    
        flex-basis: auto; 
        padding: 30px;
        font-size: 1rem;
        text-align: justify;
    }
    .info-conectados-img {
        height: 300px;
    }
}


/* --- RESPONSIVIDADE (APENAS DO NOVO CARD) --- */
@media (max-width: 768px) {
    .hero-conectados {
        background-position: 
            right -150px bottom 0,
            center center;
        
        padding: 40px 30px;
        min-height: 350px;
        text-align: center;
        border-radius: 0; /* Remove o border-radius em telas pequenas se preferir */
    }

    .hero-conectados::before {
        background: linear-gradient(to right, rgba(12,12,12,0.8) 40%, rgba(12,12,12,0.7) 100%);
    }

    .hero-conectados-texto {
        max-width: 100%;
    }

    .hero-conectados-texto h1 {
        font-size: 2rem;
    }

    .hero-conectados-texto p {
        font-size: 0.95rem;
    }

    .info-conectados {
        flex-direction: column;
        border-radius: 0; /* Remove o border-radius em telas pequenas se preferir */
    }

    .info-conectados-texto {
        flex-basis: auto; 
        padding: 30px;
        font-size: 1rem;
        text-align: center;
    }

    .info-conectados-img {
        flex-basis: auto;
        height: 220px; 
    }
}

.icone-card {
            width: 80px;              /* tamanho fixo */
            height: 80px;
            border: 2px solid #CC5126;
            border-radius: 15px;      /* borda arredondada */
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;         /* garante que a imagem não vaze */
            background: #fff;         /* opcional: fundo branco */
        }

        .icone-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;        /* encaixa a imagem dentro do quadrado sem distorcer */
        }

         .highlight-box {
            background-color: #e5a892;
            border-radius: 50px;
            padding: 20px;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
        }

        .highlight-box .icon {
            font-size: 1.8rem;
            color: #d9534f;
            margin-right: 15px;
        }

        .highlight-box h5 {
            font-size: 22px;
            font-weight: bold;
            color: #333;
            margin: 0;
        }

        .step-card {
            background-color: #fff;
            border: 2px solid #000;
            border-radius: 22px;
            padding: 1.5rem;
            padding-top: 40px;
            text-align: left;
            box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
        }



        .step-number {
            width: 60px;
            height: 60px;
            background-color: #d9534f;
            color: white;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 2.0rem;
            font-weight: bold;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(calc(-50% - 80px)); 
            z-index: 2; 
            border: 3px solid #f9f9f9; 
        }

        .step-container {
            position: relative;
            padding-top: 25px;
            margin-bottom: 2.5rem;
        }
        
        .step-card h5 {
            font-weight: bold;
            color: #333;
            margin-bottom: 1rem;
        }

        #faqAccordion .card {
            margin-bottom: 10px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            box-shadow: none;
        }

        #faqAccordion .card-header {
            background-color: #fff;
            border-bottom: none;
            padding: 15px 20px;
            font-weight: 600;
            color: #555;
            position: relative;
        }
        
        #faqAccordion .card-header::after {
            font-family: "Font Awesome 5 Free";
            content: "\f078";
            font-weight: 900;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
        }
        
        #faqAccordion .card-header:not(.collapsed)::after {
             transform: translateY(-50%) rotate(-180deg);
        }

        #faqAccordion .card-header.clickable {
            cursor: pointer;
        }

        #faqAccordion .card-body {
            background-color: #fafafa;
            color: #6c757d;
        }

        .icon-container{
            border-radius: 50px; 
        }
        .icone-card {
            background-color: #CC5126; 
            border-radius: 50%;           
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
                        
        }

        .icone-card img {
            width: 70%;                   
            height: 70%;
            object-fit: contain;
            display: block;
        }
        
        #card-pc{
            background-color: #CC5126; 
            border-radius: 50%;           
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            border-radius: 15px;
            justify-content: center;
            overflow: hidden;
            border-radius: 50px;
        }
        #card-pc img {
            width: 70%;                   
            height: 70%;
            object-fit: contain;
            display: block;
        }
/* --- Telas Médias (Tablets) --- */
@media (max-width: 1024px) {
    /* Seção Currículo */
    .modulo-linha {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .modulo-botao {
        flex-basis: auto;
        justify-content: center;
    }

    .aulas-lista {
        text-align: center;
    }

    .aulas-lista li {
        justify-content: center;
    }

    /* Seção "O que é o programa" */
    .what-program {
        padding: 0 20px; 
    }

    /* Seção Stats */
    .stats-section {
        max-width: 95%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Seção Dark */
    .dark-section-content {
        max-width: 80%; 
    }
}


/* --- Telas Pequenas (Celulares) --- */
@media (max-width: 768px) {
    
    /* --- Regras Globais --- */
    .container {
        padding-left: 20px; 
        padding-right: 20px; 
    }
    
    /* Botão principal (estava muito grande) */
    button {
        padding: 12px 25px;
        font-size: 20px; /* Reduzido de 28px */
    }

    /* Containers com altura fixa (CRÍTICO) */
    .container-proprio,
    .container-proprio-dark {
        height: auto; /* Remove altura fixa */
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* --- Componentes --- */
    
    .intro-box {
        flex-direction: column; 
        text-align: center;
        padding: 25px 20px;
        min-height: auto;    
    }
    .intro-box-icon {
        margin-left: 0;       
        width: 70px;          
        height: 70px;
        font-size: 20px;
    }
    .intro-box-text,
    .intro-platform-text {
        font-size: 1.15rem; 
    }

    /* Seção Stats */
    .stats-section {
        flex-direction: column;
        gap: 25px;
        padding: 30px 20px;
        margin: 20px 0;
        max-height: none; 
        max-width: 100%; 
    }
    .stat-divider {
        display: none;
    }
    .stat-button {
        margin-left: 0;
        width: 100%;
    }
    .stat-item h3 {
        font-size: 2rem; 
    }
    .stat-item p {
        font-size: 15px;
    }

    /* Seção "O que é o programa" */
    .what-program-section {
        padding: 40px 0; 
        margin-left: 0; /* CORREÇÃO: Remove margem lateral */
    }
    .what-program {
        flex-direction: column;
        padding: 0 20px; 
    }
    .what-program-content h2 {
        font-size: 1.8rem;  
        text-align: center; 
    }
    .what-program-content h4 {
        font-size: 1.3rem;  
        text-align: center; 
    }
    .access-list li {
        font-size: 1rem;    
        padding: 12px;
    }

    /* Seção Currículo */
    .curriculum-header h2 {
        font-size: 1.8rem; 
    }
    .curriculum-header p {
        font-size: 1.1rem; 
    }
    .modulo-botao h3 {
        font-size: 1.1rem; 
    }
    .aulas-lista li,
    .aulas-lista li::before {
        font-size: 1rem; 
    }

    /* Seção Dark (MELHORIA) */
    .dark-section {
        flex-direction: column; /* Empilha o conteúdo */
        padding: 40px 20px;
        border-top-width: 30px; /* Reduz a borda preta */
    }
    .dark-section-content {
        max-width: 100%;
        margin-left: 0; /* Remove margem lateral */
    }
    .dark-section h2, 
    .dark-section h4 {
        font-size: 1.8rem;
        text-align: center; /* Centraliza títulos */
    }
    .dark-section p {
        font-size: 1rem;  
        max-width: 100%;
        line-height: 1.6;
        text-align: justify !important; /* Centraliza parágrafo */
    }
    .dark-section button {
        margin-left: 0;
        margin-top: 20px;
        width: 100%; /* Botão vira full-width */
    }

    /* Seção Benefits */
    .benefits-header {
        flex-direction: column; /* Empilha */
        align-items: center;
        padding: 0 20px;
    }
    .benefits-text-content {
        margin-top: 0;
        text-align: center;
    }
    .benefits-header p {
        font-size: 1rem;  
        text-align: justify; /* Centraliza parágrafo */
    }
    .benefits-image-content {
        margin-top: 30px; /* Espaço entre texto e imagem */
    }
    .benefits-header h2 {
        font-size: 1.8rem;
    }
    .benefits-header h3 {
        font-size: 1.5rem;
    }
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    .benefit-card {
        padding: 20px;
    }
    .benefit-card h4 {
        font-size: 1.3rem; 
    }
    .benefit-card p {
        font-size: 1rem;  
    }

    /* Seção Mission (MELHORIA) */
    .mission-text-content {
        padding: 30px 20px; /* Reduz padding */
    }
    .btn-mission {
        align-self: center; /* Centraliza o botão */
    }

    /* Seção FAQ */
    .faq-section h2 {
        font-size: 1.8rem; 
    }
    .accordion-header {
        font-size: 1rem;  
        padding: 20px 10px;
    }
    .accordion-content {
        font-size: 0.95rem;
    }

    /* --- Card Conectados (Hero/Info) --- */
    .hero-conectados {
        padding: 40px 30px;
        min-height: 350px;
        text-align: center;
        border-radius: 0;
    }
    .hero-conectados::before {
        background: linear-gradient(to right, rgba(12,12,12,0.8) 40%, rgba(12,12,12,0.7) 100%);
    }
    .hero-conectados-texto {
        max-width: 100%;
    }
    .hero-conectados-texto h1 {
        font-size: 2rem;
    }
    .hero-conectados-texto h2 {
        white-space: normal; /* CORREÇÃO: Permite quebra de linha */
    }
    .hero-conectados-texto p {
        font-size: 0.95rem;
    }
    
    /* Botão do Hero (MELHORIA) */
    .btn-wrapper {
        margin-top: 30px;
        display: flex; /* Facilita centralização */
        justify-content: center;
        margin-left: 0; /* Remove margem */
    }
    .btn-wrapper a {
        margin-left: 0; /* Remove margem */
        width: 90%;
        max-width: 300px; /* Limite máximo */
        font-size: 22px; /* Reduz fonte */
        border-radius: 8px; /* Ajuste do botão global */
    }

    .info-conectados {
        flex-direction: column;
        border-radius: 0;
        height: auto; /* Altura automática */
    }
    .info-conectados-texto {
        flex-basis: auto; 
        padding: 30px;
        font-size: 1rem;
        text-align: justify;
    }
    .info-conectados-img {
        flex-basis: auto;
        height: 220px; 
    }
    
    /* Seção "Step" (MELHORIA) */
    .step-number {
        /* Simplifica o posicionamento para centralizar */
        transform: translateX(-50%); 
        left: 50%;
    }
}
/* ===== ESTILOS ESPECÍFICOS PARA 375px ===== */
@media (max-width: 375px) {
    /* Container principal */
    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    /* Hero Section - Ajustes finos */
    .hero-conectados {
        padding: 30px 15px !important;
        min-height: 350px !important;
        background-position: 65% center !important;
    }
    
    .hero-conectados-texto h1 {
        font-size: 1.1rem !important;
        margin-bottom: 8px !important;
    }
    
    .hero-conectados-texto h2 {
        font-size: 1.3rem !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }
    
    .hero-conectados-texto p {
        font-size: 0.85rem !important;
        line-height: 1.3 !important;
        margin-bottom: 20px !important;
    }
    
    .btn-wrapper {
        margin-top: 20px !important;
    }
    
    .btn-wrapper a {
        font-size: 1rem !important;
        padding: 10px 15px !important;
        height: auto !important;
        border-radius: 6px !important;
    }
    
    /* Info Section */
    .info-conectados-texto {
        padding: 25px 15px !important;
        font-size: 0.9rem !important;
    }
    
    .info-conectados-texto p {
        margin-bottom: 15px !important;
    }
    
    /* Stats Section */
    .stats-section {
        padding: 15px !important;
        margin: 20px 0 !important;
        border-radius: 8px !important;
    }
    
    .stat-item h3 {
        font-size: 1.5rem !important;
    }
    
    .stat-item p {
        font-size: 0.8rem !important;
    }
    
    .stat-button button {
        font-size: 1rem !important;
        padding: 10px 20px !important;
    }
    
    /* What Program Section */
    .what-program-section {
        padding: 20px 0 !important;
    }
    
    .what-program-content h2 {
        font-size: 1.3rem !important;
        margin-bottom: 10px !important;
    }
    
    .what-program-content h4 {
        font-size: 1.1rem !important;
        margin-bottom: 15px !important;
    }
    
    .access-list li {
        padding: 10px !important;
        margin-bottom: 10px !important;
        font-size: 0.9rem !important;
    }
    
    .access-list li i,
    .access-list li .icon-custom {
        font-size: 1.5rem !important;
        width: 40px !important;
        height: 40px !important;
    }
    
    /* Curriculum Header */
    .curriculum-header {
        padding: 40px 15px !important;
    }
    
    .curriculum-header-text {
        padding-top: 0 !important;
    }
    
    .curriculum-header p {
        font-size: 0.9rem !important;
        line-height: 1.3 !important;
    }
    
    .curriculum-header h2 {
        font-size: 1.3rem !important;
    }
    
    /* Módulos */
    .modulo-botao {
        padding: 15px !important;
        border-radius: 10px !important;
    }
    
    .modulo-botao h3 {
        font-size: 1rem !important;
    }
    
    .icon-container {
        width: 50px !important;
        height: 50px !important;
    }
    
    .icon-container i {
        font-size: 1.5rem !important;
    }
    
    .aulas-lista li {
        font-size: 0.9rem !important;
        padding: 4px 0 !important;
    }
    
    .aulas-lista li::before {
        font-size: 0.9rem !important;
        margin-right: 8px !important;
    }
    
    /* Dark Section */
    .dark-section {
        padding: 25px 15px !important;
        border-top-width: 15px !important;
    }
    
    .dark-section h4 {
        font-size: 1.3rem !important;
        margin-bottom: 10px !important;
    }
    
    .dark-section h2 {
        font-size: 1.4rem !important;
        margin-bottom: 15px !important;
    }
    
    .dark-section p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
        margin-bottom: 20px !important;
    }
    
    .dark-section button {
        font-size: 1rem !important;
        padding: 12px 20px !important;
    }
    
    /* Benefits Section */
    .benefits-text-content h2 {
        font-size: 1.4rem !important;
    }
    
    .benefits-text-content h3 {
        font-size: 1.2rem !important;
    }
    
    .benefits-text-content p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }
    
    .benefit-card {
        padding: 20px 15px !important;
        border-radius: 10px !important;
    }
    
    .benefit-card h4 {
        font-size: 1.1rem !important;
    }
    
    .benefit-card p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }
    
    /* Mission Section */
    .mission-text-content {
        padding: 30px 20px !important;
    }
    
    .mission-text-content h2 {
        font-size: 1.4rem !important;
    }
    
    .mission-text-content p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }
    
    .btn-mission {
        padding: 12px 25px !important;
        font-size: 0.9rem !important;
        align-self: center !important;
        width: 100% !important;
    }
    
    /* FAQ Section */
    .faq-section h2 {
        font-size: 1.4rem !important;
        margin-bottom: 25px !important;
    }
    
    .card-header {
        padding: 15px !important;
        font-size: 0.9rem !important;
    }
    
    .card-body {
        padding: 15px !important;
        font-size: 0.85rem !important;
    }
    
    /* Intro Box */
    .intro-box {
        padding: 20px 15px !important;
        margin: 25px auto !important;
    }
    
    .intro-box-icon {
        width: 60px !important;
        height: 60px !important;
        font-size: 1.2rem !important;
    }
    
    .intro-box-text {
        font-size: 0.9rem !important;
    }
    
    /* Video Container */
    .container-proporcional {
        border-radius: 8px !important;
    }
    
    /* Step Cards */
    .step-number {
        width: 45px !important;
        height: 45px !important;
        font-size: 1.2rem !important;
        transform: translateX(-50%) !important;
        left: 50% !important;
    }
    
    .step-card {
        padding: 20px 15px !important;
        padding-top: 35px !important;
        border-radius: 15px !important;
    }
    
    .highlight-box {
        padding: 15px !important;
        border-radius: 25px !important;
    }
    
    .highlight-box h5 {
        font-size: 1rem !important;
    }
    
    /* Botões gerais */
    button:not(.btn-mission) {
        font-size: 1rem !important;
        padding: 12px 25px !important;
    }
    
    /* Ajustes de espaçamento geral */
    section {
        padding: 30px 0 !important;
    }
    
    .benefits-section,
    .faq-section,
    .curriculum-section {
        padding: 30px 0 !important;
    }
    
    /* Correção para textos muito longos */
    .hero-conectados-texto h2,
    .dark-section h2,
    .benefits-text-content h2 {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

     .aulas-lista li {
        font-size: 0.9rem !important;
        padding: 4px 0 !important;
        align-items: flex-start;
    }
    
    .aulas-lista li::before {
        font-size: 0.9rem !important;
        margin-right: 8px !important;
        min-width: 20px;
    }
    
    .modulo-linha {
        gap: 15px;
    }
}


/* ===== CORREÇÕES ESPECÍFICAS PARA SAFARI iOS ===== */
@supports (-webkit-touch-callout: none) {
    @media (max-width: 375px) {
        /* Correção para viewport no iOS */
        .hero-conectados {
            min-height: -webkit-fill-available;
        }
        
        /* Melhoria no scroll suave */
        html {
            -webkit-overflow-scrolling: touch;
        }
        
        /* Correção para botões no iOS */
        button, 
        .btn-wrapper a,
        .btn-mission {
            -webkit-appearance: none;
            border-radius: 6px;
        }
        
        /* Melhoria na performance de animações */
        .modulo-botao,
        .benefit-card {
            -webkit-transform: translateZ(0);
        }
    }
}

/* ===== CORREÇÃO PARA TELAS MUITO PEQUENAS ===== */
@media (max-width: 320px) {
    .container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    
    .hero-conectados-texto h1 {
        font-size: 1rem !important;
    }
    
    .hero-conectados-texto h2 {
        font-size: 1.1rem !important;
    }
    
    .btn-wrapper a {
        font-size: 0.9rem !important;
        padding: 8px 12px !important;
    }
}

@media (max-width: 768px) {
    .modulo-botao {
        width: 100% !important;
        min-height: 80px !important;
        height: auto !important;
        padding: 15px !important;
        flex: none !important;
    }
    
    /* Remove alturas específicas */
    .modulo-botao[style*="height"] {
        height: auto !important;
        min-height: 80px !important;
    }
}

@media (max-width: 768px) {
    .container-proprio-dark {
        height: auto !important;
        min-height: 400px !important;
        padding: 0 !important;
        background-color: #000 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Garante que o container interno apareça */
    .container-proprio-dark .container {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Garante que a dark-section apareça */
    .container-proprio-dark .dark-section {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 400px !important;
        padding: 0 !important;
        margin: 0 !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .container-proprio-dark .dark-section-content {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        padding: 40px 20px !important;
        text-align: center !important;
    }
}

@media (max-width: 375px) {
    .container-proprio-dark {
        min-height: 300px !important;
    }
    
    .container-proprio-dark .dark-section {
        min-height: 300px !important;
    }
    
    .container-proprio-dark .dark-section-content {
        padding: 30px 15px !important;
    }
}