  
.ak-tabbtn {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 13px 14px !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: var(--ak-muted) !important;
    text-decoration: none !important;
    border-radius: var(--ak-r-sm) !important;
    cursor: pointer !important;
    transition: all .25s !important;
    border: none !important;
    background: transparent !important;
    font-family: 'DM Sans', sans-serif !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    outline: none !important;
    -webkit-appearance: none !important;
}

.ak-infolbl {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .6px !important;
    color: var(--ak-muted) !important;
    display: block !important;
}

.sa-head h4 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
}

.sa-mod-h {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    background: linear-gradient(250deg, #969696, #616161);
    cursor: pointer;
    user-select: none;
    transition: opacity .2s;
}



.sa-row:hover .sa-rn {
    background: ;

    border-color:;



    
}

.sa-head h4 {
    margin: 0;
    font-size: 2.0rem;
    font-weight: 700;
    color: #0f172a;
} 

.ak-sechdr h4 {
    margin: 0 !important;
    font-size: 2.0rem !important;
    font-weight: 700 !important;
    color: var(--ak-dark) !important;
}

span {
    font-size: 20px;
}









.ak-trustb {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #1A8A55 !important;
    padding: 5px 12px !important;
    background: var(--ak-green-lt) !important;
    border-radius: 100px !important;
    border: 1px solid #BBF7D0 !important;
}




.ak-cstat-n {
    font-family: 'Arial', serif !important;
    font-size: 3.0rem !important;
    font-weight: 700 !important;
    color: var(--ak-dark) !important;
    display: block !important;
}



.ak-price-val {
    font-family: 'Arial', serif !important;
    font-size: 5.0rem !important;
    font-weight: 700 !important;
    color: var(--ak-on-primary) !important;
    letter-spacing: -.5px !important;
}


.ak-tabbtn {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 13px 14px !important;
    font-size: 0.9em !important;
    font-weight: 500 !important;
    color: var(--ak-muted) !important;
    text-decoration: none !important;
    border-radius: var(--ak-r-sm) !important;
    cursor: pointer !important;
    transition: all .25s !important;
    border: none !important;
    background: transparent !important;
    font-family: 'DM Sans', sans-serif !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    outline: none !important;
    -webkit-appearance: none !important;
}

.ak-bread-cur {
    color: var(--ak-dark) !important;
    font-weight: 600 !important;
    font-size: smaller;
}
.ak-container {
    max-width: 1202px !important;
    margin: 0 auto !important;
    padding: 0 9px !important;
}

span.ak-price-val {
    color: #ffffff !important;
}


.ak-formarea button[type="submit"] {
 
    color: #ffffff !important;
  
}

.ak-statbox {
   
    border-right: 0px solid rgba(255, 255, 255, .1) !important;
}

/* =========================================
   1. TIPOGRAFIA E CORES BASE (Contexto da Aba)
   ========================================= */
.ak-tabbody {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #4a4a4a;
    line-height: 1.6;
    font-size: 16px;
}

/* =========================================
   2. CABEÇALHOS DE SEÇÃO (Sobre o curso / Público-alvo)
   ========================================= */
.ak-sechdr {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
}

.ak-secico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #e8f4fd; /* Fundo azul claro (ref. da imagem) */
    color: #1a73e8; /* Cor do ícone */
    border-radius: 12px;
    font-size: 24px;
    flex-shrink: 0;
}

.ak-sechdr h4 {
    margin: 0 0 4px 0;
    font-size: 1.35rem;
    color: #202124;
    font-weight: 600;
}

.ak-sechdr p {
    margin: 0;
    font-size: 0.95rem;
    color: #5f6368;
}

/* =========================================
   3. ACORDEÃO E CONTEÚDO PROGRAMÁTICO
   ========================================= */
.sa-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.sa-head-ico {
    font-size: 28px;
}

.sa-head h4 {
    margin: 0;
    font-size: 1.75rem;
    color: #333;
}

