/* =========================================
   1. IMPORTS E RESET BÁSICO
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --brand-purple: #4a0e69;
    --brand-orange: #ff6600;
}

body {
    font-family: 'Roboto', sans-serif; /* Alterei para Montserrat para bater com o design */
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;}

  
/* =========================================
   2. UTILITÁRIOS DE TEXTO (FONT SIZES)
   ========================================= */
.fw-semibold { font-weight: 600 !important; }

/* Tamanhos de fonte manuais */
.font-10 { font-size: 10px; }
.font-11 { font-size: 11px; }
.font-12 { font-size: 12px; }
.font-14 { font-size: 14px; }
.font-15 { font-size: 15px; }
.font-16 { font-size: 16px; }
.font-17 { font-size: 17px; }
.font-18 { font-size: 18px; }
.font-20 { font-size: 20px; }
.font-22 { font-size: 22px; }
.font-24 { font-size: 24px; }
.font-26 { font-size: 26px; }
.font-28 { font-size: 28px; }
.font-30 { font-size: 30px; }
.font-32 { font-size: 32px; }
.font-36 { font-size: 36px; }
.font-38 { font-size: 38px; }
.font-40 { font-size: 40px; }
.font-42 { font-size: 42px; }
.font-44 { font-size: 44px; }
.font-48 { font-size: 48px; }
.font-54 { font-size: 54px; }

/* =========================================
   3. HERO SECTION (CAPA)
   ========================================= */
.hero-section {
    background: linear-gradient(135deg, var(--brand-purple) 0%, #2e0542 100%);
    /* O background-image abaixo vai sobrepor o gradiente se a imagem existir */
    background-image: url('../img/bg_capa.webp'); 
    background-size: cover; /* Mudei para cover para preencher melhor */
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;}

/* Box do Vídeo (Frame Rosa) */
.video-trigger-box {
    background: url('../img/frame_video.webp');
    backdrop-filter: blur(5px);
    cursor: pointer;
    background-size: cover;
    background-position: center;
    width: 100%; 
    max-width: 600px; /* Limite máximo para desktop */
    aspect-ratio: 16/9; /* Mantém proporção de vídeo sempre */
    /* Removemos height fixa para não distorcer */
    
    transition: transform 0.3s ease, box-shadow 0.3s ease;}

.video-trigger-box:hover {
    transform: scale(1.02);
    box-shadow: 0 0 25px rgba(214, 88, 194, 0.6) !important;}

/* =========================================
   4. COMPONENTES (BOTÕES E WHATSAPP)
   ========================================= */

/* Botão CTA Laranja */
.btn-cta {
    background-color: var(--brand-orange) !important;
    border: none;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.5);
    transition: all 0.3s;
    white-space: normal;}

.btn-cta:hover {
    background-color: #ff8533 !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.7);}

/* Botão Flutuante Whatsapp */
.whatsapp_float {
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    transition: transform 0.3s;}

.whatsapp_float:hover {
    transform: scale(1.1);}

 

.bio-section {
    /* Define a imagem completa como fundo */
    background-image: url('../img/bg_bio.webp') !important; 
    background-size: cover;
    background-position: center left; 
    min-height: 450px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;}

.bio-title {
    font-weight: 800 !important; 
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;}

.bio-description {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 1.5rem;
    opacity: 0.95;}

.testmonial-description{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    opacity: 0.95;}


.competition-section {
    background-color: #000000;
    background-image: url('../img/bg-foguete.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    display: flex;
    align-items: center;
    padding: 60px 20px 0 40px;}


.competition-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 1px;}

.competition-text {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
    font-weight: 300;}

    
.rocket-img {
    max-height: 250px;
    filter: drop-shadow(0 0 30px rgba(180, 60, 255, 0.4));
    animation: floatRocket 4s ease-in-out infinite;}

/* Keyframes para o foguete flutuar */
@keyframes floatRocket {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }}


    .sales-machine-section {
    background-color: #000; /* Cor de fundo de segurança */
    
    /* SUA IMAGEM DE FUNDO DO CASAL */
    background-image: linear-gradient(to right, #000000b3 10%, rgba(50, 0, 70, 0.85) 50%, #000000d6 90%), url('../img/bg-produto.webp');    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    
   padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;}

.mockup-pdv {
    width: 70%;
    height: auto;
    margin-right: -60px;
    max-height: none; 
    transform: scale(1.25); 
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.8));
    transition: transform 0.3s ease;}

