
* { margin: 0; padding: 0; box-sizing: border-box; }

body { 
    font-family: 'Poppins', sans-serif; 
    background-color: #1a1a1a; 
    color: #f0f0f0; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    min-height: 100vh;
    padding: 40px 20px; 
}


.quiz-step { display: none; width: 100%; max-width: 600px; }
.quiz-step.active { display: block; }


.quiz-step { transition: opacity 0.4s ease-in-out; }
.quiz-step.fade-out { opacity: 0; }
.quiz-step.fade-in { opacity: 0; animation: fadeIn 0.4s 0.2s forwards; }
@keyframes fadeIn { to { opacity: 1; } }


.main-container { max-width: 550px; text-align: center; }
.logo { max-width: 180px; height: auto; margin-bottom: 20px; }
h1 { font-size: 2.2rem; font-weight: 700; line-height: 1.3; }
.highlight { color: #CC5500; }
.subtitle { font-size: 1.1rem; color: #cccccc; margin-top: 10px; }
.quiz-form { width: 100%; margin-top: 20px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 1.2rem; font-weight: 600; margin-bottom: 15px; }
.form-group input { width: 100%; height: 60px; padding: 0 20px; background-color: #fff; border: none; border-radius: 8px; font-size: 1.1rem; color: #333; }
.form-group input:focus { outline: 2px solid #AC7750; }
.submit-btn { width: 100%; height: 60px; background-color: #AC7750; color: #fff; border: none; border-radius: 8px; font-size: 1.2rem; font-weight: 600; cursor: pointer; transition: background-color 0.3s ease; }
.submit-btn:hover { background-color: #5f422d; }

/* ---- PASSOS 2, 3, 4, 5 (ESTRUTURA COMUM) ---- */
.quiz-container { padding: 0 15px; }
.quiz-header { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 10px; margin-bottom: 15px; }
.back-arrow { font-size: 1.8rem; color: #fff; text-decoration: none; font-weight: bold; flex: 1; text-align: left; }
.logo-quiz { max-width: 150px; height: auto; flex: 2; text-align: center; }
.placeholder { flex: 1; }
.progress-container { width: 100%; height: 8px; background-color: #333; border-radius: 10px; margin-bottom: 30px; overflow: hidden; }
.progress-bar { height: 100%; background-color: #AC7750; border-radius: 10px; transition: width 0.5s ease-in-out; }
.question-content { text-align: center; }
.question-content h2 { font-size: 1.6rem; font-weight: 600; }
.question-subtitle { font-size: 1rem; color: #ccc; margin-top: 5px; margin-bottom: 30px; }

/* ---- PASSO 2 (IDADE) ---- */
.options-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; width: 100%; }
.option-card { border-radius: 12px; overflow: hidden; text-decoration: none; display: block; transition: all 0.3s ease; background-color: #AC7750; }
.option-card:hover { transform: scale(1.05); box-shadow: 0 10px 30px rgba(129, 92, 36, 0.4); }
.option-card img { width: 100%; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
.option-label { color: #fff; padding: 15px 10px; font-weight: 600; font-size: 1.1rem; text-align: center; display: block; }

/* ---- PASSO 3 (PROVA SOCIAL) ---- */
.highlight-number { font-size: 2.5rem; font-weight: 700; color: #CC5500; margin-bottom: 10px; }
.centered-text { font-size: 1.2rem; color: #ccc; margin-bottom: 20px; }
.motivational-image { width: 100%; max-width: 400px; height: auto; border-radius: 10px; margin-bottom: 30px; object-fit: cover; }
.continue-button { display: inline-block; text-decoration: none; width: auto; max-width: 400px; background-color: #AC7750; color: #fff; border: none; border-radius: 8px; padding: 15px 40px; font-size: 1.2rem; font-weight: 600; cursor: pointer; transition: background-color 0.3s ease; }
.continue-button:hover { background-color: #AC7750; }

/* ---- PASSO 4 (OBJETIVO) ---- */
.options-list { display: flex; flex-direction: column; gap: 15px; margin-top: 30px; width: 100%; max-width: 450px; margin-left: auto; margin-right: auto; }
.option-button-image { display: flex; align-items: center; justify-content: space-between; background-color: #2b2b2b; border: 2px solid #444; border-radius: 12px; padding: 12px 15px 12px 25px; text-decoration: none; color: #f0f0f0; font-size: 1.1rem; font-weight: 600; transition: all 0.3s ease; }
.option-button-image:hover { border-color: #AC7750; transform: scale(1.03); background-color: #333; }
.option-button-image span { flex-grow: 1; text-align: left; }
.option-button-image img { width: 55px; height: 55px; border-radius: 8px; object-fit: cover; margin-left: 20px; }

/* ---- ESTILOS DO PASSO 6 (Corpo Desejado) ---- */
.option-card-v2 {
    position: relative; /* Essencial para posicionar o texto sobre a imagem */
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    border: 2px solid transparent; /* Borda invisível para um hover suave */
}

.option-card-v2:hover {
    transform: scale(1.05);
    border-color: #AC7750; /* Borda rosa no hover */
    box-shadow: 0 10px 30px rgba(145, 94, 47, 0.4);
}

.option-card-v2 img {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.option-label-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* Gradiente para garantir a legibilidade do texto */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    padding: 25px 10px 10px 10px; /* Mais padding no topo para o gradiente */
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
}
/* ---- ESTILOS DO PASSO 7 (Nível de Treino) ---- */
.option-button-text {
    display: block; /* Ocupa a largura toda da lista */
    background-color: #2b2b2b;
    border: 2px solid #444;
    border-radius: 12px;
    padding: 18px 25px; /* Espaçamento interno */
    text-decoration: none;
    color: #f0f0f0;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    transition: all 0.3s ease;
}

.option-button-text:hover {
    border-color: #AC7750; /* Borda rosa ao passar o mouse */
    transform: scale(1.03);
    background-color: #333;
}
/* ---- ESTILOS DO PASSO 8 (Sentimento) ---- */
.highlight-pink {
    color: #d46718; /* Cor rosa do tema */
}
/* ---- ESTILOS DO PASSO 9 (Nível de Energia) ---- */
.option-button-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2b2b2b;
    border: 2px solid #444;
    border-radius: 12px;
    padding: 18px 25px;
    text-decoration: none;
    color: #f0f0f0;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    transition: all 0.3s ease;
}

.option-button-icon:hover {
    border-color: #AC7750;
    transform: scale(1.03);
    background-color: #333;
}

.option-button-icon .arrow-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #888;
    transition: color 0.3s ease;
}

.option-button-icon:hover .arrow-icon {
    color: #AC7750; /* Muda a cor da seta no hover */
}
/* ---- ESTILOS DO PASSO 10 (Motivação) ---- */
.icon-text-wrapper {
    display: flex;
    align-items: center;
    gap: 15px; /* Espaço entre o ícone e o texto */
}

.option-icon {
    width: 24px;
    height: 24px;
    fill: #ccc; /* Cor do ícone */
    transition: fill 0.3s ease;
}

.option-button-icon:hover .option-icon {
    fill: #AC7750; /* Muda a cor do ícone no hover */
}
/* ---- ESTILOS DO PASSO 11 (Seleção Múltipla Moderna) ---- */
.modern-options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
@media (min-width: 600px) {
    .modern-options-grid { grid-template-columns: repeat(3, 1fr); }
}

.modern-option-card {
    position: relative;
    border: 2px solid #444;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    aspect-ratio: 1 / 1;
}
.modern-option-card:hover {
    transform: translateY(-5px);
    border-color:←;
}
.modern-option-card.selected {
    border-color: #AC7750;
    box-shadow: 0 0 20px rgba(116, 66, 37, 0.4);
}
.modern-option-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.modern-option-card.selected img {
    transform: scale(1.1);
}

.modern-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 12px;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 10%, transparent);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.modern-option-card input[type="checkbox"] { display: none; }

.custom-checkbox {
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s;
    flex-shrink: 0; /* Impede que o checkbox encolha */
}
.modern-option-card input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #AC7750;
    border-color: #AC7750;
}
.custom-checkbox::after {
    content: '✓';
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.2s;
    transform: translateY(-1px);
}
.modern-option-card input[type="checkbox"]:checked + .custom-checkbox::after {
    opacity: 1;
}

#continue-step11:disabled {
    background: #555;
    cursor: not-allowed;
    opacity: 0.6;
}
/* ---- ESTILOS DO PASSO 13 (Condicionamento Físico) ---- */
.vertical-options-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.rich-option-card {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    min-height: 160px; /* Altura mínima para o card */
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.rich-option-card:hover {
    transform: scale(1.02);
    border-color: #AC7750;
}

.rich-option-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.7); /* Escurece um pouco a imagem para o texto sobressair */
}

.rich-card-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 160px;
    padding: 20px;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(51, 32, 15, 0.8) 0%, rgba(0,0,0,0) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.card-text-content p {
    font-size: 1.2rem;
    font-weight: 600;
    max-width: 80%;
}

.level-badge {
    background-color: #2ebb03;
    color: #1a1a1a;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
}
/* ---- ESTILOS DO PASSO 14 (CORRIGIDO E ESTILIZADO) ---- */
/* --- Correção de cor dos botões do Step 14 --- */
 .options-grid-col-2 a.multi-option-button span {
     color: #fff; /* Define a cor do texto para branco */
 }
.options-grid-col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Mantém as duas colunas */
    gap: 20px; /* Aumenta o espaçamento para um visual mais limpo */
    margin-bottom: 30px;
    max-width: 650px; /* Um pouco mais de largura para acomodar o texto */
    margin-left: auto;
    margin-right: auto;
}
.options-grid-col-2 a.multi-option-button {
     text-decoration: none; /* Remove o sublinhado padrão dos links */
 }

.multi-option-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2b2b2b;
    border: 2px solid #444;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* Transição mais suave */
    min-height: 80px; /* Define uma altura mínima para todos os botões */
    height: 100%; /* Faz o botão ocupar toda a altura da célula do grid */
}

.multi-option-button:hover {
    transform: translateY(-4px); /* Efeito de elevação mais sutil */
    border-color: #AC7750;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.multi-option-button.selected {
    border-color:#AC7750; /* Destaque em verde para o item selecionado */
    background-color: #2f3631; /* Fundo sutilmente diferente */
    transform: translateY(-4px);
    box-shadow: 0 0 20px rgba(0, 245, 122, 0.2);
}

.multi-option-button span:first-child {
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
    padding-right: 10px; /* Garante espaço entre o texto e a seta */
}

.multi-option-button input[type="checkbox"] {
    display: none;
}

/* Deixa a seta mais sutil e muda de cor quando o item é selecionado */
.multi-option-button .arrow-icon {
    color: #666;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.multi-option-button.selected .arrow-icon {
    color: #00f57a;
}

#continue-step14:disabled {
    background: #444; /* Um pouco mais claro para diferenciar */
    cursor: not-allowed;
    opacity: 0.5;
}

/* ---- Responsividade para Celulares ---- */
@media (max-width: 600px) {
    .options-grid-col-2 {
        grid-template-columns: 1fr; /* Transforma em uma única coluna */
    }
}
/* ---- ESTILOS DO PASSO 15 (Sedentarismo) ---- */
.question-image-card {
    width: 100%;
    max-width: 400px; /* Define um tamanho máximo para a imagem */
    height: auto;
    border-radius: 12px;
    margin: 0 auto 30px; /* Centraliza a imagem e adiciona espaço abaixo */
    display: block;
    object-fit: cover;
}

.highlight-red {
    color: #e9210b; /* Tom de vermelho vibrante */
}

/* ---- ESTILOS DO PASSO 16 (Decisão Final) ---- */
.image-frame {
    background-color: transparent;
    border-radius: 16px;
    padding: 8px;
    margin: 0 auto 30px;
    max-width: 400px;
}

.question-image {
    width: 100%;
    display: block;
    border-radius: 12px; /* Raio menor que o da moldura */
}

/* Novo estilo de botão, sem ícone */
.option-button-plain {
    display: block;
    background-color: #2b2b2b;
    border: 2px solid #444;
    border-radius: 12px;
    padding: 18px 25px;
    text-decoration: none;
    color: #f0f0f0;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
    transition: all 0.3s ease;
}

.option-button-plain:hover {
    border-color: #AC7750;
    background-color: #333;
    transform: scale(1.03);
}
/* ---- CORREÇÃO DE ESTILO PARA O BOTÃO DO STEP 17 ---- */
.final-cta-button {
    display: block;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    background-color:#AC7750;
    color: #fff;
    border: none;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.final-cta-button:hover {
    background-color: #AC7750;
}
/* ---- ESTILO PARA A IMAGEM DE PROVA SOCIAL (STEP 17) ---- */

.social-proof-image {
    display: block;
    max-width: 450px; /* Ajuste a largura máxima conforme desejar */
    width: 100%;
    height: auto;
    margin: 30px auto; /* Centraliza a imagem e adiciona espaço */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
/* ---- CORREÇÃO DE ESTILO PARA O BOTÃO DO STEP 21 ---- */
#step21 .submit-btn {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 30px auto 0;
    text-decoration: none;
    text-align: center;
    height: auto; /* Garante que a altura se ajuste ao padding */
    font-weight: 600; /* Garante a fonte em negrito */
}
.ruler {
    height: 40px;
    position: absolute;
    display: flex; /* Mudado para flex */
    left: 0;
    pointer-events: none;
    transition: transform 0.1s linear; /* Animação suave */
}
.tick-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10px; /* Largura de cada "espaço" da régua */
}
.ruler .tick {
    width: 2px;
    background-color: #555;
    height: 15px;
}
.ruler .tick.large {
    height: 25px;
    background-color: #999;
}
.ruler .tick-label {
    margin-top: 5px;
    color: #999;
    font-size: 0.9rem;
}
/* ---- ESTILOS DO PASSO 21 (SLIDER COM SWIPER.JS) ---- */
.unit-toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}
.unit-toggle button {
    background: #333;
    border: none;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}
.unit-toggle button.active {
    background-color: #AC7750;
}

.weight-slider-container {
    position: relative;
    width: 100%;
    margin: 20px auto 10px;
    height: 80px; /* Altura para a régua */
}
.center-marker-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 60px;
    background-color: #AC7750;
    border-radius: 3px;
    z-index: 2;
}

/* Estilização do Swiper */
#weight-slider-swiper {
    width: 100%;
    height: 100%;
    cursor: grab;
}
.swiper-slide {
    width: 12px !important; /* Largura de cada marcação */
    height: 100%;
    position: relative;
    color: #999;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
}
/* A marca (tick) em si */
.swiper-slide::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 25px;
    background-color: #555;
}
/* Marca maior para múltiplos de 5 */
.swiper-slide.large-tick::before {
    height: 40px;
    background-color: #999;
}
/* Label com o número */
.swiper-slide span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* Estilo do slide ativo (o que está no centro) */
.swiper-slide-active {
    color: #fff;
    font-size: 1.5rem; /* Aumenta a fonte do número central */
}
.swiper-slide-active span {
    transform: translate(-50%, 10px); /* Move o número um pouco para baixo */
}
.swiper-slide-active::before {
    background-color: #fff; /* Deixa o tick central branco */
}

/* Botão Continuar do Step 21 */
#step21 .submit-btn {
    margin-top: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 25px; /* Botão maior */
    font-size: 1.2rem;
}
.weight-display {
    font-size: 3.5rem;
    font-weight: 700;
    color: #AC7750;
    margin-bottom: 20px;
    transition: all 0.2s ease;
}
/* Encontre esta regra no seu CSS */
.swiper-slide {
    width: 12px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    color: #999;
    font-size: 0.9rem;
    font-weight: 600;
    flex-shrink: 0;
    padding: 0 4px; /* <-- ADICIONE ESTA LINHA */
}
/* ---- ESTILOS DO PASSO 22 (CAIXA DE INFORMAÇÃO) ---- */
.info-box {
    background-color: #2b2b2b;
    border: 1px solid #444;
    border-radius: 12px;
    padding: 20px;
    max-width: 450px;
    margin: 40px auto 30px;
    text-align: left;
}

.info-box-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.info-box-icon {
    font-size: 1.5rem;
}

.info-box-header h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.info-box p {
    font-size: 0.9rem;
    color: #ccc;
    line-height: 1.6;
}
/* ---- CORREÇÃO DE ESTILO PARA O BOTÃO DO STEP 22 ---- */
#step22 .submit-btn {
    margin-top: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 25px;
    font-size: 1.2rem;
}
/* ---- CORREÇÃO DE ESTILO PARA O SELETOR DE UNIDADE ---- */
/* (Este estilo servirá para os seletores de peso e altura) */

.unit-toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}
.unit-toggle button {
    background: #333;
    border: none;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}
.unit-toggle button.active {
    background-color: #AC7750;
}
/* ---- CORREÇÃO GERAL PARA BOTÕES QUE SÃO LINKS ---- */

a.submit-btn {
    text-decoration: none; /* Remove o sublinhado */
    line-height: normal; /* Garante alinhamento vertical do texto */
    display: block; /* Garante que o link se comporte como um bloco */
    padding: 18px 25px; /* Define o padding para controlar o tamanho */
    height: auto; /* A altura se ajusta ao conteúdo e padding */
}
/* ---- ESTILO PARA A RÉGUA DOS SLIDERS (PESO E ALTURA) ---- */

/* Aplica os traços na trilha do slider */
#step21 input[type="range"]::-webkit-slider-runnable-track,
#step22 input[type="range"]::-webkit-slider-runnable-track {
    background-image: repeating-linear-gradient(to right, #777, #777 1px, transparent 1px, transparent 10%);
}

#step21 input[type="range"]::-moz-range-track,
#step22 input[type="range"]::-moz-range-track {
    background-image: repeating-linear-gradient(to right, #777, #777 1px, transparent 1px, transparent 10%);
}
/* ---- ESTILOS FINAIS E CORRIGIDOS PARA OS SLIDERS (STEP 21 E 22) ---- */

/* Contêiner geral para os sliders */
.weight-slider-container {
    position: relative;
    width: 100%;
    margin: 20px auto 10px;
    height: 80px;
}

/* Marcador rosa fixo no centro */
.center-marker-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 60px;
    background-color: #AC7750;
    border-radius: 3px;
    z-index: 2;
}

/* Display de valor (ex: 70kg) */
.weight-display {
    font-size: 3.5rem;
    font-weight: 700;
    color:#AC7750;
    margin-bottom: 20px;
    transition: all 0.2s ease;
}

/* Seletor de unidade (kg/lb, cm/pol) */
.unit-toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}
.unit-toggle button {
    background: #333;
    border: none;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}
