/* =========================================
   1. RESET E GERAL
   ========================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #0d1321;
    color: #ffffff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

/* =========================================
   2. BLOCO HERO (TOPO) - VERSÃO DESTRAVADA 🔓
   ========================================= */
.hero-section {
    text-align: center;
    overflow-x: hidden; 
}

.top-bar-container {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px; 
}

.banner-img {
    width: 65vw; 
    max-width: 300px;
    height: auto;
}

.free-shipping-badge {
    background-color: #cc0000;
    color: white;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 8px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}

.content-container {
    padding: 20px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.hero-section h1 {
    color: #fcd34d;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.subtitle {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #e0e0e0;
    margin-bottom: 25px;
}

.product-image-box img {
    width: 130%; 
    max-width: 550px; 
    margin-left: -15%; 
    margin-bottom: 30px;
    filter: drop-shadow(0px 10px 30px rgba(0,0,0,0.7));
}

/* =========================================
   3. BOTÕES (CTA)
   ========================================= */
.cta-button {
    display: block;
    width: 100%;
    background-color: #d80000;
    color: white;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.2rem;
    padding: 18px;
    border-radius: 6px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    border: 1px solid #ff3333;
    margin-bottom: 20px;
    transition: transform 0.2s;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}
.pulse {
    animation: pulse 2s infinite;
}

@keyframes strong-pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(204, 0, 0, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(204, 0, 0, 0); }
}
.strong-pulse {
    animation: strong-pulse 1.5s infinite;
}

.hover-effect:hover {
    background-color: #ff1a1a;
    transform: translateY(-3px);
}

/* =========================================
   4. LISTA DE BENEFÍCIOS
   ========================================= */
.benefits-section {
    background-color: #0d1321;
    padding-bottom: 0;
}

.benefits-container {
    padding: 10px 25px 30px 25px;
    max-width: 600px;
    margin: 0 auto;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.icon-box {
    color: #fcd34d;
    font-size: 1rem;
    border: 2px solid #fcd34d;
    border-radius: 3px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.benefit-item p {
    font-size: 0.95rem;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 500;
    text-align: left;
}

/* =========================================
   5. TARJA PRETA (TICKER)
   ========================================= */
.ticker-wrap {
    width: 100%;
    background-color: #111;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    height: 50px;
    display: flex;
    align-items: center;
}

.ticker {
    display: inline-block;
    animation: marquee 15s linear infinite;
}

.ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}

@keyframes marquee {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

/* =========================================
   6. SEÇÕES DE VÍDEO E GRID (BEGE)
   ========================================= */
.video-section {
    background-color: #0d1321;
    padding: 40px 20px;
    text-align: center;
}

.video-section h2 {
    color: #fcd34d;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.video-subtitle {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 25px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: 250px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.exclusive-power-section {
    background-color: #f0ebe0;
    color: #1f2937;
    padding: 50px 20px 20px 20px;
    border-top-left-radius: 40px; 
    border-top-right-radius: 40px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}

.exclusive-power-section h2 {
    color: #0d1321;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 15px;
}

.exclusive-power-section .section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 40px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.grid-item img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
    .benefits-grid { grid-template-columns: repeat(3, 1fr); }
}

/* --- NOVOS ESTILOS PARA OS DEPOIMENTOS EM VÍDEO (GRID) --- */
.video-testimonials-block {
    margin-top: 60px; /* Separação das imagens de cima */
    text-align: center;
}

.testimonials-title {
    color: #0d1321;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.video-grid-4 {
    display: grid;
    grid-template-columns: 1fr; /* Mobile: 1 coluna */
    gap: 20px;
    max-width: 900px;
    margin: 30px auto 0 auto;
}

.vturb-video-box {
    width: 100%;
    aspect-ratio: 9/16; /* Formato Story/TikTok (Vertical) se for o caso, ou 16/9 se for wide */
    min-height: 250px;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/* Ajuste para PC */
@media (min-width: 768px) {
    .video-grid-4 {
        grid-template-columns: 1fr 1fr; /* PC: 2 colunas */
    }
}

.video-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    border: 2px dashed #333;
}

/* Fim da seção bege (Vídeo 2) */
.beige-video-section {
    background-color: #f0ebe0;
    padding: 20px 20px 60px 20px;
    text-align: center;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-bottom: 30px;
}

.beige-video-section h2 {
    color: #0d1321;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.beige-video-section p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 30px;
}

/* =========================================
   7. SEÇÕES EXTRAS 
   ========================================= */

.natural-relief-section {
    background-color: #0d1321;
    padding: 20px 20px 50px 20px;
    text-align: center;
}

.diagram-image img { max-width: 100%; margin: 0 auto 30px auto; }

.natural-relief-section h2 {
    color: #fcd34d;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.relief-text {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 35px;
    text-align: justify;
}

.ingredients-section {
    background-color: #f0ebe0;
    color: #1f2937;
    padding: 50px 20px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -30px;
    position: relative;
    z-index: 5;
}

.ingredients-section h2 {
    color: #0d1321;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.ingredients-section .section-subtitle {
    text-align: center;
    color: #333;
    font-size: 1rem;
    margin-bottom: 40px;
}

.ingredients-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-bottom: 40px;
}

