/* ================================================================== */
/* == ARQUIVO CSS - SISTEMA J.I.A. - VERSÃO FINAL COM DOWNSELL     == */
/* ================================================================== */

:root {
    --main-green: #0f0;
    --text-danger: #ff4d4d; /* Cor vermelha para avisos e ultimato */
    --box-danger-bg: #4d0000; /* Fundo do box de perigo (timer) */
    --box-danger-border: #ff3333; /* Borda do box de perigo */
    --box-glow: 0 0 8px rgba(0, 255, 0, 0.4);
    --text-glow: 0 0 5px rgba(0, 255, 0, 0.7);
}

body {
    background-color: #000;
    color: #fff;
    font-family: 'VT323', monospace;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 1.2rem;
    text-shadow: none;
}

#matrix-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.15;
}

.container {
    max-width: 700px;
    margin: 20px auto;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.content-box {
    border: 1px solid var(--main-green);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #000;
    box-shadow: var(--box-glow);
}

/* --- ESTILOS DA TELA 1 --- */
.main-title {
    font-size: 2.5rem;
    color: var(--main-green);
    text-shadow: var(--text-glow);
    margin-bottom: 20px;
    text-align: left;
}

.lock-icon-yellow {
    color: #FFD700;
    margin-right: 10px;
}

.lock-icon-dark {
    color: #333;
    margin-right: 10px;
}

.command-line {
    color: var(--main-green);
    margin: 5px 0;
    font-size: 1.3rem;
}

.text-danger {
    color: var(--text-danger) !important;
    text-shadow: 0 0 8px rgba(255, 77, 77, 0.7);
}

.secondary-box .main-text {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6;
}

.cta-button {
    background-color: var(--main-green);
    color: #000;
    border: none;
    padding: 15px 30px;
    font-family: 'VT323', monospace;
    font-size: 1.5rem;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    text-shadow: none;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.6);
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 25px rgba(0, 255, 0, 0.8);
}

/* --- ESTILOS DO QUIZ (Telas 2, 3, 4, 5, 7, 9) --- */
.quiz-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: var(--main-green);
}

.mission-status {
    font-size: 1.2rem;
    flex-grow: 1;
}

.progress-bar-container {
    width: 100%;
    height: 10px;
    background-color: #333;
    border-radius: 5px;
    margin-top: 5px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: var(--main-green);
    border-radius: 5px;
    box-shadow: var(--box-glow);
}

.xp-counter {
    font-size: 1.2rem;
    margin-left: 20px;
}

.quiz-box {
    padding: 30px;
}

.question-text {
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.4;
}

.option-button {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    border: 1px solid var(--main-green);
    color: #fff;
    font-family: 'VT323', monospace;
    font-size: 1.3rem;
    cursor: pointer;
    border-radius: 8px;
    text-align: left;
    transition: all 0.2s ease-in-out;
}

.option-button:hover {
    background-color: var(--main-green);
    color: #000;
}

/* --- ESTILOS DAS TELAS DE CONTEÚDO (6, 8, 11, 12, 13, 15, 16) --- */
.main-text {
    line-height: 1.6;
    margin-bottom: 15px;
}

.impact-phrase {
    font-style: italic;
    color: #ccc;
    text-align: center;
    margin-top: 20px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.features-list li {
    margin-bottom: 15px;
    line-height: 1.5;
}

.features-list .icon {
    margin-right: 10px;
}

/* --- TELA 8 (VÍDEO) --- */
.video-container {
    position: relative;
    width: 100%;
    padding-top: 177.78%;
    margin: 20px 0;
    border: 1px solid var(--main-green);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--box-glow);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.final-sales-page .section-title {
    color: var(--main-green);
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

.final-sales-page .final-call {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 20px;
}

.bonus-checklist {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.bonus-checklist li {
    margin-bottom: 10px;
}

.module-list {
    margin-top: 20px;
}

.module {
    border: 1px solid #444;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #111;
}

.module h4 {
    margin: 0 0 10px 0;
    color: var(--main-green);
}

.final-choice {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 20px;
    color: var(--main-green);
}

/* --- TELA 10 (Análise) --- */
.analysis-box {
    text-align: center;
}

.analysis-line {
    font-size: 1.5rem;
    color: var(--main-green);
    margin: 10px 0;
}

.loading-bar-container {
    width: 100%;
    height: 20px;
    background-color: #111;
    border: 1px solid var(--main-green);
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
}

.loading-bar {
    width: 0%;
    height: 100%;
    background-color: var(--main-green);
    box-shadow: var(--box-glow);
}

.loading-percent {
    font-size: 1.5rem;
    color: var(--main-green);
}

/* --- TELA 11 (Carta de Vendas) --- */
.author-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}

.author-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid var(--main-green);
    margin-bottom: 20px;
}

.author-intro h2 {
    margin: 0;
    font-size: 2rem;
}

.features-list-final {
    list-style: none;
    padding: 0;
}

.features-list-final li {
    margin-bottom: 10px;
}

.goal-box {
    border: 1px solid var(--main-green);
    padding: 15px;
    margin: 20px 0;
    text-align: center;
}

/* --- TELA 12 (Prova Social Dashboards) --- */
.proof-page .proof-title {
    text-align: center;
    font-size: 2rem;
    color: var(--main-green);
}

.dashboards-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin: 20px 0;
}

.dashboard {
    border: 1px solid #444;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    flex: 1;
    overflow: hidden;
}

.dashboard img {
    max-width: 100%;
    border-radius: 5px;
}