.unit-toggle button.active {
    background-color: #AC7750;
}

/* Container do Swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    align-items: center; 
}

/* Cada marcação individual (a área de arrasto) */
.swiper-slide {
    width: 12px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    color: #999;
    font-size: 0.9rem;
    font-weight: 600;
    flex-shrink: 0;
}

/* O "desenho" da linha/tick dentro de cada slide */
.swiper-slide::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 25px;
    background-color: #555;
    transition: all 0.2s ease;
}

/* Estilo para os ticks maiores (múltiplos de 5) */
.swiper-slide.large-tick::before {
    height: 40px;
    background-color: #999;
}

/* O número/label abaixo de alguns ticks */
.swiper-slide span {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease;
}

/* Estilo do slide ativo (o que está no centro) */
.swiper-slide-active {
    color: #fff;
}
.swiper-slide-active span {
    font-size: 1.5rem;
    transform: translate(-50%, 5px);
}
.swiper-slide-active::before {
    background-color: #fff;
    height: 50px;
}

/* Garante que o botão continuar em AMBOS os sliders tenha o estilo correto */
#step21 .submit-btn,
#step22 .submit-btn {
    margin-top: 40px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
/* ---- ESTILOS DO PASSO 24 (RESULTADO IMC) ---- */
.user-data-summary {
    color: #ccc;
    margin-bottom: 20px;
    font-weight: 600;
}
.user-data-summary p {
    margin-bottom: 5px;
}