.sa-head p {
    margin: 0;
    font-size: 1.9rem;
    color: #777;
}

.sa-head-n {
    margin-left: auto; /* Empurra para a direita */
    text-align: center;
    background: #f8f9fa;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.sa-head-n span {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    color: #0d7f54;
    line-height: 1;
}

.sa-head-n small {
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.5px;
}

/* Estilo dos Módulos */
.sa-mod {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
}

.sa-mod-h {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background-color: #fcfcfc;
    cursor: pointer;
    transition: background-color 0.2s ease;
    user-select: none;
}

.sa-mod-h:hover {
    background-color: #f1f3f4;
}

.sa-mi {
    font-size: 1.8rem;
    color: #0d7f54;
    margin-right: 16px;
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.sa-mn {
    font-weight: 600;
    font-size: 1.05rem;
    color: #333;
    flex-grow: 1;
}

.sa-ma {
    font-size: 1.9rem;
    color: #888;
    transition: transform 0.3s ease;
}

.sa-open .sa-ma {
    transform: rotate(180deg); /* Animação da setinha no estado aberto */
}

/* Linhas das Aulas (dentro do módulo) */
.sa-mod-b {
    display: none;
    padding: 8px 0;
    border-top: 1px solid #eaeaea;
}

.sa-open .sa-mod-b {
    display: block;
}

.sa-row {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid #f5f5f5;
    gap: 16px;
}

.sa-row:last-child {
    border-bottom: none;
}

.sa-rn {
    width: 26px;
    height: 26px;
    background: #f1f3f4;
    color: #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    flex-shrink: 0;
}

.sa-rc {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-grow: 1;
}

.sa-rc i {
    color: #0d7f54;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.sa-rname {
    font-size: 1.95rem;
    color: #444;
}

.sa-rb {
    font-size: 1.75rem;
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.sa-rb-on {
    background: #e6f4ea;
    color: #1e8e3e;
}

/* =========================================
   4. RESPONSIVIDADE (Mobile)
   ========================================= */
@media (max-width: 768px) {
    .ak-tabbody {
        font-size: 15px; /* Reduz levemente a fonte base no mobile */
    }

    /* Ajuste no header da aba */
    .ak-sechdr {
        gap: 12px;
        flex-direction: column; /* Empilha ícone e texto */
        align-items: flex-start;
    }

    .ak-secico {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .ak-sechdr h4 {
        font-size: 1.25rem;
    }

    /* Ajuste no cabeçalho do conteúdo programático */
    .sa-head {
        flex-wrap: wrap; /* Permite que o bloco de quantidade caia pra linha de baixo */
    }

    .sa-head-n {
        margin-left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 8px;
    }

    .sa-head-n span {
        display: inline-block; /* Coloca o número ao lado do texto no mobile */
        font-size: 1.1rem;
    }

    /* Ajustes nos itens do acordeão */
    .sa-mod-h {
        padding: 14px 16px;
    }

    .sa-mn {
        font-size: 1rem;
    }

    .sa-row {
        padding: 12px 16px;
        flex-wrap: wrap; /* Permite que a tag "Online" caia para a próxima linha se apertar */
    }

    .sa-rc {
        width: 100%;
        margin-bottom: 8px;
    }

    .sa-rb {
        margin-left: 42px; /* Alinha a tag "Online" com o texto da aula, pulando a bolinha do número */
    }
}



.ak-tabpanel {
    font-size: 1.5rem !important;
    line-height: 1.8 !important;

}







.sa-head-ico {
 
    font-size: 1.6rem !important;
    color:  !important;
    flex-shrink: 0;
}

.ak-secico {

    font-size: 1.6rem !important;
    color:  !important;
    flex-shrink: 0;
}



.ak-secico {
 
    font-size: 1.6rem !important;
    color:  !important;
    flex-shrink: 0;
}


