:root {
    --sobre-dark: #212121;
    --dark: #121212;
    --black: #000000;
    --offwhite: #f0f0f0;
    --grayText: #8FA2BC;
    --red:  #e9162b;
    --red-200: #d81124;
    --red-300: #a80f1e;
    --gold: #FFC547;
    --bg-gold: #ffc5472d;
    --gradient-dark: linear-gradient(135deg, #212121, #121212);
}

html {
    margin: 0 auto;
    padding: 0;
    width: 100%; 
    height: 100%; 
    overflow-x: hidden;
}

body {
    margin: 0 auto;
}

section {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 16px;
    background-color: var(--black);
}

span {
    color: var(--gold);
}

div {
    max-width: 900px;
    margin: 0 auto;
}

h1, h2, h3 {
    color: var(--offwhite);
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin: 8px 0px;
    padding: 0;
}

p {
    font-family: sans-serif;
    color: var(--offwhite);
    margin: 8px 0px;
    padding: 0;
}

a {
    color: var(--offwhite);
    flex-wrap: wrap;
    text-align: center;
}

.header {
    background-color: var(--red);
    text-align: center;
}

.header p {
    color: var(--offwhite);
    font-weight: bold;
    font-size: 20px;
    font-family: sans-serif;
}

.primeira-drobra {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: center;
}

.primeira-drobra span {
    color: var(--gold);
    font-size: 18px;
}

.list-tqr h2 {
    font-size: 35px;
    color: var(--offwhite);
    font-family: sans-serif;
    text-align: center;
}

.tudo-que-recebe {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px; 
    width: 100%;
}

.conteudo-tqr {
    display: flex;
    width: 90%;
    flex-direction: row;
    padding: 16px;
    border-radius: 8px;
    background-color: var(--sobre-dark);
    align-items: center;
    gap: 8px;
}

.icon-list {
    color: var(--gold);
}

.list-tqr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 32px;
    background-color: var(--black);
}

.div-offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: var(--gradient-dark);
    border: 1px solid var(--gold);
    border-radius: 8px;
    width: fit-content;
    padding: 16px;
    gap: 20px;
}

.alert-offer {
    background-color: var(--red-200);
    width: fit-content;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
}

.text-97 {
    color: var(--grayText);
    text-decoration: line-through;
    font-size: 20px;
}

.tag-desconto {
    background-color: var(--gold);
    color: var(--sobre-dark);
    font-weight: 600;
    width: fit-content;
    height: fit-content;
    border-radius: 8px;
    padding: 5px;
    font-size: 14px;
}

.preco1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    height: fit-content;
    gap: 8px;
}

.valor-parcela {
    font-size: 30px;
    color: var(--gold);
    font-weight: bold;
}

.valor-cheio {
    font-size: 25px;
    color: var(--gold);
    font-weight: bold;
}

.button {
    text-decoration: none;
    background-color: var(--red-200);
    color: var(--offwhite);
    padding: 16px;
    border-radius: 8px;
    font-family: sans-serif;
    font-weight: bold;
}

.button:hover {
    background-color: var(--red-300);
}

.hero{
    background-color: var(--dark);
    text-align: center;
}

.hero h2 {
    margin: 16px 0px;
}

.div-hero {
    display: grid;
    grid-template-columns: auto auto;
    text-align: start;
    gap: 8px;
}

.div-hero p {
    font-size: 18px;
}

.div-hero h3 {
    font-size: 25px;
}

.text-hero {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tag-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--bg-gold);
    border-left: 2px solid var(--gold);
    border-radius: 8px;
    padding: 16px;
    height: fit-content;   
    gap: 8px;
}

.tag-hero h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.tag-hero p {
    font-size: 14px;
    color: var(--grayText);
    padding: 0;
    margin: 0;
}

.beneficios{
    background-color: var(--black);
}

.div-beneficios{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 16px;
}