.bmi-result-title {
    font-size: 2.5rem !important; /* Dando mais destaque ao resultado */
    margin-bottom: 25px !important;
}

.bmi-result-card {
    background-color: #ffffff; /* Cor rosa claro padrão */
    color: #CC5500; /* Cor de texto escura para contraste */
    border-radius: 12px;
    padding: 20px;
    max-width: 450px;
    margin: 0 auto 30px;
    border: 2px solid #f8bbd0;
}
.bmi-range {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.bmi-classification {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.bmi-description {
    font-size: 1rem;
    line-height: 1.6;
}

/* ---- AJUSTE EXCLUSIVO PARA O STEP 26 ---- */
#step26 .options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
#step26 .option-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    background: #232323;
    border: 2px solid #333;
    border-radius: 16px;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 600;
    padding: 14px 18px;
    transition: all 0.18s;
    text-decoration: none;
    box-shadow: none;
    min-height: 56px;
}
#step26 .option-card span {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1;
}
#step26 .option-card:hover {
    border-color: #AC7750;
    background: #282828;
    transform: scale(1.035);
    box-shadow: 0 4px 24px rgba(200, 59, 129, 0.10);
}
/* ---- ESTILOS DO PASSO 27 (TELA DE CARREGAMENTO) ---- */
.loading-container {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 400px;
    margin: 20px auto 40px;
}