.dashboard .roi-text {
    font-size: 1.5rem;
    color: var(--main-green);
    margin: 10px 0 5px 0;
}

.dashboard .profit-text {
    font-size: 1.2rem;
    margin: 0;
}

.real-time-proof {
    text-align: center;
    margin: 20px 0;
}

.glowing-dot {
    color: var(--main-green);
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    from { text-shadow: 0 0 5px #0f0; }
    to { text-shadow: 0 0 20px #0f0, 0 0 30px #0f0; }
}

.attention-box {
    border: 1px solid #f00;
    background-color: rgba(255, 0, 0, 0.1);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.attention-box h3 {
    margin: 0 0 10px 0;
    color: #f00;
}

/* --- TELA 13 (Prova Social Humana) --- */
.testimonials-page .testimonials-title {
    text-align: center;
    font-size: 2rem;
    color: var(--main-green);
}

.testimonials-summary {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.testimonials-summary li {
    margin-bottom: 10px;
}

/* --- TELA 14 (Compromisso) --- */
.commitment-page .commitment-title {
    text-align: center;
    font-size: 1.8rem;
    color: var(--main-green);
}

.gif-container {
    margin: 20px auto;
    width: 50%;
}

.commitment-gif {
    max-width: 100%;
    border: 1px solid var(--main-green);
    border-radius: 10px;
}

.mirror-box {
    border: 1px solid var(--text-danger);
    background-color: rgba(255, 77, 77, 0.1);
    color: #ff8a8a;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin: 20px 0;
}

.final-instruction {
    text-align: center;
    margin-top: 20px;
    color: var(--main-green);
}

/* --- TELA 15 (Bônus) --- */
.bonus-page .bonus-title {
    text-align: center;
    font-size: 2rem;
    color: var(--main-green);
}

.bonus-highlight-box {
    border: 1px solid var(--main-green);
    padding: 15px;
    margin: 20px 0;
    background-color: #051a05;
}

.bonus-attention-box {
    border: 1px solid #f00;
    background-color: rgba(255, 0, 0, 0.1);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

/* --- TELA 16 (Checkout) --- */
.checkout-page .timer-box {
    background-color: var(--box-danger-bg);
    color: #ffc2c2;
    border: 1px solid var(--box-danger-border);
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 10px;
    margin-bottom: 20px;
}

.checkout-page .vip-access-box {
    background-color: #051a05;
    border: 1px solid var(--main-green);
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* NOVO: Estilo para o box VIP vermelho */
.checkout-page .vip-access-box.danger {
    background-color: #330000; /* Fundo vermelho mais escuro */
    border-color: var(--box-danger-border); /* Borda vermelha vibrante */
}
.checkout-page .vip-access-box.danger h3 {
    color: var(--text-danger);
}

.checkout-page .centered-text {
    text-align: center;
    margin-bottom: 15px;
}

.price-anchor {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    border: 1px solid var(--main-green);
    border-radius: 10px;
}

.price-strikethrough {
    text-decoration: line-through;
    color: #888;
    font-size: 1.2rem;
}

.final-price-intro {
    font-size: 1.3rem;
}

.final-price {
    font-size: 4rem;
    color: var(--main-green);
    text-shadow: var(--text-glow);
    margin: 10px 0;
}

/* NOVO: Estilo para a lista de benefícios do preço */
.price-benefits-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: left;
    font-size: 1.1rem;
}

.price-benefits-list li {
    margin-bottom: 12px;
}

/* NOVO: Estilo para o ultimato final */
.final-ultimatum {
    color: var(--text-danger);
    text-align: center;
    margin: 25px 0;
    font-size: 1.1rem;
    line-height: 1.5;
}

/* NOVO: Estilo para o link de desistência */
.exit-popup-trigger {
    display: block;
    text-align: center;
    color: #888;
    font-size: 1rem;
    margin-top: 20px;
    cursor: pointer;
}
.exit-popup-trigger:hover {
    color: #fff;
}

/* NOVO: Estilo para o popup de saída (downsell) */
.exit-popup {
    display: none; /* Começa escondido */
    border: 2px solid var(--box-danger-border);
    background-color: #1a0000;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
}

.exit-popup h4 {
    font-size: 1.8rem;
    color: var(--text-danger);
    margin: 0 0 15px 0;
}

.exit-popup p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.exit-popup .downsell-price {
    font-size: 1.5rem;
}

.exit-popup .downsell-price s {
    color: #888;
    font-size: 1.2rem;
}

.exit-popup .final-warning {
    font-size: 0.9rem;
    color: #aaa;
    margin-top: 20px;
}

.faq-section {
    margin-top: 40px;
}

.faq-title {
    text-align: center;
    color: var(--main-green);
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    background-color: transparent;
    border: 1px solid #444;
    color: #fff;
    padding: 15px;
    font-family: 'VT323', monospace;
    font-size: 1.2rem;
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
}

.faq-answer {
    padding: 15px;
    background-color: #111;
    border: 1px solid #444;
    border-top: none;
    display: none;
    border-radius: 0 0 5px 5px;
}

.faq-answer p {
    margin: 0;
}

/* ================================================== */
/* == ESTILOS DO CARROSSEL (TELA 13)               == */
/* ================================================== */

.swiper-container {
    position: relative;
    width: 100%;
    margin: 20px 0;
    border: 1px solid var(--main-green);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--box-glow);
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--main-green) !important;
    --swiper-navigation-size: 30px;
    transition: all 0.2s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #fff !important;
    transform: scale(1.2);
    text-shadow: var(--text-glow);
}
