* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
    background: #ffffff;
}

/* HEADER - MantÃ©m gradiente verde impactante */
.container-conteudo.topo {
    /* background: linear-gradient(135deg, #0f172a 0%, #1c3866 100%); */
}

img.mockup-note {
    max-width: 590px;
    filter: drop-shadow(0px 0px 5px #667eea);
}

span.destaque-verde {
    color: #7aa300;
}
span.destaque-azul {
    color: #00eff6;
    font-weight: bold;
}
img.logo-imersao {
    max-width: 160px;
}

header.header-aprenda {
    position: relative;
    background: #1b345f;
}

.logo-dev {
    max-height: 30px;
    max-width: 170px;
}

.container-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.data-imersao {
    padding: 5px 30px;
    border-radius: 20px;
    border: 3px solid #667eea;
    color: #667eea;
    font-weight: 800;
    font-size: 20px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 0.16vw 0.06vw #667eea;
}

.metodologia .container-metodologia {
    margin-bottom: 0px;
}
section.container-conteudo.metodologia.ganho {
    background: linear-gradient(135deg, #0f172a 0%, #1c3866 100%);
    /* padding: 90px 10px 90px 10px; */
}

.renda.metodologia .area-util {
    background: unset;
    border: 0;
    box-shadow: unset;
}

.renda .titulo-container.lateral {
    color: #1b3662;
}

.renda.container-conteudo.metodologia.renda {
    padding: 90px 10px 90px 10px;
}
.informacoes h1 {
    color: #ffffff;
    font-size: 37px;
    max-width: 970px;
    font-weight: 800;
    line-height: 1.4;
    width: 100%;
    text-align: left;
}

span.titulo-container.lateral {
    color: #ffffff;
}

/* SEÃ‡ÃƒO FLOWS - Fundo branco limpo */
section.container-conteudo.metodologia.flows {
    padding: 110px 10px 110px 10px;
    background: #ffffff;
}

.coluna-bullet {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.seta-top polyline {
    stroke: #1e293b;
}

.seta-top line {
    stroke: #1e293b;
}

svg.seta-top {
    width: 45px;
}

.seta-scroll {
    width: 60px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    display: flex;
    margin: 10px;
    height: 60px;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.hidden {
    display: none;
}

.saiba-mais {
    display: block;
    background: #b4f100;
    color: #000000;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    max-width: 380px;
    margin-top: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

.saiba-mais:hover {
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
    background-color: #00eff6;
    color: #1e293b;
    transform: translateY(-2px);
}

.container-meio {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titulo-container {
    font-size: 40px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: 25px;
}

/* SEÃ‡ÃƒO PADRÃƒO - Branco */
.container-conteudo {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px 60px 30px;
    /* background: #ffffff; */
    padding: 90px 10px 90px 10px;

}

.area-util {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* FOOTER - Azul escuro */
.footer {
    background: #1e293b;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 3px solid #667eea;
}

.box-footer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

.todos-direitos {
    font-size: 14px;
    color: #cbd5e1;
}

.link-dev {
    text-decoration: none;
    color: #b4f100;
}

.metodologia .checklist-conteudo {
    flex-direction: column;
    gap: 30px;
    padding: 20px 0px;
}

.metodologia .conteudo-box {
    color: #334155;
    /* align-items: center; */
}

.informacoes-text-box {
    display: flex;
    align-items: center;
    gap: 120px;
    width: 100%;
    justify-content: center;
    max-width: 1600px;
}

/* SEÃ‡ÃƒO UBER - Gradiente verde suave */
section.container-conteudo.metodologia.uber {
    background: linear-gradient(0deg, #f0fdf4 1%, #ffffff 6%);
}

svg.check-beneficios {
    fill: #667eea;
    max-width: 23px;
    width: 100%;
    height: 20px;
}

span.subtitulo-informacoes {
    color: #cccccc;
    font-size: 22px;
    max-width: 100%;
}

.text-box-informacoes {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 840px;
}

.container-conteudo.porque {
    background: #ffffff;
    padding: 40px 30px 0px 30px;
}

.conteudo-container-porque {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

img.logo-grande {
    width: 370px;
}

.text-box-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 800px;
}

/* SEÃ‡ÃƒO SATISFAÃ‡ÃƒO - Fundo azul claro */
.conteudo-satisfacao {
    display: flex
;
    max-width: 1200px;
    gap: 40px;
}
section.container-conteudo.satisfacao {
    background: linear-gradient(135deg, #0f172a 0%, #1c3866 100%);
}
.satisfacao-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}
.satisfacao-column.abaixo {
    gap: 15px;
}
.box-satiscao {
    background: #152543;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 10px;
    gap: 11px;
    align-items: center;
    /* max-width: fit-content; */
    width: 100%;
    position: relative;
}
img.img-depoimento {
    max-width: 290px;
    border-radius: 10px;
}

.container-metodologia {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    margin-top: 30px;
    align-items: center;
    width: 100%;
    margin-bottom: 70px;
}

.conteudo-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 800px;
}

/* SEÃ‡ÃƒO METODOLOGIA - Alterna entre claro e escuro */
.container-conteudo.metodologia {
    padding: 90px 10px 90px 10px;
    background: #f8fafc;
    background: linear-gradient(67deg, #c1c1c1 0%, #f9f9f9 29%);
}

/* SEÃ‡ÃƒO CURSO - Fundo branco */
.container-conteudo.metodologia.curso {
    background: #ffffff;
}

span.texto-conteudo {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
}

.checklist-conteudo {
    display: flex;
    gap: 15px;
}

span.topico-checklist {
    font-size: 20px;
    font-weight: 500;
    color: #334155;
}

.topico-cecklist-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.metodologia .area-util {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.08);
    border: 3px solid #b4f100;
    background: linear-gradient(135deg, #0f172a 0%, #1c3866 100%);
}

footer .titulo-container.lateral {
    text-align: center;
    max-width: 1040px;
    color: #ffffff;
}

/* SEÃ‡ÃƒO CONVERSÃƒO - Azul escuro */
.container-conteudo.container-conversao {
    padding: 50px 30px;
    background: linear-gradient(135deg, #0f172a 0%, #1c3866 100%);
}

.container-conversao .titulo-container {
    color: #ffffff;
}

a.cta-button:hover {
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    background-color: #10e3f4;
    color: black;
}

.price-section .saiba-mais {
    margin-top: 10px;
}

span.text-porque {
    font-size: 18px;
    color: #334155;
}

span.titulo-container.satisfacao {color: white;}

svg.svg-aspas {
    fill: #b4f100;
    max-width: 30px;
    position: absolute;
}

svg.svg-aspas.abertura {
    top: 24px;
    left: 12px;
}

svg.svg-aspas.fechamento {
    bottom: 25px;
    right: 23px;
}

.container-conversao .titulo-container {
    background: linear-gradient(75deg, #b4f100 21%, #667eea 40%, #b4f100 79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cliente .area-util {
    background: unset;
    border: unset;
    box-shadow: unset;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}

section.container-conteudo.metodologia.cliente {
    background: linear-gradient(135deg, #0f172a 0%, #1c3866 100%);
}

.cliente .titulo-container.lateral {
    text-align: left;
    max-width: 460px;
    margin-bottom: unset;
}

.cliente .conteudo-container-porque {
    max-width: 450px;
}

.cliente .texto-conteudo {
    font-size: 23px;
}
img.imgs-conteudo {
    max-width: 300px;
    width: 100%;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 3px #667eea);
}

.flows .area-util {
    gap: 30px;
}

span.destaque {
    font-weight: bold;
}

.form_cadastro {
    display: flex ;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
}

.form_cadastro input {
    margin-bottom: 20px;
    border: 2px solid #667eea;
    padding: 16px 20px;
    border-radius: 6px;
    background: #ffffff;
    color: #1e293b;
    font-size: 16px;
}

#button {
    color: #ffffff;
    background: #667eea;
    border-radius: 10px;
    width: 100%;
    border: 0px;
    padding: 14px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.erro_form {
    display: none;
    color: #dc2626;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
    margin: 0 auto 15px;
}

.erro_form a {
    color: #dc2626;
    font-weight: 600;
    text-decoration: underline;
}

img.img-depoimento {
    max-width: 370px;
    border-radius: 10px;
}

.table-wrapper {
    padding: 0px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* scroll suave no iOS */
    border-radius: 20px;
}

/* Esconde a scrollbar mas mantÃ©m a funcionalidade */
.table-wrapper::-webkit-scrollbar {
    height: 6px;
}

.table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background: #b4f100;
    border-radius: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

thead {
    background: #b4f100;
    border-radius: 20px;
}

thead th {
    color: #1e293b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 20px;
    text-align: left;
}

tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

tbody td {
    padding: 20px;
}
.check-etapas p:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    width: 18px;
    height: 8px;
    border: 3px solid #30f2ed;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
tbody td:first-child {
    font-weight: 600;
    color: #667eea;
    font-size: 18px;
}
tbody td:nth-child(3) {
    color: #10b981;
    font-weight: 600;
}
/* Tablets (768px ou menos) */
@media (max-width: 768px) {
    thead th {
        padding: 15px 10px;
        font-size: 12px;
    }
    
    tbody td {
        padding: 15px 10px;
        font-size: 14px;
    }
    
    tbody td:first-child {
        font-size: 16px;
    }
}

/* Mobile (480px ou menos) */
@media (max-width: 480px) {
    thead th {
        padding: 12px 8px;
        font-size: 11px;
        letter-spacing: 0.3px;
    }
    
    tbody td {
        padding: 12px 8px;
        font-size: 13px;
    }
    
    tbody td:first-child {
        font-size: 15px;
    }
}

/* Telas muito pequenas (350px ou menos) - permite scroll */
@media (max-width: 350px) {
    table {
        min-width: 320px; /* Define largura mÃ­nima */
    }
    
    thead th {
        padding: 10px 6px;
        font-size: 10px;
        white-space: nowrap;
    }
    
    tbody td {
        padding: 10px 6px;
        font-size: 12px;
        white-space: nowrap;
    }
}

.price-card, .renew-card {
    width: 360px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 30px;
    color: #1e293b;
    border: 2px solid #667eea;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.plan-title {
    color: #1e293b;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 5px;
}

.price-section {
    margin: 20px 0 30px;
}

.price {
    color: #667eea;
    font-size: 36px;
    font-weight: bold;
}

.cta-button {
    display: block;
    background-color: #667eea;
    color: white;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
}

.section-title {
    color: #7aa300;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.benefits-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.benefits-list li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #475569;
}

.benefits-list li:before {
    content: '';
    border: 2.5px solid #b4f100;
    border-top: none;
    border-left: none;
    width: 4px;
    height: 8px;
    margin-right: 12px;
    display: inline-block;
    position: relative;
    transform: rotate(45deg);
}

img.img-mapa {
    filter: drop-shadow(0px 0px 1px #7aa300);
    max-width: 460px;
}

img.img-mapa.uber {
    max-width: 330px;
}

.como-devmedia .texto-conteudo {
    max-width: 1100px;
    text-align: center;
}

/* SEÃ‡ÃƒO COMO DEVMEDIA - Fundo azul muito claro */
section.container-conteudo.satisfacao.como-devmedia {
    background: linear-gradient(180deg, #dbeafe 1%, #ffffff 6%);
    padding: 120px 30px 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.como-devmedia-wrapper {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    width: 100%;
    align-items: flex-start;
}

.como-devmedia-texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: sticky;
    top: 100px;
}

.satisfacao .texto-conteudo {
    color: #f6fef8;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.texto-conteudo.destaque {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}

.container-boxes-metodologia {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.boxe-metodologia {
    width: 100%;
    min-width: auto;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    max-width: 920px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.boxe-metodologia::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #b4f100);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.boxe-metodologia:hover {
    background: #f8fafc;
    border-color: #667eea;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
    transform: translateY(-4px);
}

.boxe-metodologia:hover::before {
    transform: scaleX(1);
}

.boxe-metodologia.active {
    background: #f8fafc;
    border-color: #667eea;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.2);
}

.boxe-metodologia-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

span.titulo-boxe-metodologia {
    font-weight: 700;
    font-size: 21px;
    color: #1e293b;
    flex: 1;
}

.boxe-metodologia-icon {
    color: #667eea;
    font-size: 20px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0e7ff;
    border-radius: 50%;
    border: 1px solid #667eea;
}

.boxe-metodologia.active .boxe-metodologia-icon {
    transform: rotate(180deg);
    background: #667eea;
    color: #ffffff;
    border-color: #667eea;
}
.container-resumos {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
}

.box-resumo {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    padding: 32px 24px;
    background: rgba(180, 241, 0, 0.05);
    backdrop-filter: blur(10px);
    border: 2px solid #b4f100;
    border-radius: 20px;
    max-width: 700px;
    width: 100%;
    /* text-align: center; */
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(180, 241, 0, 0.1);
    background: linear-gradient(135deg, #0f172a 0%, #1c3866 100%);
    }

span.texto-resumo {
    font-size: 19px;
    font-weight: 600;
    color: #e2e8f0;
    line-height: 1.5;
}

span.numero-resumo {
    font-size: 44px;
    font-weight: 900;
    color: #b4f100;
    margin-right: 26px;
    display: block;
    line-height: 1;
    text-shadow: 0 0 10px rgba(180, 241, 0, 0.5);
    font-family: 'Arial Black', sans-serif;
}
.boxe-metodologia-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
}

.boxe-metodologia.active .boxe-metodologia-content {
    max-height: 500px;
    opacity: 1;
    margin-top: 8px;
}

span.texto-boxe-metodologia {
    color: #475569;
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.95;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.08);
    background: #ffffff;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.header {
    text-align: center;
    margin-bottom: 40px;
    color: #1e293b;
}

.header h1 {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 800;
    margin-bottom: 10px;
}

.header p {
    font-size: clamp(16px, 3vw, 18px);
    opacity: 0.8;
    color: #475569;
}

.tabs-container {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    border: 3px solid #667eea;
    max-width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.tabs-header {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 1px;
    background: #f1f5f9;
}

.tab-button {
    flex: 1;
    min-width: 0;
    background: #f8fafc;
    border: 3px solid transparent;
    padding: 20px 15px;
    font-size: clamp(14px, 2.5vw, 18px);
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 4px solid transparent;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-button:hover {
    color: #1e293b;
    border-bottom-color: #667eea;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.15);
}

.tab-button .level-badge {
    display: block;
    font-size: clamp(11px, 2vw, 13px);
    background: #e2e8f0;
    color: #475569;
    padding: 4px 18px;
    border-radius: 12px;
    margin-bottom: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: fit-content;
}

.tab-button.active {
    background: #ffffff;
    border-bottom-color: #667eea;
    box-shadow: 0 -4px 0 #667eea;
}

.tab-button.active .level-badge {
    background: #667eea;
    color: #ffffff;
}

.tab-content {
    display: none;
    padding: 20px;
    min-height: auto;
    animation: slideIn 0.4s ease-out;
}

.tab-content.active {
    display: block;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.level-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #e2e8f0;
    flex-wrap: wrap;
}

.level-icon {
    width: clamp(60px, 10vw, 80px);
    height: clamp(60px, 10vw, 80px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(24px, 5vw, 36px);
    color: white;
    font-weight: bold;
    background: linear-gradient(135deg, #667eea, #764ba2);
    flex-shrink: 0;
}

.level-info {
    flex: 1;
    min-width: 200px;
}

.level-info h2 {
    font-size: clamp(20px, 4vw, 28px);
    color: #667eea;
    margin-bottom: 8px;
    font-weight: 700;
}

.level-description {
    color: #475569;
    font-size: clamp(14px, 2.5vw, 16px);
    line-height: 1.5;
}

.days-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.day-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.day-card:hover {
    transform: translateY(-4px);
    border-color: #667eea;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.15);
}

.day-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.day-check {
    width: 24px;
    height: 24px;
    background: #667eea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

.day-title {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 700;
    color: #1e293b;
}

.mission-item {
    margin-bottom: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}

.mission-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.mission-title {
    font-weight: 600;
    color: #667eea;
    margin-bottom: 8px;
    font-size: clamp(13px, 2.5vw, 15px);
}

.course-item, .exercise-item, .project-item {
    margin-left: 15px;
    margin-bottom: 6px;
    color: #475569;
    font-size: clamp(12px, 2vw, 14px);
    position: relative;
    line-height: 1.4;
}

.project-item {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1e293b;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 600;
    margin-left: 0;
    margin-top: 15px;
}

.project-mockup-container {
    width: 100%;
    height: auto;
    min-height: 120px;
    background: #f8fafc;
    border-radius: 10px;
    border: 2px dashed #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    overflow: hidden;
    padding: 10px;
}

.mockup-projeto {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.2));
    border-radius: 8px;
}

.project-content {
    text-align: center;
}

.project-content h4 {
    font-size: clamp(14px, 3vw, 16px);
}

.project-content p {
    font-size: clamp(12px, 2vw, 14px);
}

button.tab-button.primeiros-passos.active {
    border-radius: 18px 0px 0px 0px;
}

button.tab-button.logica.active {
    border-radius: 0px 18px 0px 0px;
}

/* SEÃ‡ÃƒO TRILHA - Fundo cinza claro */
section.container-conteudo.metodologia.trilha {
    background: #f8fafc;
}

.check-etapas p {color: #34f5ed;font-weight: 600;font-size: 19px;/* background: linear-gradient(135deg, #00f3fc 0%, #3ff6ea 100%); *//* border: 3px solid #34f5ed; *//* padding: 20px 25px; */border-radius: 12px;position: relative;/* box-shadow: 0 4px 7px rgb(20 244 246 / 25%); */transition: all 0.3s ease;/* padding-left: 70px; *//* padding-right: 30px; */max-width: 780px;}

.check-etapas {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tab-button:hover .level-badge {
    background: #667eea;
    color: #ffffff;
}

.trilha .titulo-container.lateral {
    margin-bottom: 5px;
}

span.subtitulo-container {
    font-size: clamp(15px, 3vw, 17px);
    color: #475569;
    max-width: 100%;
    text-align: center;
    margin-bottom: 55px;
    padding: 0 10px;
}

img.logo-imersao.logo-banner {
    margin: 0 auto;
    max-width: 200px;
}

.stat-card {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(102, 126, 234, 0.05));
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 2px solid #667eea;
    transition: all 0.3s ease;
    width: 100%;
}

.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.2);
}

.stat-number {
    color: #667eea;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 8px;
}

.stat-label {
    color: #475569;
    font-size: 14px;
    font-weight: 500;
}

.stats-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    height: 100%;
    margin-bottom: 100px;
}

/* SEÃ‡ÃƒO MERCADO - Gradiente azul */
section.container-conteudo.metodologia.mercado {
    padding: 130px 10px 100px 10px;
    background: linear-gradient(180deg, #dbeafe 1%, #ffffff 6%);
}

.carousel {
    position: relative;
    width: 60%;
    height: 360px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    border: 2px solid #c0f329;
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.8s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #252525;
}

.carousel-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgb(180 241 0 / 10%);
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.indicator.active {
    background: #b4f100;
    transform: scale(1.2);
    border-color: rgba(102, 126, 234, 0.3);
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(180 241 0);
    color: #000000;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 10;
}

.carousel-nav:hover {
    background: rgb(101 135 0);
    transform: translateY(-50%) scale(1.1);
    color: white;
}

.carousel-nav.prev {
    left: 20px;
}

.carousel-nav.next {
    right: 20px;
}

.destaque-texto {
    font-weight: bold;
}

.testimonials-grid {
    display: flex;
    gap: 20px;
    margin: 25px 0;
    justify-items: center;
}

.coluna-depoimenmtos {
    display: flex;
    gap: 20px;
}

.testimonial-card {
    background: rgba(255,255,255,0.95);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid #e2e8f0;
    max-width: 310px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.2);
    border-color: #667eea;
}

.testimonial-image-container {
    position: relative;
    overflow: hidden;
    max-height: 450px;
}

.testimonial-image {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.7) 70%, transparent 100%);
    padding: 20px 15px;
    color: #1e293b;
    text-align: center;
}

.overlay-text {
    font-size: 18px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 5px;
}
section.container-conteudo.metodologia.demanda {
    padding: 90px 10px 90px 10px;
    background: linear-gradient(135deg, #0f172a 0%, #1c3866 100%);
}

.demanda.metodologia .area-util {
    border: 0;
    box-shadow: none;
    background: unset;
}
.demanda .mockup-note {
    filter: drop-shadow(0px 0px 2px #b4f100);
}
.overlay-subtitle {
    font-size: 14px;
    color: #f59e0b;
    font-weight: 600;
    background: rgba(251, 191, 36, 0.15);
    padding: 4px 12px;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid rgba(251, 191, 36, 0.3);
}

span.destaque-modal {
    font-weight: bold;
}

.pricing-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.plan-card {
    background: #193057;
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 2px solid #334155;
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

.plan-card.featured {
    border: 3px solid #b4f100;
    transform: scale(1.05);
}

.plan-card.featured::before {
    content: 'MELHOR ESCOLHA';
    position: absolute;
    top: 30px;
    right: -59px;
    background: #b4f100;
    color: #000000;
    padding: 8px 50px;
    transform: rotate(45deg);
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px rgb(180 241 0 / 50%);
}

.plan-header {
    text-align: center;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 2px solid #475569;
}
.dor .container-metodologia {
    flex-direction: column;
}

.ganho .container-metodologia {
    flex-direction: column;
}
.plan-name {
    font-size: 1.5rem;
    font-weight: 800;
    color: #b4f100;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-price {
    font-size: 2rem;
    font-weight: 900;
    margin: 5px 0;
    color: #ffffffd9;
}

.plan-card.featured .plan-price {
    background: #b4f100;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.plan-price small {
    font-size: 1.2rem;
    color: #dde0e6;
    font-weight: 500;
    margin-right: 8px;
    margin-left: 5px;
}

.plan-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
}
.renda .texto-conteudo {
    color: #1b3662;
}
.detail-card {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    padding: 12px 15px;
    border-radius: 10px;
    border-left: 3px solid #597f33;
    transition: all 0.3s ease;
}

.detail-card:hover {
    transform: translateX(5px);
    border-left-color: #5568d3;
}

.plan-card.featured .detail-card {
    border-left-color: #b4f100;
}

.plan-card.featured .detail-card:hover {
    border-left-color: #f97316;
}

.detail-label {
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.curso .container-metodologia {
    flex-direction: column;
}


.container-conteudo.metodologia.dor {
    /* background: linear-gradient(135deg, #0f172a 0%, #1c3866 100%); */
    padding: 80px 10px 80px 10px;
}
.detail-value {
    color: #1e293b;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon {
    font-size: 1.1rem;
}

.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 700;
}

.badge.success {
    background: #d1fae5;
    color: #065f46;
}

.badge.warning {
    background: #fef3c7;
    color: #92400e;
}

.badge.info {
    background: #dbeafe;
    color: #1e40af;
}

.badge.danger {
    background: #fee2e2;
    color: #991b1b;
}

.cta-button {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.logo-devmedia {
    width: 140px;
    margin-bottom: 20px;
}
.plan-card:not(.featured) .cta-button {
    background: #b4f10069;
    color: white;
}

.plan-card.featured .cta-button {
    background: #b4f100;
    color: #000000;
}

.cta-button:hover {
    /* transform: scale(1.05); */
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
span.contexto-plano {
    color: white;
}   

.pricing-container {
    max-width: 850px;
    width: 100%;
    background-color: #1a1920;
    border-radius: 16px;
    border: 1px solid #2a2830;
    /* overflow: hidden; */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.plans-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid #2a2830;
}

.main-title {
    padding: 12px 20px;
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    border-right: 1px solid #2a2830;
    background-color: #1f1e25;
    display: flex;
    align-items: center;
}

.plan-title {
    padding: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 1.15rem;
    border-right: 1px solid #2a2830;
    background-color: #1f1e25;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plan-title:last-child {
    border-right: none;
}

.plan-title.start {
    color: #13edff;
}

.plan-title.prime {
    background: linear-gradient(135deg, #02b3c2 0%, #13edff 100%);
    color: #000000;
    position: relative;
    border-radius: 0px 10px 0px 0px;
}

.melhor-escolha {
    content: 'MAIS POPULAR';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b4f100;
    color: #131217;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    z-index: 9999;
    width: 70%;
}

.feature-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid #2a2830;
    transition: background-color 0.2s ease;
}

.feature-row:hover {
    background-color: #1f1e25;
}

.feature-row:last-child {
    border-bottom: none;
}

.feature-name {
    padding: 8px 16px;
    color: #e5e5e5;
    font-weight: 500;
    border-right: 1px solid #2a2830;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.feature-value {
    padding: 8px;
    text-align: center;
    border-right: 1px solid #2a2830;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-value:last-child {
    border-right: none;
}

.check {
    color: #eb4c19;
    font-size: 1.2rem;
    font-weight: bold;
}

.cross {
    color: #666;
    font-size: 1.2rem;
    font-weight: bold;
}

.buttons-section {
    background-color: #1f1e25;
    padding: 16px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 12px;
    align-items: center;
}

.cta-button {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-start {
    background-color: transparent;
    color: #b4f100;
    border: 2px solid #b4f100;
}

.btn-start:hover {
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    background-color: #10e3f4;
    color: black;
}

.btn-prime {
    background-color: #b4f100;
    color: #000000;
    border: 2px solid #b4f100;
}

.btn-prime:hover {
    border-color: #b4f100;
    /* transform: translateY(-1px); */
    color: white;
}
svg.svg-check {
    width: 18px;
}
.svg-check path {
    fill: #1fef56;
}
.svg-x {
    fill: #ec0000;
    width: 16px;
}
@media (max-width: 768px) {
    .pricing-container {
        margin: 8px;
        border-radius: 12px;
    }

    .main-title {
        font-size: 1.1rem;
        padding: 10px 16px;
    }

    .plan-title {
        font-size: 0.85rem;
        padding: 10px 8px;
    }

    .plan-title.prime::before {
        font-size: 0.65rem;
        padding: 1px 6px;
        top: -8px;
    }

    .feature-name {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .feature-value {
        padding: 6px;
    }

    .check, .cross {
        font-size: 1rem;
    }

    .cta-button {
        font-size: 0.75rem;
        padding: 6px 12px;
    }

    .buttons-section {
        padding: 12px;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 1rem;
        padding: 8px 12px;
    }

    .plan-title {
        font-size: 0.75rem;
        padding: 8px 6px;
    }

    .feature-name {
        font-size: 0.75rem;
        padding: 5px 10px;
    }

    .feature-value {
        padding: 5px;
    }
}

.empty-cell {
    padding: 18px 24px;
    border-right: 1px solid #2a2830;
}
/* RESPONSIVO */
@media (max-width: 1460px) {

        .mockup-note{
        display: none;
    }
}

@media (max-width: 1025px) {
    .testimonials-grid {
        flex-direction: column;
    }
    
    .stats-container {
        flex-direction: row;
        width: 100%;
        margin-bottom: 20px;
    }

        .pricing-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .container-resumos {
    flex-direction: column;
    align-items: center;
}
.box-resumo {
    width: 100%;
    max-width: 100%;
}
.conteudo-satisfacao {
    flex-direction: column;
    width: 100%;
}
.satisfacao-column {
    width: 100%;
}
img.img-depoimento {
    max-width: 100%;
    width: 70%;
}
}

@media (max-width: 768px) {
    .carousel {
        height: 400px;
        width: 90%;
    }

    .plan-card.featured {
        transform: scale(1);
    }

    .como-devmedia-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .days-grid {
        grid-template-columns: 1fr;
    }
    .cliente .area-util {
    flex-direction: column;
}
span.melhor-escolha {
    top: -16px;
    width: 90%;
}
}

@media (max-width: 750px) {
    .stats-container {
        flex-direction: column;
        gap: 30px;
    }
        img.img-depoimento {
        max-width: 100%;
        width: 90%;
    }
    span.melhor-escolha{
        display: none;
    }
}

@media (max-width: 500px) {
    .coluna-depoimenmtos {
        flex-direction: column;
    }

    .container {
        padding: 15px;
    }

    .tabs-header {
        flex-direction: column;
    }

    .tab-button.primeiros-passos.active, 
    .tab-button.html-css.active, 
    .tab-button.logica.active {
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .plan-price {
        font-size: 2.2rem;
    }
}

@media (max-width: 400px) {
    .container {
        padding: 10px;
    }
}   