.loading-progress-bar {
    flex-grow: 1; /* Faz a barra ocupar o espaço disponível */
    height: 12px;
    background-color: #333;
    border-radius: 10px;
    overflow: hidden;
}

.loading-progress-fill {
    width: 0%; /* Começa com 0 */
    height: 100%;
    background-color: #AC7750;
    border-radius: 10px;
    transition: width 0.1s linear; /* Animação suave */
}

.loading-text {
    font-weight: 600;
    color: #AC7750;
}
/* ---- ESTILOS DO PASSO 28 (TELA DE OFERTA) ---- */
.product-image {
    max-width: 220px;
    margin: 0 auto 20px;
    display: block;
}

.offer-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #00f57a;
    line-height: 1.2;
    margin-bottom: 25px;
}

.offer-price .original-price {
    display: block;
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
    font-weight: 400;
}

.offer-headline {
    font-size: 1.3rem !important;
    text-transform: uppercase;
    max-width: 450px;
    margin: 0 auto 15px;
}

.offer-text {
    max-width: 480px;
    margin: 0 auto 25px;
    color: #ccc;
    line-height: 1.7;
}

.offer-text.strong {
    font-weight: 600;
}

.offer-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.cta-button-green {
    display: block;
    background-color: #00f57a;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.cta-button-green:hover {
    background-color: #ffffff;
    transform: scale(1.03);
}