.ing-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 300px;
}

.ing-img { border-radius: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: transform 0.3s ease; }
.hover-pop:hover { transform: scale(1.05); }

.prod-column img { max-width: 280px; filter: drop-shadow(0 15px 20px rgba(0,0,0,0.4)); }

@keyframes floating {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}
.floating-product { animation: floating 4s ease-in-out infinite; }

@media (min-width: 900px) {
    .ingredients-layout { flex-direction: row; justify-content: center; }
    .prod-column { margin: 0 40px; }
}

.sublingual-secret-section {
    background-color: #d4a045;
    color: #0d1321;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    z-index: 4;
}

.sublingual-secret-section h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 25px;
}

.secret-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.secret-list {
    text-align: left;
    display: inline-block;
    margin-bottom: 25px;
    padding-left: 20px;
}

.secret-list li {
    font-size: 1.05rem;
    margin-bottom: 10px;
    list-style-type: disc;
}

.secret-final-text {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 30px;
}

.boca-image-wrapper img {
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    margin: 0 auto 30px auto;
    max-width: 100%;
    width: 400px;
}

/* =========================================
   8. OFERTAS E FINAL
   ========================================= */
.offer-section {
    background-color: #f0ebe0;
    color: #0d1321;
    padding: 60px 20px 80px 20px;
    text-align: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -30px;
    position: relative;
    z-index: 6;
}

.offer-section h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.offer-subtitle {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.offers-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.offer-item { width: 100%; max-width: 350px; }
.offer-img { width: 100%; cursor: pointer; transition: all 0.3s; border-radius: 10px; }
.strong-hover:hover { transform: scale(1.08); filter: brightness(1.1); box-shadow: 0 15px 30px rgba(0,0,0,0.3); }

@media (min-width: 900px) {
    .offers-grid { flex-direction: row; justify-content: center; align-items: flex-start; }
}

.delivery-section {
    background-color: #d4a045;
    color: #0d1321;
    padding: 40px 20px 20px 20px;
    text-align: center;
}

.delivery-text-box h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 20px; }
.delivery-intro { font-size: 1rem; margin-bottom: 20px; }