.mockup-pdv:hover {
    transform: scale(1.30);}

/* Ícones de Check Roxo */
.text-purple-icon {
    color: #b026ff; /* Roxo neon similar à referência */
    font-size: 1.2rem;
    flex-shrink: 0; /* Impede o ícone de esmagar se o texto for grande */}

/* Lista */
.checklist-pdv span {
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.9;}

/* Botão Roxo Específico desta seção */
.btn-purple-cta {
    background-color: #9c27b0; /* Roxo Magenta */
    border: none;
    box-shadow: 0 4px 15px rgba(156, 39, 176, 0.4);
    transition: all 0.3s ease;
    letter-spacing: 1px;}

.btn-purple-cta:hover {
    background-color: #ba2cd1;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(156, 39, 176, 0.6);
    color: #fff;}

.bg-testmonial  {   
    background-image: url('../img/bg-test.webp');    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;}


.faq-section {
    /* Fundo escuro contínuo */
    background-color: #000000;
    /* Se quiser um gradiente sutil no fundo: */
    /* background: linear-gradient(180deg, #000000 0%, #1a0525 100%); */}

/* Removemos o fundo padrão e bordas do item */
.faq-section .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Linha fina divisória */}

/* Estilo do Botão (A Pergunta) */
.faq-section .accordion-button {
    background-color: transparent;
    color: white;
    font-weight: 600; /* Semi-bold */
    font-size:16px;
    box-shadow: none; /* Remove o brilho azul padrão ao clicar */
    padding-left: 0; /* Alinha com a borda esquerda */
    padding-right: 0;}

/* Remove a seta padrão do Bootstrap (Chevron na direita) */
.faq-section .accordion-button::after {
    display: none;
}