.cta-button-link {
    display: block;
    color: #999;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s;
}
.cta-button-link:hover {
    color: #fff;
}
/* ---- ESTILOS DO PASSO 29 (TELA DE CARREGAMENTO 2) ---- */

/* Ajusta o H2 para não ficar em maiúsculas como o da oferta */
#step29 h2 {
    text-transform: none;
    font-size: 1.5rem !important;
}

/* Estilo para o texto "Carregando..." */
.loading-text-v2 {
    font-size: 1rem;
    color: #ccc;
    font-weight: 600;
}
/* ---- ESTILOS DO PASSO 30 (GRÁFICO FINAL) - VERSÃO REFINADA ---- */
/* ---- ESTILOS DO PASSO 30 (GRÁFICO FINAL) - VERSÃO FINAL DO ESTILO ---- */

 #step30 .question-content {
     padding-top: 5vh;
 }

 #step30 .final-headline {
     font-size: 1.8rem;
     line-height: 1.4;
     max-width: 550px;
     margin: 0 auto 25px;
     font-weight: 600;
     text-align: center;
 }

 /* Container do gráfico */
 .graph-container {
     position: relative;
     max-width: 500px;
     margin: 30px auto;
     padding: 25px;
     background-color: #1f1f1f;
     border-radius: 16px;
     border: 1px solid #333;
 }

 /* Título "Seu nível de evolução física" */
 .graph-title {
     font-size: 1rem;
     font-weight: 600;
     margin-bottom: 30px;
     text-align: left;
     color: #fff;
 }

 /* O gráfico SVG */
 .evolution-graph {
     width: 100%;
     height: auto;
     overflow: visible;
 }

 /* A linha de progresso */
 #progress-path {
     stroke-dasharray: 1000;
     stroke-dashoffset: 1000;
     animation: draw-line 2s ease-in-out forwards;
     animation-delay: 0.5s;
     /* Gradiente mais suave e cores mais próximas */
     stroke: url(#line-gradient-final);
 }

 @keyframes draw-line {
     to {
         stroke-dashoffset: 0;
     }
 }

 /* Container dos labels */
 .graph-labels {
     display: flex;
     justify-content: space-between;
     font-size: 0.9rem;
     font-weight: 600;
     color: #ccc;
     padding: 15px 5px 0;
     margin-top: -15px;
 }

 .label-start, .label-end {
     padding: 8px 12px;
     border-radius: 8px;
     background-color: #2b2b2b;
     border: 1px solid #444;
 }

 /* Botão Continuar */
 #step30 .final-cta-button {
     margin-top: 30px;
 }
 /* ---- ESTILOS DO PASSO 31 (TELA FINAL) ---- */