.grid-beneficios {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

.conteudo-grid-beneficios {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 90%;
    text-align: start;
    border-radius: 16px;
    background-color: var(--sobre-dark);
    padding: 16px;
}

.conteudo-grid-beneficios h2 {
    font-size: 20px;
}

.conteudo-grid-beneficios p {
    font-size: 16px;
    color: var(--grayText);
    margin: 0;
    padding: 0;
}

.icon-beneficios {
    color: var(--gold);
    width: 30px;
    height: 30px;
}

/* --- Estilos da Seção Principal da Tabela --- */
.comparison-table-section {
    background-color: var(--black);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.comparison-table-container {
    width: 100%;
    max-width: 900px; /* Largura máxima da tabela em desktops */
    border: 1px solid var(--offwhite);
    border-radius: 8px;
    overflow: hidden; /* Garante que as bordas arredondadas funcionem */
}

/* --- Estilos do Cabeçalho da Tabela --- */
.table-header {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    border-bottom: 1px solid var(--offwhite);
    padding: 16px;
    font-weight: 600;
    text-align: center; 
    align-items: center;
}

.header-cell:first-child {
    text-align: left; /* Alinha o texto da primeira coluna do cabeçalho à esquerda */
    padding-left: 0; /* Remove padding extra se houver */
}

.table-header .highlight {
    color: var(--gold);
}

/* --- Estilos das Linhas da Tabela --- */
.table-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr; /* Mesmas proporções do cabeçalho */
    padding: 16px;
    border-bottom: 1px solid var(--offwhite);
    color: var(--offwhite);
}

/* Fundo zebrado para melhor legibilidade */
.table-row:nth-child(odd) {
    background-color: var(--row-bg-odd);
}

.table-row:nth-child(even) {
    background-color: var(--row-bg-even);
}

/* Remove a borda da última linha */
.table-row:last-child {
    border-bottom: none;
}

/* --- Estilos das Células da Tabela --- */
.table-cell {
    display: flex; /* Usa flexbox para centralizar conteúdo */
    align-items: center; /* Alinha verticalmente */
    padding: 8px 16px;
    font-size: 14px;
}

.feature-description {
    text-align: start;
    font-weight: 400;
    width: 100%;
    font-family: sans-serif;
}

.feature-status {
    justify-content: center; /* Alinha ✅/❌ horizontalmente no centro */
    font-size: 1.2em; /* Tamanho maior para os ícones */
    font-weight: bold;
}

/* Estilos específicos para os ícones ✅ e ❌ (se forem texto) */
.feature-status:contains("✅") {
    color: var(--icon-check-color);
}
.feature-status:contains("❌") {
    color: var(--icon-cross-color);
}


/* --- Responsividade para Telas Menores --- */
@media (max-width: 768px) {
    .comparison-table-container {
        border-radius: 0; /* Remove borda arredondada em telas pequenas para aproveitar a largura */
    }

    /* Em telas menores, as colunas de comparação podem ficar empilhadas */
    .table-header,
    .table-row {
        grid-template-columns: 1fr; /* Faz com que cada item ocupe 100% da largura */
        border-bottom: 1px solid var(--table-border-color);
    }

    .table-header {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .header-cell {
        text-align: center !important; /* Centraliza todos os textos do cabeçalho */
        padding: 10px 16px;
        border-bottom: 1px solid var(--offwhite);
    }

    .header-cell p {
        color: var(--offwhite);
    }
    .header-cell:last-child {
        border-bottom: 1px solid var(--offwhite); /* Remove a borda do último cabeçalho empilhado */
    }

    .table-row {
        display: flex;
        flex-direction: row; /* Empilha as células de cada linha */
        align-items: flex-end; /* Alinha o conteúdo à esquerda ao empilhar */

    }

    .table-cell {
        width: 100%; /* Ocupa a largura total da linha */
        padding: 10px 16px;
        border-bottom: 1px solid #eee; /* Adiciona uma borda entre as "células" empilhadas */
        text-align: left; /* Garante alinhamento à esquerda para as descrições */
        justify-content: flex-start; /* Alinha à esquerda os status e descrições */
    }

    .feature-status {
        justify-content: flex-start; /* Alinha ✅/❌ à esquerda também */
        padding-left: 0; /* Remove qualquer padding extra se precisar */
    }

    /* Adiciona títulos para cada item de comparação em mobile */
    .table-row .feature-description {
        font-size: 14px;
        border-bottom: 1px solid var(--offwhite); /* Remove borda específica se houver */
    }
    .table-row .feature-status {
        padding-left: 20px; /* Indenta o ✅/❌ */
    }
    /* Isso é um pouco mais avançado, mas pode ser útil para prefixar: */
    /* .table-row .feature-status:nth-of-type(2)::before {
        content: "Somente o curso: ";
        font-weight: bold;
        color: var(--header-text-color);
    }
    .table-row .feature-status:nth-of-type(3)::before {
        content: "Plano Chef dos Lucros: ";
        font-weight: bold;
        color: var(--header-text-color);
    } */
}

/* Fix para :contains() não funcionar em CSS puro. Se você usar JS ou um pré-processador, pode ignorar.
   Para CSS puro, o mais simples é dar classes específicas para check e cross se forem ícones. */
.check-icon {
    color: var(--icon-check-color);
}
.cross-icon {
    color: var(--icon-cross-color);
}

.grid-depoimentos {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

.depoimento {
    background-color: var(--dark);
}

.icon-avaliacao {
    width: 20px;
    height: 20px;
    color: var(--gold);
    fill: var(--gold);
}

.conteudo-grid-depoimentos {
    border: 1px solid var(--offwhite);
    border-radius: 8px;
    padding: 16px;
}

.conteudo-grid-depoimentos h2 {
    font-size: 18px;
    color: var(--gold);
    font-weight: bold;
}

.text-garantia h3 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
}

.text-garantia {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.garantia {
    background-color: var(--dark);
}



.grid-garantia {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    padding: 16px;
    border: 1px solid var(--offwhite);
    border-radius: 16px;
}

.list-offer {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 8px;
}

.offer {
    background-color: var(--black);
}

@media(max-width: 600px) {

    html, body {
    margin: 0;
    padding: 0;
    width: 100%; 
    height: 100%; 
    overflow-x: hidden;
}

h1, h2, h3 {
    color: var(--offwhite);
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 8px 0px;
    padding: 0;
}

p {
    font-size: 16px;
    font-family: sans-serif;
    color: var(--offwhite);
    margin: 8px 0px;
    padding: 0;
}

    section {
        padding: 8px;
        width: auto;
    }
    .div-hero p {
        font-size: 16px;
    }

    .div-hero h3 {
        font-size: 18px;

    }

        .list-tqr h2 {
        font-size: 25px;
    }

        .grid-beneficios {
        grid-template-columns: auto;
    }

        .grid-depoimentos {
        grid-template-columns: auto;
    }
    .grid-garantia{
        display: flex;
        flex-direction: column;
    }

    .tudo-que-recebe{
        grid-template-columns: auto;
    }

    .div-hero {
        display: flex;
        flex-direction: column;
}
    img {
        width: 100%;
    };




}