/* ============================================================
   ESTILOS GERAIS & NAVBAR
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
body { font-family: 'Roboto', sans-serif; line-height: 1.6; color: #333; background: #fff; overflow-x: hidden; padding-top: 70px; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
h1, h2, h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; }
.text-center { text-align: center; }

.navbar { background: #fff; height: 70px; width: 100%; position: fixed; top: 0; left: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.nav-flex { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.logo { font-size: 24px; font-weight: 900; color: #e31e24; font-family: 'Montserrat', sans-serif; }
.nav-links { display: flex; list-style: none; gap: 30px; }
.nav-links a { text-decoration: none; color: #333; font-weight: 700; font-size: 14px; }
.nav-cta { background: #e31e24; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: 700; font-size: 14px; }

/* ============================================================
   FORMULÁRIO NEON (DOBRA 1 E 8)
   ============================================================ */
.dark-card-form { 
    background: #000; border: 2px solid #e31e24; border-radius: 30px; padding: 30px; max-width: 420px; margin: 0 auto; text-align: center; color: #fff; box-shadow: 0 0 25px rgba(227, 30, 36, 0.3); 
}
.timer-container { display: flex; justify-content: center; align-items: center; gap: 8px; font-size: 22px; font-weight: 900; margin-bottom: 25px; }
.timer-box { background: #e31e24; color: #fff; padding: 10px 12px; border-radius: 8px; min-width: 55px; }
.product-info-row { background: rgba(255,255,255,0.05); border-radius: 20px; display: flex; align-items: center; justify-content: space-around; padding: 15px; margin-bottom: 20px; }
.prod-img img { height: 100px; }
.old-price-line { text-decoration: line-through; color: #888; font-size: 18px; }
.new-price-cyan { color: #00d4ff; font-size: 42px; font-weight: 900; }
.dark-input { width: 100%; background: #1e263a; border: 1px solid #2d3852; padding: 16px; border-radius: 12px; margin-bottom: 12px; color: #fff; font-size: 16px; }
.orange-btn-main { width: 100%; background: linear-gradient(to bottom, #f47321, #e65c00); color: #fff; border: none; padding: 18px; border-radius: 50px; font-size: 20px; font-weight: 900; cursor: pointer; text-transform: uppercase; transition: 0.3s; }

/* ============================================================
   DOBRA 1 E 2 (HERO E DOR)
   ============================================================ */
.fold-1-hero { background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), url('imagens/clouds-bg.jpg'); background-size: cover; padding: 60px 0; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.impact-headline { font-size: 48px; line-height: 1.1; margin-bottom: 20px; color: #1a1a1a; }
.hero-subheadline { font-size: 22px; color: #555; margin-bottom: 30px; font-weight: 400; }

.fold-2-pain { background: #f4f4f4; padding: 80px 0; }
.pain-scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin: 40px 0; }
.pain-card { background: #fff; padding: 25px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.pain-card img { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }
.pain-warning-box { margin-top: 50px; padding: 35px; background: #fff; border: 4px solid #cc0000; border-radius: 20px; }
.pain-warning { color: #cc0000; font-weight: 900; font-size: 26px; line-height: 1.4; text-transform: uppercase; }

/* ============================================================
   DOBRA 3: DISCOVERY (RESTAURADO)
   ============================================================ */
.fold-3-discovery { 
    background: #1a1a1a; 
    color: #fff; 
    padding: 80px 0; 
}
.discovery-content h2 { 
    font-size: 36px; 
    margin-bottom: 25px; 
    color: #fff;
}
.discovery-p { 
    font-size: 18px; 
    max-width: 800px; 
    margin: 0 auto 40px auto; 
    color: #ccc;
}
.stats-grid { 
    display: flex; 
    justify-content: center; 
    gap: 60px; 
    margin-top: 40px; 
}
.stat-item { text-align: center; }
.stat-item strong { 
    display: block; 
    font-size: 64px; 
    color: #28a745; /* Verde de sucesso */
    line-height: 1;
    margin-bottom: 10px;
}
.stat-item span { 
    font-size: 16px; 
    color: #999; 
    text-transform: uppercase;
    font-weight: 700;
}

/* ============================================================
   DOBRA 4: SOLUÇÃO (PARALLAX E BLUR)
   ============================================================ */
.fold-4-solution { position: relative; padding: 100px 0; background: #000; color: #fff; overflow: hidden; }
.fold-4-solution::before { 
    content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; 
    background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&q=80&w=1200'); 
    background-size: cover; filter: blur(6px); opacity: 0.4; z-index: 1; 
}
.fold-4-solution .container { position: relative; z-index: 2; }
.solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.benefit-list li { margin-bottom: 18px; font-size: 19px; list-style: none; }
.solution-img img { width: 100%; max-width: 420px; border-radius: 15px; box-shadow: 0 15px 40px rgba(0,0,0,0.6); }

/* ============================================================
   DOBRA 5: INGREDIENTES (LISTA COMPLETA)
   ============================================================ */
.fold-5-ingredients { padding: 70px 0; background: #fff; }
.ingredients-highlight { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 60px; }
.ing-card-large { background: #f9f9f9; padding: 35px; border-radius: 20px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.ing-image-wrapper img { width: 160px; height: 160px; border-radius: 50%; border: 5px solid #e31e24; margin-bottom: 15px; }

.full-formula-box { background: #fdfdfd; padding: 40px; border-radius: 20px; border: 1px solid #eee; }
.formula-title { font-size: 24px; margin-bottom: 30px; text-align: center; text-transform: uppercase; }
.ingredients-grid-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.ing-item { font-size: 14px; color: #555; display: flex; align-items: center; gap: 8px; }
.ing-item span { color: #e31e24; font-weight: 900; }

/* ============================================================
   DOBRA 6: PROVA SOCIAL
   ============================================================ */
.fold-6-social-proof { background: #f0f4f8; padding: 80px 0; }
.expert-box-main { background: #1a1a1a; color: #fff; padding: 40px; border-radius: 25px; margin-bottom: 60px; box-shadow: 0 15px 30px rgba(0,0,0,0.15); }
.expert-content { display: flex; align-items: center; gap: 40px; }
.expert-img { width: 150px; height: 180px; border-radius: 50%; border: 4px solid #e31e24; object-fit: cover; }
.expert-text-side h3 { color: #e31e24; font-size: 28px; margin-bottom: 15px; }

.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { background: #fff; padding: 30px; border-radius: 15px; border-bottom: 5px solid #e31e24; box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
.user-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.user-photo { width: 65px; height: 65px; border-radius: 50%; object-fit: cover; }
.user-comment { font-style: italic; color: #444; margin-bottom: 15px; min-height: 80px; }
.stars { color: #ffcc00; font-size: 18px; }

/* ============================================================
   DOBRA 7: PASSOS ENTREGA (DARK)
   ============================================================ */
.fold-7-offer { padding: 80px 0; }
.offer-highlight-card { border: 4px solid #e31e24; padding: 50px; border-radius: 30px; text-align: center; margin-bottom: 60px; }
.big-price { font-size: 85px; color: #e31e24; font-weight: 900; }

.steps-dark-box { background: #0c0e12; padding: 65px 45px; border-radius: 25px; color: #fff; text-align: center; }
.steps-main-title { font-size: 32px; margin-bottom: 50px; text-transform: uppercase; letter-spacing: 1px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.step-item { display: flex; flex-direction: column; align-items: center; }
.step-icon { width: 65px; height: 65px; color: #00d4ff; margin-bottom: 25px; }
.step-item h4 { font-size: 24px; margin-bottom: 15px; font-weight: 800; }
.step-item p { font-size: 16px; color: #bbb; max-width: 260px; line-height: 1.5; }

/* FOOTER */
.fold-8-final-cta { background: #111; padding: 100px 0; }
.main-footer { background: #1a1a1a; color: #777; padding: 50px 0; }

/* RESPONSIVIDADE */
@media (max-width: 900px) {
    .hero-grid, .expert-content, .testimonials-grid, .solution-grid, .steps-grid, .ingredients-highlight, .pain-scenarios, .stats-grid { grid-template-columns: 1fr; text-align: center; }
    .stats-grid { gap: 30px; }
    .ingredients-grid-list { grid-template-columns: repeat(2, 1fr); }
    .expert-content { flex-direction: column; }
    .nav-links { display: none; }
    .impact-headline { font-size: 36px; }
}