.logo-final {
    max-width: 200px;
    margin: 0 auto 30px;
    display: block;
}

.final-offer-headline {
    font-size: 1.7rem !important;
    line-height: 1.5;
    max-width: 550px;
    margin: 0 auto 30px;
    font-weight: 600;
}

.final-image-container {
    max-width: 450px;
    margin: 0 auto 40px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.final-result-image {
    width: 100%;
    display: block;
}

#step31 .final-cta-button {
    max-width: 450px;
}
/* ---- ESTILOS DO PASSO 32 (LANDING PAGE FINAL) ---- */

#step32.quiz-step.active {
    max-width: 100%; /* Permite que a página ocupe toda a largura */
}
.quiz-container-full {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #1a1a1a;
}
.urgency-banner {
    background-color: #ffffff;
    color: #ff0505;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 0.9rem;
}
.final-offer-content {
    padding: 20px 15px;
}
.final-greeting {
    text-align: center;
    font-size: 1.1rem;
    max-width: 550px;
    margin: 0 auto 30px;
    line-height: 1.6;
    color: #cccccc;
}
.final-greeting strong {
    color: #e65410;
}
.image-comparison img {
    max-width: 450px;
    width: 100%;
    border-radius: 12px;
    display: block;
    margin: 0 auto 30px;
}
.final-product-offer {
    text-align: center;
    margin-bottom: 30px;
}
.final-product-image {
    max-width: 350px;
    margin: 0 auto 15px;
}
.final-product-title {
    font-weight: 600;
    color: #00f57a;
}
.final-product-price {
    font-size: 2rem;
    font-weight: 700;
    color: #00f57a;
}
.main-cta-offer {
    background-color: #222;
    border: 1px solid #444;
    padding: 25px;
    border-radius: 12px;
    max-width: 450px;
    margin: 0 auto;
}
.cta-top-text {
    font-size: 1.1rem;
    font-weight: 600;
}
.price-description {
    color: #aaa;
    margin-top: 15px;
}
.main-price {
    font-size: 3.5rem;
    font-weight: 700;
    color: #00f57a;
    line-height: 1.1;
    margin: 5px 0;
}
.installments {
    color: #ccc;
    margin-bottom: 25px;
}
.cta-button-primary {
    display: block;
    background-color: #AC7750;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}
.cta-button-primary:hover {
    background-color: #AC7750;
    transform: scale(1.03);
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(121, 65, 27, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(200, 59, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(200, 59, 129, 0); }
}
.payment-icons { margin-top: 15px; }
.payment-icons img { max-width: 250px; }
.guarantee-text { color: #aaa; font-size: 0.8rem; margin-top: 10px; }
/* ---- ESTILOS DA SEÇÃO DE PROGRESSO (ANTES/DEPOIS) ---- */
.before-after-section {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    max-width: 550px;
    margin: 40px auto;
    padding: 20px;
    background-color: #222;
    border-radius: 12px;
}
.comparison-column {
    width: 48%;
}
.column-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}
.column-title.red { color: #ff6b6b; }
.column-title.green { color: #00f57a; }

.progress-item {
    margin-bottom: 15px;
    text-align: left;
}
.progress-item label {
    display: block;
    font-size: 0.8rem;
    color: #ccc;
    margin-bottom: 5px;
}
.progress-track {
    width: 100%;
    height: 10px;
    background-color: #444;
    border-radius: 5px;
    overflow: hidden;
}
.progress-fill {
    height: 100%;
    width: 0%; /* Começa com 0 para a animação */
    border-radius: 5px;
    transition: width 2s cubic-bezier(0.25, 1, 0.5, 1); /* Animação suave */
}
.progress-fill.low {
    background-color: #ff6b6b;
}
.progress-fill.high {
    background-color: #00f57a;
}
/* ---- ESTILOS DO PASSO 32 (LANDING PAGE FINAL) ---- */
#step32 .quiz-container-full {
    max-width: 750px; /* Um pouco mais estreito para melhor legibilidade */
    width: 100%;
    margin: 20px auto;
    background-color: #121212; /* Um preto um pouco mais suave */
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #222;
}

.urgency-banner {
    background: linear-gradient(90deg, #f00d0d, #e00d0d);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.urgency-banner .timer-icon {
    width: 20px;
    height: 20px;
}
.urgency-banner strong {
    background-color: rgba(255,255,255,0.2);
    padding: 2px 8px;
    border-radius: 4px;
}

.final-offer-content {
    padding: 20px;
}

.final-greeting {
    text-align: center;
    font-size: 1.2rem;
    max-width: 600px;
    margin: 20px auto 40px;
    line-height: 1.6;
    color: #ddd;
}
.final-greeting strong {
    color: #CC5500;
}

.image-comparison {
    max-width: 500px;
    margin: 0 auto 40px;
}
.image-comparison img {
    width: 100%;
    border-radius: 12px;
}

.before-after-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 500px;
    margin: 40px auto;
    padding: 25px;
    background-color: #1f1f1f;
    border-radius: 12px;
    border: 1px solid #333;
}
.comparison-column { width: 48%; }
.column-title { font-size: 0.9rem; font-weight: 600; margin-bottom: 15px; text-align: left; }
.column-title.red { color: #ff6b6b; }
.column-title.green { color: #00f57a; }
.progress-item { margin-bottom: 15px; text-align: left; }
.progress-item label { display: block; font-size: 0.8rem; color: #ccc; margin-bottom: 5px; }
.progress-track { width: 100%; height: 8px; background-color: #444; border-radius: 5px; overflow: hidden; }
.progress-fill { height: 100%; width: 0%; border-radius: 5px; transition: width 2s cubic-bezier(0.25, 1, 0.5, 1); }
.progress-fill.low { background-color: #ff6b6b; }
.progress-fill.high { background-color: #00f57a; }

.main-cta-offer {
    background-color: #1f1f1f;
    border: 1px solid #444;
    padding: 25px;
    border-radius: 12px;
    max-width: 500px;
    margin: 40px auto;
}
.main-price {
    font-size: 3.5rem;
    font-weight: 700;
    color: #00f57a;
}
.cta-button-primary {
    display: block;
    background: linear-gradient(90deg, #AC7750, #AC7750);
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.social-proof-section h3, .final-info-section h3 {
    font-size: 1.8rem;
    text-align: center;
    margin: 50px auto 30px;
}
.social-proof-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}
.social-proof-grid img { width: 100%; border-radius: 12px; }

.final-info-section ul { list-style-type: '✅'; padding-left: 20px; max-width: 600px; margin: 0 auto; }
.final-info-section li { padding-left: 15px; margin-bottom: 18px; text-align: left; font-size: 1.1rem; }

#step32 .payment-icons2 {
     margin-left: 5px;
     max-width: 100%;
}

#step32 .footer-logo {

    max-width: 180px; 
    height: auto; 
    margin-bottom: 20px;
    margin-left: 0px;
    
}

#step32 .final-footer {
    text-align: center;
}

.bonus-image {
    max-width: 100%;
     height: auto;
}
.transformacao {
  margin-bottom: 30px;
  text-align: center;
}

.img-transformacao {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
}

.card-depoimento {
  background-color: #1e1e1e;
  color: white;
  padding: 15px;
  border-radius: 12px;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.card-depoimento .estrelas {
  color: #ffce00;
  font-size: 18px;
  margin-bottom: 8px;
}

.card-depoimento .comentario {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.card-depoimento .cliente {
  font-size: 12px;
  margin-top: 8px;
  font-style: italic;
  color: #aaa;
}
.preco-promocional {
  background-color: #d6fbe4; /* verde claro */
  color: #0b5e3d; /* verde escuro */
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  max-width: 500px;
  margin: 30px auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.preco-promocional p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.preco-promocional .valor {
  font-size: 20px;
  font-weight: bold;
}

.preco-promocional small {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  color: #156c4b;
}
.vermelho {
  color: rgb(231, 15, 15);
}
.grid-opcoes {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 colunas no desktop/mobile */
  gap: 15px;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.opcao {
  background-color: #1f1f1f;
  color: white;
  border: 1px solid #444;
  border-radius: 12px;
  padding: 15px 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.opcao:hover {
  background-color: #292929;
  cursor: pointer;
}
@media (max-width: 480px) {
  .grid-opcoes {
    grid-template-columns: 1fr; /* 1 coluna no celular pequeno */
    gap: 10px;
  }

  .opcao {
    font-size: 0.95rem;
    padding: 12px;
  }
}
#notification-container {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
}

.notification {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 12px 18px;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
  animation: slideIn 0.5s ease forwards, fadeOut 0.5s ease forwards 8s;
  font-family: Arial, sans-serif;
  font-size: 14px;
  max-width: 280px;
}

@keyframes slideIn {
  from { transform: translateX(-100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes fadeOut {
  to { opacity: 0; transform: translateX(-50%); }
}