.what-to-do {
    text-align: left;
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.what-to-do strong { display: block; margin-bottom: 10px; font-size: 1.1rem; }
.what-to-do ul li { list-style: disc; margin-left: 20px; margin-bottom: 8px; }

.no-risk-text {
    font-size: 1rem;
    background-color: #f0ebe0;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #0d1321;
}

.guarantee-box-section {
    background-color: #f0ebe0;
    padding: 30px 20px 50px 20px;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -20px;
    position: relative;
    z-index: 5;
}

.guarantee-final-copy { font-size: 1.1rem; margin-bottom: 30px; color: #333; }
.box-image-wrapper img { margin: 30px auto 0 auto; max-width: 100%; width: 350px; }

/* Removi a seção antiga de testimonials daqui */

.order-confirmation-section {
    background-color: #0d1321;
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -30px;
    position: relative;
    z-index: 5;
}

.email-image-wrapper img { max-width: 100%; width: 300px; margin: 0 auto 30px auto; }
.order-confirmation-section h2 { color: #fcd34d; font-size: 1.8rem; font-weight: 800; margin-bottom: 15px; }
.confirmation-subtitle { font-size: 1.1rem; color: #e0e0e0; margin-bottom: 40px; }
.confirmation-steps { text-align: left; max-width: 650px; margin: 0 auto 40px auto; }
.step-item { display: flex; gap: 15px; margin-bottom: 25px; align-items: flex-start; }
.step-number { font-size: 1.5rem; font-weight: 800; color: #fcd34d; line-height: 1; }

.cartpanda-section {
    background-color: #f0ebe0;
    color: #1f2937;
    padding: 50px 20px;
    text-align: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -30px;
    position: relative;
    z-index: 6;
}

.cartpanda-logo-wrapper img { max-width: 220px; margin: 0 auto 25px auto; }
.cartpanda-section h2 { color: #0d1321; font-size: 1.5rem; font-weight: 800; margin-bottom: 30px; }
.security-list { list-style: none; padding: 0; margin: 0 auto 30px auto; display: inline-block; text-align: left; }
.security-list li { font-size: 1.05rem; font-weight: 500; margin-bottom: 15px; color: #0d1321; display: flex; align-items: center; gap: 10px; }
.security-list li::before { content: "•"; color: #0d1321; font-size: 2rem; line-height: 0.5; }

.final-guarantee-section {
    background-color: #0d1321;
    color: #ffffff;
    padding: 60px 20px 40px 20px;
    text-align: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -30px;
    position: relative;
    z-index: 7;
}

.guarantee-seal-wrapper img { max-width: 140px; margin: 0 auto 20px auto; }
.guarantee-title { color: #fcd34d; font-size: 1.5rem; font-weight: 800; margin-bottom: 15px; }
.guarantee-subtitle { font-size: 1.1rem; color: #ffffff; margin-bottom: 15px; font-weight: 700; }
.guarantee-body { font-size: 1rem; color: #e0e0e0; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }

.zero-risk-title { font-size: 1.1rem; margin-bottom: 20px; }
.footer-product { max-width: 200px; margin: 0 auto 40px auto; }

.footer-links-container {
    display: flex; flex-direction: column; gap: 30px; margin-top: 40px; border-top: 1px solid #333; padding-top: 40px;
}

.footer-block h4 { color: #fcd34d; margin-bottom: 15px; font-size: 1.2rem; }
.footer-block p, .footer-block a { color: #cccccc; text-decoration: none; font-size: 0.95rem; line-height: 1.8; }
.footer-menu { list-style: none; padding: 0; }
.footer-menu li { margin-bottom: 8px; }

.copyright-bar {
    background-color: #d4a045;
    color: #000000;
    text-align: center;
    padding: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    z-index: 8;
}

@media (min-width: 768px) {
    .footer-links-container { flex-direction: row; justify-content: space-around; text-align: left; }
    .footer-block { text-align: left; }
}

/* --- NOVO GRID DE BENEFÍCIOS (TEXTO HTML) --- */

.benefits-text-grid {
    display: grid;
    grid-template-columns: 1fr; /* 1 coluna no celular */
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

/* O cartão (Quadrado Azul Escuro) */
.benefit-card {
    background-color: #0d1321; /* Fundo Azul Escuro */
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border: 1px solid #1f2937;
    transition: transform 0.3s;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

/* A Imagem dentro do cartão */
.card-img-wrapper {
    width: 100%;
    height: 200px; /* Altura fixa para ficar tudo igual */
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #fcd34d; /* Borda fininha dourada na foto */
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz a imagem preencher o quadrado sem esticar */
}

/* Título (Dourado) */
.benefit-card h3 {
    color: #fcd34d;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.2;
    text-transform: capitalize;
}

/* Texto (Branco/Cinza claro) */
.benefit-card p {
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

/* Versão PC: 3 colunas */
@media (min-width: 768px) {
    .benefits-text-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* --- NOVOS CARDS DE INGREDIENTES (TEXTO HTML) --- */

.ingredients-layout {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Espaço entre os cards e o pote */
    align-items: center;
    margin-bottom: 40px;
}

/* Estilo do Card de Ingrediente */
.ingredient-card {
    background-color: #0d1321; /* Azul Escuro do fundo */
    border-radius: 0 10px 10px 0; /* Arredondado na direita */
    border-left: 6px solid #fcd34d; /* A LISTRA DOURADA NA ESQUERDA */
    padding: 25px 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: transform 0.2s;
}

.ingredient-card:hover {
    transform: scale(1.02);
}

/* Imagem do ingrediente (pequena no topo) */
.ingredient-card img {
    width: 90px; /* Tamanho do ícone/foto */
    height: auto;
    margin: 0 auto 15px auto;
    display: block;
    /* Se as imagens tiverem fundo branco e vc quiser remover visualmente, 
       avise. Por enquanto vai mostrar a foto quadrada/retangular normal */
}

/* Título do Ingrediente (Dourado) */
.ingredient-card h3 {
    color: #fcd34d;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
}

/* Descrição (Branca) */
.ingredient-card p {
    color: #ffffff; /* Texto bem branco para contraste */
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
}

/* Ajustes de layout para PC */
@media (min-width: 900px) {
    .ingredients-layout {
        flex-direction: row; /* Coloca lado a lado */
        align-items: flex-start; /* Alinha no topo */
        justify-content: center;
    }
    
    .ing-column {
        flex: 1; /* Ocupa espaço igual */
        max-width: 320px;
    }

    .prod-column {
        flex: 0 0 auto;
        margin: 0 20px;
        align-self: center; /* Pote centralizado verticalmente */
    }
    
    /* Garante que o pote não fique gigante */
    .prod-column img {
        max-width: 300px;
    }
}

/* =========================================
   9. AJUSTES EXCLUSIVOS PARA PC (DESKTOP) 🖥️
   ========================================= */
@media (min-width: 1024px) {

    /* 1. Destravar a largura do site no PC */
    /* Isso solta os "quadrados" para ficarem largos e bonitos, não espremidos */
    .content-container {
        max-width: 1200px; /* Aumenta o espaço para respirar */
    }

    /* 2. Arrumar a Imagem do Topo (Centralizar) */
    .hero-section .product-image-box img {
        width: auto;       /* Tira o zoom de 130% do celular */
        max-width: 450px;  /* Tamanho elegante no PC */
        margin-left: auto; /* Centraliza automaticamente */
        margin-right: auto;
        display: block;
        transform: none;   /* Remove qualquer deslocamento */
    }

    /* 3. Arrumar os Cards Azuis (Exclusive Power) */
    .benefits-text-grid {
        gap: 30px; /* Mais espaço entre eles */
        max-width: 1100px;
    }

    .benefit-card {
        /* Força eles a serem mais "quadrados" e menos "linguiça" */
        padding: 40px 30px; 
        height: 100%; /* Alinha a altura de todos */
    }

    /* 4. Arrumar os Ingredientes (Deixar mais quadrados) */
    .ingredients-layout {
        gap: 40px;
        align-items: flex-start;
    }

    .ing-column {
        max-width: 400px; /* Permite que o card seja mais largo */
        flex: 1;
    }

    .ingredient-card {
        /* Ajuste visual para ficar robusto no PC */
        padding: 30px;
        margin-bottom: 30px;
    }
    
    /* Garante que o pote do meio não fique gigante */
    .prod-column img {
        max-width: 320px; 
    }
}