/* Estilo da Resposta */
.faq-section .accordion-body {
    color: #cccccc; /* Cinza claro para leitura */
    padding-left: 30px; /* Indentação para alinhar com o texto da pergunta */
    padding-top: 0;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

/* =========================================
   ANIMAÇÃO DA SETINHA
   ========================================= */

/* Estado Normal (Fechado) */
.arrow-icon {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

/* Estado Aberto (Quando o botão NÃO tem a classe .collapsed) */
.faq-section .accordion-button:not(.collapsed) .arrow-icon {
    transform: rotate(90deg); /* Gira a setinha para baixo */
    color: #bd00ff; /* Opcional: Fica roxa quando aberto */
}

/* Opcional: Cor do texto quando aberto */
.faq-section .accordion-button:not(.collapsed) {
    color: #fff; /* Mantém branco, ou mude para roxo se preferir destaque */
}

.testimonials-wrapper {
    position: relative;
    /* Se quiser separar visualmente, pode adicionar uma borda sutil no topo */
    /* border-top: 1px solid rgba(255,255,255,0.1); */
}

/* Ajuste dos Prints */
.testimonial-card img {
    width: 100%;
    /* Garante que os prints fiquem legíveis e bonitos */
    border: solid rgba(255, 255, 255, 0.1); 
    transition: transform 0.3s ease;
}

.testimonial-card:hover img {
    transform: translateY(-5px); /* Leve flutuação ao passar o mouse */
}

/* CUSTOMIZAÇÃO DO OWL CAROUSEL (SETAS) */

/* Botões de Navegação (Prev/Next) */
.testimonials-carousel .owl-nav button.owl-prev,
.testimonials-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    color: white !important;
    font-size: 2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.bonus-section {
    background-image: radial-gradient(circle at center, rgba(74, 14, 105, 0.2) 0%, rgba(0, 0, 0, 0.95) 85%), url('../img/bg-neutro.webp');    
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;}

.bonus-title {
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bonus-text {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 300;
    max-width: 600px; /* Evita que o texto fique muito comprido em telas largas */
}

/* Estilo da Imagem 3D */
.bonus-img {
    max-height: 350px;
    animation: floatBonus 4s ease-in-out infinite;
    filter: drop-shadow(0 10px 30px rgba(100, 0, 150, 0.3));
}

@keyframes floatBonus {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* Estilo do Preço (Vermelho e Verde) */
.bonus-price-box {
    font-weight: 800;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.text-danger {
    color: #ff0000 !important; /* Vermelho vivo para o preço riscado */
}

.price-free {
    color: #00ff00; /* Verde neon para o "GRATUITO" */
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.4); /* Brilho neon verde */
}


.offer-header-section {
    background-color: #000000; 
    background-image: radial-gradient(circle at center, rgba(74, 14, 105, 0.4) 0%, #000000 70%), url('../img/bg-foguete.webp');
    background-position: top center;
background-size: auto;}

.offer-main-title {
    font-weight: 700; /* Peso máximo (Black) */
    font-size: 46px; /* Bem grande */
    text-transform: uppercase;
    letter-spacing: -1px; /* Letras levemente juntas para impacto */
    margin-bottom: 0.5rem;
}

.offer-subtitle {
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: italic !important; /* Força o itálico da referência */
    opacity: 0.9;
}

.pricing-section {
    background-color: #000000;
    background-image:  radial-gradient(circle at 60% 50%, rgba(80, 0, 120, 0.4) 0%, #000000 80%),
        url('../img/bg-notebook.webp');
        
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;}

/* LISTA DE BENEFÍCIOS (ESQUERDA) */
.feature-list {
    margin-bottom: 0;}

.feature-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #bd00ff;
    font-size: 16px;
    font-weight: 500;}

.feature-icon {
    color: #bd00ff; 
    font-size: 1.4rem;
    margin-right: 15px;
    flex-shrink: 0;}

/* ÁREA DO TIMER E PREÇO (DIREITA) */

.text-bg-primary{
    background-color: #ff6600 !important ;}

/* Caixas do Timer */
.timer-box {
    border: 2px solid #ba2cd1;
    border-radius: 15px;
    padding: 10px 20px;
    min-width: 100px;
    background: rgba(0,0,0,0.2);}

.timer-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: white;}

.timer-label {
    font-size: 0.8rem;
    color: white;
    text-transform: uppercase;}

/* Preços */
.old-price-wrapper {
    font-size: 1.5rem;
    font-weight: 500;}

/* O Risco Verde Neon */
.price-strikethrough {
    color: white;
    position: relative;
    display: inline-block;}

.price-strikethrough::after {
    content: '';
    position: absolute;
    left: -5%;
    top: 50%;
    width: 110%;
    height: 3px; /* Espessura do risco */
    background-color: #00ff00; /* Verde Neon */
    transform: rotate(-3deg); /* Leve inclinação para parecer risco manual */}

.main-price {
    font-size: 3rem; /* Bem grande */
    font-weight: 400;
    color: white;
    letter-spacing: -1px;}

.cash-price {
    font-size: 2rem;
    font-weight: 700;
    color: white;}

.daily-price {
    font-size: 0.9rem;
    color: #cccccc;}

/* Botão com Brilho Pulsante */
.btn-magenta-glow {
    background-color: #bd00ff;
    color: white;
    font-size: 1.2rem;
    box-shadow: 0 0 10px rgba(189, 0, 255, 0.6);
    transition: all 0.3s ease;
    border: none;}

.btn-magenta-glow:hover {
    background-color: #d500f9;
    transform: scale(1.02);
    box-shadow: 0 0 30px rgba(189, 0, 255, 0.9);
    color: white;}
    

    /* =========================================
   SEÇÃO DE GARANTIA (FUNDO CLARO)
   ========================================= */

.guarantee-section {
    background-color: #f5f5f5; /* Cor de fundo de segurança (cinza claro) */
    
    /* SUA IMAGEM DE FUNDO CLARO (Textura Branca) */
    background-image: url('../img/bg_claro.webp'); 
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    /* Importante: Padding generoso para dar respiro */
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Tipografia Escura (pois o fundo é claro) */
.guarantee-title {
    color: #222; /* Quase preto */
    font-weight: 800; /* Extra Bold */
    font-size: 2.2rem;
    line-height: 1.2;
}

.guarantee-text {
    color: #000; /* Cinza escuro */
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Destaque Laranja no Texto */
.highlight-orange {
    color: #ff6600;
    font-weight: 700;}

/* Imagem da Medalha */
.guarantee-seal {
    max-height: 380px; /* Tamanho da medalha */
    /* Efeito de brilho dourado (opcional) */
    filter: drop-shadow(0 10px 20px rgba(218, 165, 32, 0.3));
    transition: transform 0.3s ease;}

.guarantee-seal:hover {
    transform: scale(1.05) rotate(5deg);}

/* Botão Laranja Específico da Garantia */
.btn-orange-guarantee {
    background-color: #ff6600; /* Laranja Puro */
    color: white;
    border: none;
    font-size: 1rem;
    box-shadow: 0 4px 10px rgba(255, 102, 0, 0.3);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 500px;}

.btn-orange-guarantee:hover {
    background-color: #e65c00; /* Laranja mais escuro no hover */
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 102, 0, 0.5);
    color: white;}

    .main-footer {
    background-color: #000000; /* Fundo preto da seção */
    padding-top: 60px;
    padding-bottom: 60px;
}

/* O Box Roxo do Rodapé */
.footer-box {
    /* Reutilizando o fundo geométrico roxo */
    background-image: url('../img/bg-geometrico.png'); /* <-- Use a mesma imagem do foguete */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    /* Sombra sutil roxa */
    box-shadow: 0 0 40px rgba(80, 0, 120, 0.3);
}

/* Tipografia e Cores */
.text-orange {
    color: #ff6600; /* Laranja da palavra CRIME */
}

/* Linha divisória vertical (apenas no desktop) */
.border-end-lg {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* Botões Sociais (Quadrados Roxos) */
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #bd00ff; /* Roxo Vibrante */
    color: white;
    border-radius: 8px; /* Cantos levemente arredondados */
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.social-btn:hover {
    background-color: #d500f9;
    transform: translateY(-3px);
    color: white;
}

/* Ajustes Mobile */
@media (max-width: 991px) {
    .border-end-lg {
        border-right: none; /* Remove a linha divisória no celular */
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Adiciona linha horizontal */
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    
    .footer-box {
        text-align: center;
    }


/* =========================================
   5. MEDIA QUERIES (MOBILE)
   ========================================= */
@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        background-position: -850px 00px;
        padding-bottom: 50px;    }
    
    .btn-cta {
        width: 100%; /* Botão largura total no mobile */
        margin-left: 0 !important;
        margin-right: 0 !important; }

    .bio-section {
        /* No celular, o texto vai ocupar mais espaço vertical. 
           Removemos a altura mínima fixa e deixamos o padding controlar. */
        min-height: auto; 
        padding-top: 60px;
        padding-bottom: 60px;
        background-position: 25% center;     }

    .bio-title {
        font-size: 2rem;
        margin-top: 20px;    }
    
    .bio-section .col-md-12 {
        background: rgba(74, 14, 105, 0.7); /* Fundo roxo semitransparente */
        padding: 30px;
        border-radius: 15px;
        margin-top: 150px; /* Empurra o texto para baixo para não tampar o rosto se necessário */    }
    .sales-machine-section {
        padding-top: 50px;
        padding-bottom: 50px;    }

    .checklist-pdv {
        text-align: left !important; /* Mantém a lista alinhada à esquerda para leitura */
        display: inline-block; /* Truque para centralizar o bloco da lista mas manter texto a esquerda */    }
    
    .mockup-pdv {
        max-height: 300px;
        margin-bottom: 30px;    }

    .testimonials-carousel .owl-nav button.owl-prev { left: -10px; }
    .testimonials-carousel .owl-nav button.owl-next { right: -10px; }
    
    .testimonials-wrapper p {
        font-size: 1rem !important;}

    .bonus-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .bonus-title {
        font-size: 1.8rem;
    }
    
    .bonus-img {
        max-height: 250px;
        margin-bottom: 30px;
    }
    
    .offer-header-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .offer-main-title {
        font-size: 2.2rem;
    }

    .offer-subtitle {
        font-size: 1.2rem;
    }

    .pricing-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .main-price {
        font-size: 2.2rem; /* Reduz um pouco no mobile */
    }
    
    .timer-box {
        min-width: 80px;
        padding: 5px 10px;
    }
    
    .timer-number {
        font-size: 2rem;
    }

    .guarantee-seal {
        max-height: 250px;
        margin-bottom: 30px;
    }
    
    .guarantee-title {
        font-size: 1.8rem;
    }


}

@media (max-width: 480px) {
    .py-5 { padding-top: 25px !important; padding-bottom: 20px !important; }
    .mb-5 { padding-bottom: 20px !important; }
    .pb-5 { padding-bottom: 20px !important; }
    .pt-5 { padding-top: 20px !important; }
    .font-24 { font-size: 20px; } 
}