/* RESET */
/* OTIMIZAÇÃO: Fontes do sistema (sans-serif) para carregamento instantâneo */
* { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; -webkit-tap-highlight-color: transparent; }
body { background-color: #ffffff; color: #000; display: flex; flex-direction: column; min-height: 100vh; }

/* HEADER DO QUIZ */
.quiz-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 24px; background: #fff; height: 70px; border-bottom: 1px solid #f5f5f5; }
.logo { font-size: 1.4rem; font-weight: 700; letter-spacing: -0.5px; color: #000; }
.btn-back { background: none; border: none; font-size: 1rem; font-weight: 600; color: #111; cursor: pointer; display: flex; align-items: center; gap: 6px; }

/* INDICADOR */
.step-indicator { display: flex; align-items: center; border-left: 4px solid #3b82f6; padding-left: 12px; height: 30px; }
.current-step { font-size: 1.4rem; font-weight: 700; color: #000; }
.total-steps { font-size: 1.1rem; font-weight: 400; color: #666; margin-left: 4px; margin-top: 2px; }

/* PROGRESSO */
.progress-line { width: 0%; height: 4px; background-color: #2eae7d; transition: width 0.3s ease; }

/* CONTAINER PRINCIPAL */
#quiz-container { padding: 20px; max-width: 600px; margin: 0 auto; width: 100%; margin-top: 5px; flex-grow: 1; }

/* TIPOGRAFIA BÁSICA */
h2 { font-size: 1.3rem; font-weight: 700; color: #000; margin-bottom: 20px; text-align: left; line-height: 1.4; }
.subtitle { font-size: 1rem; color: #333; margin-bottom: 20px; line-height: 1.5; text-align: left; }

/* BOTÕES DO QUIZ */
.option-btn { width: 100%; padding: 18px 20px; margin-bottom: 12px; background-color: #f0f2f5; border: 1px solid #e5e7eb; border-radius: 6px; font-size: 1rem; color: #111; text-align: left; cursor: pointer; font-weight: 500; transition: all 0.2s; }
.option-btn:hover { background-color: #e4e6eb; }
.option-btn.selected { background-color: #e4e6eb; border: 2px solid #000; transform: translateY(-1px); }

.btn-next { background-color: #2eae7d; color: #fff; width: 100%; padding: 16px; border: none; border-radius: 8px; font-size: 1.1rem; font-weight: 700; cursor: pointer; margin-top: 20px; }
.btn-next:hover { opacity: 0.95; }

/* IMAGENS */
.interstitial-img { width: 100%; max-width: 320px; display: block; margin: 0 auto 15px auto; border-radius: 12px; }
.sales-img { width: 100%; max-width: 100%; display: block; margin: 0 auto 15px auto; border-radius: 8px; }

/* LOADING */
.loading-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; padding: 30px 20px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.loading-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 30px; text-align: left; }
.donut-chart { position: relative; width: 140px; height: 140px; margin: 0 auto 30px auto; border-radius: 50%; background: conic-gradient(#111 0%, #e5e7eb 0%); display: flex; align-items: center; justify-content: center; }
.donut-inner { width: 120px; height: 120px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; font-weight: 800; color: #111; }
.checklist-container { text-align: left; margin-top: 20px; }
.check-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #f3f4f6; font-size: 1rem; color: #111; font-weight: 500; }
.check-box { width: 24px; height: 24px; border: 2px solid #e5e7eb; border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.check-box.checked { background-color: #000; border-color: #000; }
/* Ajustado para SVG */
.check-box.checked svg { display: block; }
.check-box svg { display: none; }

/* =========================================
   ESTILOS DA PÁGINA DE VENDAS
   ========================================= */

.sales-page { text-align: center; color: #333; padding-bottom: 40px; }
.sales-headline { font-size: 1.8rem; font-weight: 800; color: #000; margin-bottom: 20px; line-height: 1.2; }

/* BANNER DE DESCONTO */
.discount-banner { background-color: #fee2e2; color: #b91c1c; padding: 12px; text-align: center; font-weight: 600; font-size: 0.9rem; border-radius: 8px; margin-bottom: 25px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.timer-icon { font-size: 1.1rem; display: flex; align-items: center; }

/* Caixa do Plano */
.plan-box { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px; text-align: left; margin-bottom: 30px; }
.plan-header { font-size: 1.1rem; font-weight: 700; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.plan-details p { font-size: 0.95rem; margin-bottom: 6px; color: #555; }
.plan-details strong { color: #000; }

/* Linha do Tempo */
.timeline { position: relative; padding-left: 20px; margin-top: 20px; border-left: 2px solid #e5e7eb; }
.timeline-item { position: relative; margin-bottom: 20px; padding-left: 15px; }
.timeline-dot { position: absolute; left: -26px; top: 0; width: 14px; height: 14px; background: #000; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 2px #e5e7eb; }
.timeline-week { font-size: 0.85rem; font-weight: 700; color: #000; text-transform: uppercase; margin-bottom: 4px; }
.timeline-desc { font-size: 0.95rem; color: #444; }

/* Banner Mídia */
.media-banner { width: 100%; max-width: 100%; margin: 30px 0; display: block; }

/* Como Funciona */
.how-works-item { background: #f0f2f5; padding: 15px; border-radius: 8px; margin-bottom: 10px; text-align: left; display: flex; gap: 12px; align-items: center; }
.step-circle { background: #000; color: #fff; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.8rem; flex-shrink: 0; }
.step-text { font-size: 0.9rem; color: #333; font-weight: 500; }

/* PREÇO VITALÍCIO */
.pricing-section { margin-top: 30px; }
.section-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 20px; color: #000; }

.lifetime-card { 
    border: 2px solid #2eae7d; 
    border-radius: 12px; 
    padding: 20px; 
    margin-bottom: 20px; 
    background: #f0fdf4;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(46, 174, 125, 0.15);
}
.best-value-badge {
    background: #2eae7d; color: #fff; padding: 4px 12px; border-radius: 20px; 
    font-size: 0.8rem; font-weight: 700; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
}
.lifetime-title { font-size: 1.3rem; font-weight: 800; color: #000; margin-bottom: 5px; }

.old-price {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.lifetime-price { font-size: 2rem; font-weight: 800; color: #2eae7d; margin: 10px 0; }
.lifetime-sub { font-size: 0.9rem; color: #555; margin-bottom: 15px; }

/* Garantia */
.guarantee-box { display: flex; align-items: center; gap: 15px; background: #f0f9ff; padding: 15px; border-radius: 8px; margin: 25px 0; border: 1px solid #bae6fd; text-align: left; }
.guarantee-text { font-size: 0.85rem; color: #0c4a6e; }

/* Lista de Benefícios */
.features-list { text-align: left; margin: 20px 0; background: #fff; border: 1px solid #eee; padding: 20px; border-radius: 12px; }
.feature-item { display: flex; gap: 10px; margin-bottom: 10px; font-size: 0.95rem; color: #333; align-items: center; }

/* FAQ */
.faq-section { margin-top: 40px; }
.faq-item { border-bottom: 1px solid #eee; }
.faq-question { width: 100%; text-align: left; padding: 15px 0; background: none; border: none; font-weight: 600; font-size: 1rem; color: #000; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-answer { display: none; padding-bottom: 15px; color: #555; font-size: 0.95rem; line-height: 1.5; text-align: left; }
.faq-item.active .faq-answer { display: block; }
.faq-item.active .faq-question svg { transform: rotate(180deg); }

/* Regra específica para aumentar a imagem do gráfico na etapa 13 */
#img-grafico-aumentado {
    max-width: 512px; 
}