.elementor-13 .elementor-element.elementor-element-af87bda{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-13 .elementor-element.elementor-element-af87bda:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-af87bda > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-13 .elementor-element.elementor-element-1cd1d87{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */<!-- ================================================================================== -->
<!-- CÓDIGO OTIMIZADO PARA ELEMENTOR / WORDPRESS -->
<!-- Cole este bloco INTEIRO dentro de um widget "HTML" -->
<!-- ================================================================================== -->

<!-- 1. Carregamento de Bibliotecas (Tailwind + Ícones) -->
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>

<!-- 2. Configuração de Estilo e Fonte -->
<script>
    tailwind.config = {
        theme: {
            extend: {
                fontFamily: {
                    sans: ['Inter', 'sans-serif'],
                    serif: ['Playfair Display', 'serif'],
                },
                animation: {
                    fadeInUp: 'fadeInUp 0.5s ease-out forwards',
                    pulse: 'pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite',
                },
                keyframes: {
                    fadeInUp: {
                        '0%': { opacity: '0', transform: 'translateY(10px)' },
                        '100%': { opacity: '1', transform: 'translateY(0)' },
                    }
                }
            }
        }
    }
</script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">

<style>
    /* Garante que o container ocupe a largura total no Elementor */
    .elementor-widget-html { width: 100%; }
    
    /* Reset básico para garantir que o estilo Dark funcione */
    #lp-wrapper {
        background-color: #05050B;
        color: #e2e8f0;
        overflow-x: hidden;
        width: 100%;
        min-height: 100vh;
        line-height: 1.5;
    }
    
    /* Scrollbar estilizada para o chat */
    .scrollbar-thin::-webkit-scrollbar { width: 6px; }
    .scrollbar-thin::-webkit-scrollbar-track { background: transparent; }
    .scrollbar-thin::-webkit-scrollbar-thumb { background-color: #6b21a8; border-radius: 20px; }
</style>

<!-- 3. Conteúdo Principal -->
<div id="lp-wrapper" class="font-sans antialiased relative">

    <!-- Efeitos de Fundo -->
    <div class="fixed top-0 left-0 w-full h-full overflow-hidden pointer-events-none z-0">
        <div class="absolute top-[-10%] left-[-10%] w-[40%] h-[40%] bg-purple-900/20 rounded-full blur-[120px]"></div>
        <div class="absolute bottom-[10%] right-[-5%] w-[30%] h-[30%] bg-fuchsia-900/20 rounded-full blur-[100px]"></div>
    </div>

    <!-- HERO SECTION -->
    <section class="relative pt-20 pb-24 px-4 z-10">
        <div class="container mx-auto max-w-6xl">
            <div class="flex flex-col lg:flex-row items-center gap-12 lg:gap-20">
                
                <!-- Texto -->
                <div class="lg:w-1/2 space-y-8 text-center lg:text-left">
                    <div class="inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-purple-500/10 border border-purple-500/20 text-purple-300 text-xs font-semibold uppercase tracking-wider mb-2">
                        <span class="relative flex h-2 w-2">
                            <span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-purple-400 opacity-75"></span>
                            <span class="relative inline-flex rounded-full h-2 w-2 bg-purple-500"></span>
                        </span>
                        Método Validado
                    </div>
                    
                    <h1 class="text-5xl lg:text-6xl font-serif font-bold leading-[1.1] text-white">
                        Domine a <br/>
                        <span class="text-transparent bg-clip-text bg-gradient-to-r from-purple-400 via-fuchsia-400 to-purple-400">Amamentação</span>
                    </h1>
                    
                    <p class="text-lg text-slate-400 leading-relaxed max-w-xl mx-auto lg:mx-0">
                        Seja uma mãe confiante e acabe com as dores em até 
                        <strong class="text-white"> 48 horas </strong> 
                        com o nosso método exclusivo de correção de pega e cicatrização.
                    </p>
                    
                    <div class="flex flex-col sm:flex-row gap-4 justify-center lg:justify-start pt-2">
                        <button onclick="scrollToElementor('oferta')" class="bg-gradient-to-r from-purple-600 to-fuchsia-600 hover:from-purple-500 hover:to-fuchsia-500 text-white text-lg px-8 py-4 rounded-xl font-bold transition-all transform hover:scale-105 shadow-[0_0_30px_rgba(168,85,247,0.4)] flex items-center justify-center gap-2 group cursor-pointer">
                            Quero Começar <i data-lucide="arrow-right" class="w-5 h-5 group-hover:translate-x-1 transition-transform"></i>
                        </button>
                    </div>

                    <!-- Prova Social -->
                    <div class="flex items-center justify-center lg:justify-start gap-4 pt-4 opacity-80">
                        <div class="flex -space-x-3">
                            <div class="w-10 h-10 rounded-full border-2 border-[#05050B] bg-slate-700 overflow-hidden"><img src="https://randomuser.me/api/portraits/women/1.jpg" class="w-full h-full object-cover"></div>
                            <div class="w-10 h-10 rounded-full border-2 border-[#05050B] bg-slate-700 overflow-hidden"><img src="https://randomuser.me/api/portraits/women/2.jpg" class="w-full h-full object-cover"></div>
                            <div class="w-10 h-10 rounded-full border-2 border-[#05050B] bg-slate-700 overflow-hidden"><img src="https://randomuser.me/api/portraits/women/3.jpg" class="w-full h-full object-cover"></div>
                            <div class="w-10 h-10 rounded-full border-2 border-[#05050B] bg-slate-700 overflow-hidden"><img src="https://randomuser.me/api/portraits/women/4.jpg" class="w-full h-full object-cover"></div>
                        </div>
                        <div class="text-sm text-slate-400">
                            <div class="flex text-yellow-400 gap-0.5">
                                <i data-lucide="star" class="w-3 h-3 fill-current"></i>
                                <i data-lucide="star" class="w-3 h-3 fill-current"></i>
                                <i data-lucide="star" class="w-3 h-3 fill-current"></i>
                                <i data-lucide="star" class="w-3 h-3 fill-current"></i>
                                <i data-lucide="star" class="w-3 h-3 fill-current"></i>
                            </div>
                            <span class="font-semibold text-white">4.9/5</span> de satisfação
                        </div>
                    </div>
                </div>

                <!-- Imagem Hero -->
                <div class="lg:w-1/2 w-full relative group">
                    <div class="absolute -inset-1 bg-gradient-to-r from-purple-600 to-fuchsia-600 rounded-2xl blur opacity-30 group-hover:opacity-50 transition duration-1000"></div>
                    <div class="relative rounded-2xl overflow-hidden border border-white/10 bg-[#0F0F1A] aspect-video shadow-2xl">
                        <div class="w-full h-full relative bg-slate-900 flex items-center justify-center overflow-hidden">
                            <div class="absolute inset-0 bg-gradient-to-t from-[#05050B] to-transparent opacity-60 z-10"></div>
                            <img src="https://blog.sabin.com.br/wp-content/uploads/2022/07/beneficios-da-amamentacao.jpeg" alt="Mãe amamentando" class="w-full h-full object-cover opacity-80 hover:scale-105 transition duration-700" />
                            
                            <div class="absolute inset-0 z-20 flex items-center justify-center">
                                <div class="w-20 h-20 bg-white/10 backdrop-blur-md rounded-full flex items-center justify-center border border-white/20 cursor-pointer hover:bg-white/20 transition hover:scale-110 group-hover:shadow-[0_0_30px_rgba(255,255,255,0.2)]">
                                    <i data-lucide="play" class="ml-1 text-white fill-white w-8 h-8"></i>
                                </div>
                            </div>

                            <div class="absolute bottom-6 left-6 right-6 z-20 bg-white/10 backdrop-blur-md border border-white/10 p-4 rounded-xl flex items-center gap-4">
                                <div class="w-10 h-10 rounded-full bg-green-500/20 flex items-center justify-center border border-green-500/50 text-green-400">
                                    <i data-lucide="check-circle" class="w-5 h-5"></i>
                                </div>
                                <div>
                                    <p class="text-white font-bold text-sm">Pega Correta</p>
                                    <p class="text-slate-300 text-xs">Técnica aplicada com sucesso</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- GRID CARDS -->
    <section id="como-funciona" class="py-24 relative z-10 bg-[#080810]">
        <div class="container mx-auto px-4 max-w-6xl">
            <div class="text-center mb-16 space-y-4">
                <p class="text-purple-400 font-semibold tracking-wider text-sm uppercase">Método Peito Sem Dor</p>
                <h2 class="text-3xl md:text-4xl font-serif font-bold text-white">
                    Transforme sua realidade hoje
                </h2>
            </div>
            <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
                <!-- Card 1 -->
                <div class="group p-8 bg-[#0F0F1A] border border-white/5 rounded-2xl hover:border-purple-500/50 transition duration-300 hover:-translate-y-1 relative overflow-hidden">
                    <div class="absolute inset-0 bg-gradient-to-b from-purple-500/5 to-transparent opacity-0 group-hover:opacity-100 transition duration-500"></div>
                    <div class="w-12 h-12 bg-[#1A1A2E] rounded-lg flex items-center justify-center text-purple-400 mb-6 group-hover:text-white group-hover:bg-purple-600 transition duration-300">
                        <i data-lucide="shield-check" class="w-6 h-6"></i>
                    </div>
                    <h3 class="text-lg font-bold text-white mb-3">Amamente sem Medo</h3>
                    <p class="text-slate-400 text-sm leading-relaxed">Domine a amamentação e elimine a ansiedade de sentir dor a cada nova mamada.</p>
                </div>
                <!-- Card 2 -->
                <div class="group p-8 bg-[#0F0F1A] border border-white/5 rounded-2xl hover:border-purple-500/50 transition duration-300 hover:-translate-y-1 relative overflow-hidden">
                    <div class="absolute inset-0 bg-gradient-to-b from-purple-500/5 to-transparent opacity-0 group-hover:opacity-100 transition duration-500"></div>
                    <div class="w-12 h-12 bg-[#1A1A2E] rounded-lg flex items-center justify-center text-purple-400 mb-6 group-hover:text-white group-hover:bg-purple-600 transition duration-300">
                        <i data-lucide="clock" class="w-6 h-6"></i>
                    </div>
                    <h3 class="text-lg font-bold text-white mb-3">Fissuras e Sangue</h3>
                    <p class="text-slate-400 text-sm leading-relaxed">Cicatrize feridas em tempo recorde com nosso protocolo natural.</p>
                </div>
                <!-- Card 3 -->
                <div class="group p-8 bg-[#0F0F1A] border border-white/5 rounded-2xl hover:border-purple-500/50 transition duration-300 hover:-translate-y-1 relative overflow-hidden">
                    <div class="absolute inset-0 bg-gradient-to-b from-purple-500/5 to-transparent opacity-0 group-hover:opacity-100 transition duration-500"></div>
                    <div class="w-12 h-12 bg-[#1A1A2E] rounded-lg flex items-center justify-center text-purple-400 mb-6 group-hover:text-white group-hover:bg-purple-600 transition duration-300">
                        <i data-lucide="baby" class="w-6 h-6"></i>
                    </div>
                    <h3 class="text-lg font-bold text-white mb-3">Pega Perfeita</h3>
                    <p class="text-slate-400 text-sm leading-relaxed">Faça seu bebê abocanhar corretamente sem brigas no peito.</p>
                </div>
                <!-- Card 4 -->
                <div class="group p-8 bg-[#0F0F1A] border border-white/5 rounded-2xl hover:border-purple-500/50 transition duration-300 hover:-translate-y-1 relative overflow-hidden">
                    <div class="absolute inset-0 bg-gradient-to-b from-purple-500/5 to-transparent opacity-0 group-hover:opacity-100 transition duration-500"></div>
                    <div class="w-12 h-12 bg-[#1A1A2E] rounded-lg flex items-center justify-center text-purple-400 mb-6 group-hover:text-white group-hover:bg-purple-600 transition duration-300">
                        <i data-lucide="heart" class="w-6 h-6"></i>
                    </div>
                    <h3 class="text-lg font-bold text-white mb-3">Conexão Profunda</h3>
                    <p class="text-slate-400 text-sm leading-relaxed">Volte a sentir prazer em amamentar e conecte-se com seu filho.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- VISUAL CARDS (O QUE VAI APRENDER) -->
    <section class="py-24 relative z-10">
        <div class="container mx-auto px-4 max-w-6xl">
            <div class="flex justify-between items-end mb-12">
                <div>
                    <h2 class="text-3xl md:text-4xl font-serif font-bold text-white mb-2">
                        O que você vai aprender <br/> <span class="text-purple-400">no Guia:</span>
                    </h2>
                    <p class="text-slate-400">Um passo a passo visual para parar de sofrer.</p>
                </div>
                <a href="#oferta" class="hidden md:flex items-center text-purple-400 hover:text-white transition text-sm font-bold cursor-pointer">
                    Ver grade completa <i data-lucide="arrow-right" class="ml-2 w-4 h-4"></i>
                </a>
            </div>

            <div class="grid md:grid-cols-4 gap-6">
                <!-- 1 -->
                <div class="group relative h-80 rounded-2xl overflow-hidden border border-white/10 cursor-pointer">
                    <div class="absolute inset-0 bg-gradient-to-t from-[#05050B] via-transparent to-transparent z-10"></div>
                    <div class="absolute inset-0 bg-slate-800 group-hover:scale-110 transition duration-700">
                         <img src="https://images.unsplash.com/photo-1555252333-9f8e92e65df9?ixlib=rb-4.0.3&auto=format&fit=crop&w=600&q=80" class="w-full h-full object-cover opacity-60 group-hover:opacity-80 transition duration-500">
                    </div>
                    <div class="absolute top-4 right-4 z-20 w-8 h-8 bg-white/10 backdrop-blur rounded-full flex items-center justify-center border border-white/20 group-hover:bg-purple-600 group-hover:border-purple-600 transition">
                         <i data-lucide="arrow-right" class="text-white -rotate-45 group-hover:rotate-0 transition transform w-3.5 h-3.5"></i>
                    </div>
                    <div class="absolute bottom-0 left-0 p-6 z-20 w-full">
                       <div class="h-1 w-12 bg-purple-500 mb-4 rounded-full"></div>
                       <h3 class="text-xl font-bold text-white font-serif">Alívio Imediato</h3>
                    </div>
                </div>
                <!-- 2 -->
                <div class="group relative h-80 rounded-2xl overflow-hidden border border-white/10 cursor-pointer">
                    <div class="absolute inset-0 bg-gradient-to-t from-[#05050B] via-transparent to-transparent z-10"></div>
                    <div class="absolute inset-0 bg-slate-800 group-hover:scale-110 transition duration-700">
                        <img src="https://images.unsplash.com/photo-1617331140180-e826f01f318e?ixlib=rb-4.0.3&auto=format&fit=crop&w=600&q=80" class="w-full h-full object-cover opacity-60 group-hover:opacity-80 transition duration-500">
                    </div>
                    <div class="absolute top-4 right-4 z-20 w-8 h-8 bg-white/10 backdrop-blur rounded-full flex items-center justify-center border border-white/20 group-hover:bg-purple-600 group-hover:border-purple-600 transition">
                        <i data-lucide="arrow-right" class="text-white -rotate-45 group-hover:rotate-0 transition transform w-3.5 h-3.5"></i>
                    </div>
                    <div class="absolute bottom-0 left-0 p-6 z-20 w-full">
                       <div class="h-1 w-12 bg-purple-500 mb-4 rounded-full"></div>
                       <h3 class="text-xl font-bold text-white font-serif">Pega Perfeita</h3>
                    </div>
                </div>
                <!-- 3 -->
                <div class="group relative h-80 rounded-2xl overflow-hidden border border-white/10 cursor-pointer">
                    <div class="absolute inset-0 bg-gradient-to-t from-[#05050B] via-transparent to-transparent z-10"></div>
                    <div class="absolute inset-0 bg-slate-800 group-hover:scale-110 transition duration-700">
                        <img src="https://images.unsplash.com/photo-1595246322066-773e72097776?ixlib=rb-4.0.3&auto=format&fit=crop&w=600&q=80" class="w-full h-full object-cover opacity-60 group-hover:opacity-80 transition duration-500">
                    </div>
                    <div class="absolute top-4 right-4 z-20 w-8 h-8 bg-white/10 backdrop-blur rounded-full flex items-center justify-center border border-white/20 group-hover:bg-purple-600 group-hover:border-purple-600 transition">
                        <i data-lucide="arrow-right" class="text-white -rotate-45 group-hover:rotate-0 transition transform w-3.5 h-3.5"></i>
                    </div>
                    <div class="absolute bottom-0 left-0 p-6 z-20 w-full">
                       <div class="h-1 w-12 bg-purple-500 mb-4 rounded-full"></div>
                       <h3 class="text-xl font-bold text-white font-serif">Estimular Leite</h3>
                    </div>
                </div>
                <!-- 4 -->
                <div class="group relative h-80 rounded-2xl overflow-hidden border border-white/10 cursor-pointer">
                    <div class="absolute inset-0 bg-gradient-to-t from-[#05050B] via-transparent to-transparent z-10"></div>
                    <div class="absolute inset-0 bg-slate-800 group-hover:scale-110 transition duration-700">
                        <img src="https://images.unsplash.com/photo-1519689680058-324335c77eba?ixlib=rb-4.0.3&auto=format&fit=crop&w=600&q=80" class="w-full h-full object-cover opacity-60 group-hover:opacity-80 transition duration-500">
                    </div>
                    <div class="absolute top-4 right-4 z-20 w-8 h-8 bg-white/10 backdrop-blur rounded-full flex items-center justify-center border border-white/20 group-hover:bg-purple-600 group-hover:border-purple-600 transition">
                        <i data-lucide="arrow-right" class="text-white -rotate-45 group-hover:rotate-0 transition transform w-3.5 h-3.5"></i>
                    </div>
                    <div class="absolute bottom-0 left-0 p-6 z-20 w-full">
                       <div class="h-1 w-12 bg-purple-500 mb-4 rounded-full"></div>
                       <h3 class="text-xl font-bold text-white font-serif">Bônus Exclusivo</h3>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- ESPECIALISTA -->
    <section id="especialista" class="py-24 bg-[#080810] relative overflow-hidden">
        <div class="absolute right-0 top-1/4 w-96 h-96 bg-purple-600/10 rounded-full blur-[128px]"></div>
        <div class="container mx-auto px-4 max-w-6xl">
            <div class="flex flex-col md:flex-row items-center gap-16">
                <div class="md:w-1/2 order-2 md:order-1">
                    <span class="text-fuchsia-500 font-bold tracking-widest text-sm uppercase mb-2 block">QUEM É A SUA MENTORA</span>
                    <h2 class="text-5xl font-serif font-bold text-white mb-6">Dra. Sofia Martins</h2>
                    <p class="text-slate-300 text-lg mb-6 leading-relaxed"><strong class="text-white">Estrategista em Amamentação</strong> e Consultora IBCLC com mais de 15 anos de prática clínica nos maiores hospitais do país.</p>
                    <p class="text-slate-300 text-lg mb-6 leading-relaxed">Seu trabalho se consolidou ao perceber que a maioria das mães desiste por falta de técnica, e não por falta de leite.</p>
                    <div class="border-l-4 border-fuchsia-500 pl-4 italic text-fuchsia-400 text-xl mb-8">"Amamentar não deve doer. Se dói, algo precisa ser ajustado."</div>
                    <p class="text-slate-300 text-lg mb-8 leading-relaxed">Hoje, lidera a maior comunidade de amamentação sem dor do Brasil, ajudando mulheres a viverem a maternidade leve que sempre sonharam.</p>

                    <div class="flex flex-wrap gap-4">
                        <div class="px-4 py-2 bg-[#1A1A2E] rounded-lg border border-white/5 text-sm text-slate-300 flex items-center gap-2"><i data-lucide="badge-check" class="text-fuchsia-500 w-4 h-4 fill-current"></i> IBCLC Certificada</div>
                        <div class="px-4 py-2 bg-[#1A1A2E] rounded-lg border border-white/5 text-sm text-slate-300 flex items-center gap-2"><i data-lucide="badge-check" class="text-fuchsia-500 w-4 h-4 fill-current"></i> +15 Anos Exp.</div>
                        <div class="px-4 py-2 bg-[#1A1A2E] rounded-lg border border-white/5 text-sm text-slate-300 flex items-center gap-2"><i data-lucide="users" class="text-fuchsia-500 w-4 h-4 fill-current"></i> +20k Alunas</div>
                    </div>
                </div>
                
                <div class="md:w-1/2 order-1 md:order-2 flex justify-center">
                    <div class="relative w-[320px] h-[600px] bg-black rounded-[35px] border-[8px] border-[#1A1A2E] shadow-2xl overflow-hidden shrink-0">
                        <img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80" alt="Story Dra Especialista" class="absolute inset-0 w-full h-full object-cover">
                        <div class="absolute inset-0 bg-gradient-to-b from-black/60 via-transparent to-black/80 pointer-events-none"></div>
                        <div class="absolute top-2 left-0 w-full px-2 flex gap-1 z-20">
                            <div class="h-1 flex-1 bg-white rounded-full"></div><div class="h-1 flex-1 bg-white/30 rounded-full"></div><div class="h-1 flex-1 bg-white/30 rounded-full"></div>
                        </div>
                        <div class="absolute top-6 left-0 w-full px-4 flex justify-between items-center z-20">
                            <div class="flex items-center gap-2">
                                <div class="w-8 h-8 rounded-full border border-white/50 overflow-hidden"><img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&auto=format&fit=crop&w=200&q=80" class="w-full h-full object-cover"></div>
                                <div><div class="flex items-center gap-1"><span class="text-white text-sm font-bold">drasofiamartins</span><i data-lucide="badge-check" class="text-blue-400 fill-current w-3 h-3"></i></div><span class="text-white/80 text-xs">48h Peito Sem Dor</span></div>
                            </div>
                            <div class="flex items-center gap-3"><div class="bg-fuchsia-600 text-white text-[10px] font-bold px-1.5 py-0.5 rounded flex items-center animate-pulse shadow-[0_0_10px_rgba(192,38,211,0.5)]">DESTAQUE</div><i data-lucide="more-horizontal" class="text-white w-5 h-5"></i></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- DEPOIMENTOS -->
    <section id="depoimentos" class="py-24 relative z-10">
        <div class="container mx-auto px-4 max-w-6xl">
            <h2 class="text-3xl md:text-4xl font-serif font-bold text-center text-white mb-16">Histórias de <span class="text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-fuchsia-400">Sucesso</span></h2>
            <div class="grid md:grid-cols-3 gap-6">
                <div class="bg-[#0F0F1A] p-8 rounded-2xl border border-white/5 relative hover:border-purple-500/30 transition duration-300">
                    <div class="absolute -top-5 left-8 w-10 h-10 bg-purple-600 rounded-full flex items-center justify-center shadow-lg shadow-purple-600/20"><span class="text-2xl font-serif text-white">"</span></div>
                    <p class="text-slate-400 text-sm leading-relaxed italic mt-6">"Eu já estava quase desistindo de amamentar. O método salvou minha amamentação. Em dois dias, a dor sumiu!"</p>
                    <p class="text-white font-bold mt-4">Mariana S.</p>
                </div>
                <div class="bg-[#0F0F1A] p-8 rounded-2xl border border-white/5 relative hover:border-purple-500/30 transition duration-300">
                    <div class="absolute -top-5 left-8 w-10 h-10 bg-purple-600 rounded-full flex items-center justify-center shadow-lg shadow-purple-600/20"><span class="text-2xl font-serif text-white">"</span></div>
                    <p class="text-slate-400 text-sm leading-relaxed italic mt-6">"Simples, direto e funciona. As técnicas de alívio imediato são incríveis."</p>
                    <p class="text-white font-bold mt-4">Carla F.</p>
                </div>
                <div class="bg-[#0F0F1A] p-8 rounded-2xl border border-white/5 relative hover:border-purple-500/30 transition duration-300">
                    <div class="absolute -top-5 left-8 w-10 h-10 bg-purple-600 rounded-full flex items-center justify-center shadow-lg shadow-purple-600/20"><span class="text-2xl font-serif text-white">"</span></div>
                    <p class="text-slate-400 text-sm leading-relaxed italic mt-6">"Gastei rios de dinheiro com pomadas que não funcionavam. Esse guia foi o melhor investimento."</p>
                    <p class="text-white font-bold mt-4">Juliana M.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- OFERTA -->
    <section id="oferta" class="py-24 relative">
        <div class="absolute inset-0 bg-[#05050B]"></div>
        <div class="absolute inset-0 bg-gradient-to-b from-[#05050B] via-purple-900/10 to-[#05050B]"></div>
        <div class="container mx-auto px-4 relative z-10">
            <div class="max-w-3xl mx-auto bg-[#0F0F1A] border border-white/10 rounded-3xl p-1 md:p-2 shadow-2xl shadow-purple-900/20">
                <div class="bg-[#0A0A14] rounded-[20px] p-8 md:p-12 border border-white/5 text-center relative overflow-hidden">
                    <div class="absolute top-0 left-1/2 -translate-x-1/2 bg-purple-600 text-white px-6 py-1.5 rounded-b-xl text-xs font-bold uppercase tracking-widest shadow-[0_0_20px_rgba(147,51,234,0.5)]">Oferta Limitada</div>
                    <h3 class="text-2xl font-serif text-white mt-6 mb-2">Garanta sua Inscrição</h3>
                    <div class="py-8">
                        <p class="text-slate-400 text-sm mb-2">De <span class="line-through">R$ 97,00</span> por apenas</p>
                        <div class="flex items-center justify-center gap-2 text-white">
                            <span class="text-2xl font-bold text-slate-500">12x</span>
                            <span class="text-6xl md:text-7xl font-bold tracking-tighter text-transparent bg-clip-text bg-gradient-to-r from-white via-purple-200 to-white">9,74</span>
                        </div>
                        <p class="text-purple-400 font-semibold text-sm mt-2">ou R$ 47,90 à vista</p>
                    </div>
                    <button class="w-full bg-gradient-to-r from-purple-600 via-fuchsia-600 to-purple-600 text-white text-xl py-5 rounded-xl font-bold shadow-[0_0_40px_rgba(192,38,211,0.3)] transition transform hover:scale-[1.02] hover:shadow-[0_0_60px_rgba(192,38,211,0.5)] animate-pulse mb-6">Comprar Agora</button>
                    <div class="flex flex-col items-center gap-4 border-t border-white/5 pt-6">
                        <div class="flex items-center gap-2 text-xs text-slate-400">
                            <i data-lucide="lock" class="text-green-500 w-3 h-3"></i>
                            <span class="font-semibold text-slate-300 uppercase tracking-wide">Pagamento 100% Seguro</span>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- GARANTIA -->
    <section class="py-24 relative z-10 bg-[#080810] border-t border-white/5">
        <div class="container mx-auto px-4 max-w-4xl text-center">
            <div class="mb-8 flex justify-center"><div class="relative"><div class="absolute inset-0 bg-purple-600 blur-3xl opacity-20 rounded-full"></div><i data-lucide="shield-check" class="text-white relative z-10 w-20 h-20"></i></div></div>
            <h2 class="text-3xl md:text-4xl font-serif font-bold text-white mb-6">Garantia Incondicional de <span class="text-purple-400">7 Dias</span></h2>
            <p class="text-slate-300 text-lg leading-relaxed mb-8">O risco é todo nosso. Se não gostar, devolvemos 100% do seu dinheiro.</p>
            <div class="inline-flex items-center gap-2 px-6 py-2 rounded-full bg-green-500/10 border border-green-500/20 text-green-400 text-sm font-bold uppercase tracking-wide"><i data-lucide="check-circle" class="w-4 h-4"></i> Seu risco é zero</div>
        </div>
    </section>

    <!-- FAQ -->
    <section class="py-24 relative z-10">
        <div class="container mx-auto px-4 max-w-2xl">
            <h2 class="text-3xl font-serif font-bold text-center text-white mb-12">Perguntas Frequentes</h2>
            <div class="space-y-4">
                <div class="border border-white/10 rounded-xl bg-[#0F0F1A] overflow-hidden transition-all duration-300 hover:border-purple-500/30">
                    <button class="w-full flex justify-between items-center p-5 text-left font-semibold text-slate-200 focus:outline-none" onclick="toggleFaq(this)">
                        <span class="pr-4">O método funciona para quem tem fissuras?</span>
                        <i data-lucide="chevron-down" class="text-slate-500 transition-transform duration-300"></i>
                    </button>
                    <div class="hidden p-5 pt-0 text-slate-400 text-sm leading-relaxed border-t border-white/5">Sim! Foi feito para acelerar a cicatrização.</div>
                </div>
                <div class="border border-white/10 rounded-xl bg-[#0F0F1A] overflow-hidden transition-all duration-300 hover:border-purple-500/30">
                    <button class="w-full flex justify-between items-center p-5 text-left font-semibold text-slate-200 focus:outline-none" onclick="toggleFaq(this)">
                        <span class="pr-4">Como recebo o acesso?</span>
                        <i data-lucide="chevron-down" class="text-slate-500 transition-transform duration-300"></i>
                    </button>
                    <div class="hidden p-5 pt-0 text-slate-400 text-sm leading-relaxed border-t border-white/5">Imediatamente no seu e-mail.</div>
                </div>
            </div>
        </div>
    </section>

    <!-- FOOTER -->
    <footer class="bg-[#020205] text-slate-500 py-12 border-t border-white/5 relative overflow-hidden">
        <div class="container mx-auto px-4 relative z-10 flex flex-col items-center justify-center text-center space-y-8">
            <div class="flex items-center space-x-2 opacity-90">
                <i data-lucide="heart" class="text-purple-600 fill-current w-6 h-6"></i>
                <span class="text-xl font-serif font-bold text-slate-300">Peito Sem Dor</span>
            </div>
            <div class="text-xs text-slate-600 space-y-2 max-w-lg mx-auto leading-relaxed">
                <p>&copy; 2025 Dra. Sofia Martins. Todos os direitos reservados.</p>
            </div>
        </div>
    </footer>

    <!-- STICKY MOBILE CTA (REMOVIDO CONFORME SOLICITADO) -->
    
    <!-- NOTIFICAÇÃO FLUTUANTE -->
    <div id="notification-toast" class="fixed bottom-4 left-4 z-[9999] transition-all duration-700 transform translate-y-20 opacity-0 pointer-events-none md:pointer-events-auto">
        <div class="bg-[#0F0F1A]/90 backdrop-blur-md border border-purple-500/30 p-3 rounded-xl shadow-[0_8px_30px_rgb(0,0,0,0.3)] flex items-center gap-3 max-w-xs md:max-w-sm">
            <div class="relative shrink-0">
                <img id="notif-img" src="" alt="Compradora" class="w-10 h-10 rounded-full object-cover border-2 border-green-500">
                <div class="absolute -bottom-1 -right-1 bg-green-500 rounded-full p-0.5"><i data-lucide="check-circle" class="text-white fill-green-500 w-2.5 h-2.5"></i></div>
            </div>
            <div class="flex-1 min-w-0">
                <p class="text-white text-xs md:text-sm font-bold truncate"><span id="notif-name"></span> <span class="text-slate-400 font-normal">de <span id="notif-location"></span></span></p>
                <div class="flex items-center gap-1.5 mt-0.5"><span class="text-green-400 text-[10px] md:text-xs font-bold uppercase tracking-wide">acabou de comprar</span><span class="text-slate-500 text-[10px]">• <span id="notif-time"></span></span></div>
            </div>
        </div>
    </div>

    <!-- CHAT WIDGET -->
    <div class="fixed bottom-4 right-4 z-[9999] flex flex-col items-end">
        <div id="chat-window" class="hidden mb-4 w-80 md:w-96 bg-[#0F0F1A] border border-white/10 rounded-2xl shadow-2xl overflow-hidden animate-fadeInUp flex flex-col origin-bottom-right h-[450px]">
            <div class="bg-gradient-to-r from-purple-600 to-fuchsia-600 p-4 flex items-center justify-between shrink-0">
                <div class="flex items-center gap-3">
                    <div class="relative">
                        <img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&auto=format&fit=crop&w=200&q=80" class="w-10 h-10 rounded-full object-cover border-2 border-white">
                        <span class="absolute bottom-0 right-0 w-3 h-3 bg-green-400 border-2 border-purple-600 rounded-full"></span>
                    </div>
                    <div>
                        <p class="font-bold text-white text-sm">Suporte Peito Sem Dor</p>
                        <p class="text-purple-100 text-xs opacity-90 flex items-center gap-1"><span class="w-1.5 h-1.5 bg-green-400 rounded-full animate-pulse"></span> Online agora</p>
                    </div>
                </div>
                <button onclick="toggleChat()" class="text-white/80 hover:text-white transition"><i data-lucide="x" class="w-5 h-5"></i></button>
            </div>
            <div id="chat-messages" class="flex-1 p-4 overflow-y-auto bg-[#05050B] space-y-4 scrollbar-thin">
                <div class="text-center text-xs text-slate-500 my-2">Hoje</div>
                <div class="flex gap-3">
                    <img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&auto=format&fit=crop&w=200&q=80" class="w-8 h-8 rounded-full object-cover self-end border border-white/10 shrink-0">
                    <div class="bg-[#1A1A2E] border border-white/10 p-3 rounded-2xl rounded-bl-none text-sm text-slate-200 shadow-sm max-w-[85%]">Olá! Sou a assistente da Dra. Sofia. 👋<br>Estou aqui para te ajudar a amamentar sem dor. Qual é a sua maior dificuldade hoje?</div>
                </div>
            </div>
            <form onsubmit="handleChatSubmit(event)" class="p-3 bg-[#0F0F1A] border-t border-white/10 flex gap-2 shrink-0">
                <input type="text" id="chat-input" placeholder="Digite sua dúvida..." class="flex-1 bg-[#05050B] border border-white/10 rounded-full px-4 py-2 text-sm text-white focus:outline-none focus:border-purple-500 transition-colors placeholder-slate-600">
                <button type="submit" class="bg-gradient-to-r from-purple-600 to-fuchsia-600 hover:from-purple-500 hover:to-fuchsia-500 w-10 h-10 rounded-full flex items-center justify-center text-white transition transform hover:scale-105 shadow-lg"><i data-lucide="send" class="w-4 h-4 ml-0.5"></i></button>
            </form>
        </div>
        <button onclick="toggleChat()" class="w-14 h-14 bg-gradient-to-r from-purple-600 to-fuchsia-600 hover:from-purple-500 hover:to-fuchsia-500 rounded-full flex items-center justify-center shadow-[0_0_20px_rgba(192,38,211,0.4)] transition-all transform hover:scale-110 hover:-translate-y-1 group z-[9999] relative">
            <i id="chat-icon" data-lucide="message-square" class="text-white fill-current w-6 h-6"></i>
            <span id="chat-badge" class="absolute -top-1 -right-1 w-5 h-5 bg-red-500 text-white text-xs font-bold flex items-center justify-center rounded-full border-2 border-[#05050B] animate-bounce">1</span>
        </button>
    </div>

</div>

<!-- SCRIPTS JAVASCRIPT -->
<script>
    // ==================================================================================
    // --- CONFIGURAÇÃO DA API (COLOQUE SUA CHAVE AQUI) ---
    const apiKey = ""; 
    // ==================================================================================

    // Inicializar Ícones
    document.addEventListener("DOMContentLoaded", function() {
        lucide.createIcons();
    });

    function scrollToElementor(id) {
        const el = document.getElementById(id);
        if(el) el.scrollIntoView({ behavior: 'smooth' });
    }

    function toggleFaq(button) {
        const content = button.nextElementSibling;
        const icon = button.querySelector('i');
        if (content.classList.contains('hidden')) {
            content.classList.remove('hidden');
            icon.style.transform = 'rotate(180deg)';
        } else {
            content.classList.add('hidden');
            icon.style.transform = 'rotate(0deg)';
        }
    }

    // Notificações
    const notifData = [
        { name: "Ana Paula", location: "SP", time: "há 2 min", img: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-4.0.3&w=150&q=80" },
        { name: "Fernanda", location: "RJ", time: "há 5 min", img: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-4.0.3&w=150&q=80" },
        { name: "Juliana", location: "MG", time: "há 1 min", img: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixlib=rb-4.0.3&w=150&q=80" }
    ];
    let notifIdx = 0;
    const toast = document.getElementById('notification-toast');
    
    function showNotif() {
        const d = notifData[notifIdx];
        document.getElementById('notif-img').src = d.img;
        document.getElementById('notif-name').innerText = d.name;
        document.getElementById('notif-location').innerText = d.location;
        document.getElementById('notif-time').innerText = d.time;
        
        toast.classList.remove('translate-y-20', 'opacity-0');
        setTimeout(() => {
            toast.classList.add('translate-y-20', 'opacity-0');
        }, 5000);
        notifIdx = (notifIdx + 1) % notifData.length;
    }
    setTimeout(() => { showNotif(); setInterval(showNotif, 15000); }, 5000);

    // Chat Logic
    let chatHistory = [];
    const chatWindow = document.getElementById('chat-window');
    const chatMessages = document.getElementById('chat-messages');
    const chatBadge = document.getElementById('chat-badge');

    function toggleChat() {
        if(chatWindow.classList.contains('hidden')) {
            chatWindow.classList.remove('hidden');
            if(chatBadge) chatBadge.style.display = 'none';
        } else {
            chatWindow.classList.add('hidden');
        }
    }

    async function handleChatSubmit(e) {
        e.preventDefault();
        const input = document.getElementById('chat-input');
        const text = input.value.trim();
        if(!text) return;

        addMsg(text, 'user');
        input.value = '';
        
        // Loading
        const loadingId = 'loading-' + Date.now();
        const loadingHTML = `<div id="${loadingId}" class="flex gap-3"><img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&w=200&q=80" class="w-8 h-8 rounded-full object-cover border border-white/10"><div class="bg-[#1A1A2E] border border-white/10 p-3 rounded-2xl rounded-bl-none text-slate-200 text-sm">Digitando...</div></div>`;
        chatMessages.insertAdjacentHTML('beforeend', loadingHTML);
        chatMessages.scrollTop = chatMessages.scrollHeight;

        // API Call
        const reply = await getGeminiReply(text);
        document.getElementById(loadingId).remove();
        addMsg(reply, 'bot');
    }

    function addMsg(text, role) {
        const isUser = role === 'user';
        const html = `
        <div class="flex gap-3 ${isUser ? 'flex-row-reverse' : ''}">
            <img src="${isUser ? 'https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&w=200&q=80' : 'https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&w=200&q=80'}" class="w-8 h-8 rounded-full object-cover border border-white/10 shrink-0">
            <div class="p-3 rounded-2xl text-sm shadow-sm max-w-[85%] ${isUser ? 'bg-purple-600 text-white rounded-br-none' : 'bg-[#1A1A2E] border border-white/10 text-slate-200 rounded-bl-none'}">${text}</div>
        </div>`;
        chatMessages.insertAdjacentHTML('beforeend', html);
        chatMessages.scrollTop = chatMessages.scrollHeight;
    }

    async function getGeminiReply(text) {
        if(!apiKey) return "Por favor, configure a API Key no código.";
        
        chatHistory.push({ role: 'user', parts: [{ text: text }] });
        
        const url = `https://generativelanguage.googleapis.com/v1beta/models/gemini-2.5-flash-preview-09-2025:generateContent?key=${apiKey}`;
        const instruction = "ATUE COMO: Assistente da Dra. Sofia Martins. MISSÃO: Vender o curso '48 Horas Peito Sem Dor'. REGRA: Respostas curtas (max 2 frases). Empatia total. Termine SEMPRE com uma pergunta.";
        
        try {
            const response = await fetch(url, {
                method: 'POST',
                headers: { 'Content-Type': 'application/json' },
                body: JSON.stringify({
                    contents: chatHistory,
                    systemInstruction: { parts: [{ text: instruction }] }
                })
            });
            const data = await response.json();
            const reply = data.candidates?.[0]?.content?.parts?.[0]?.text || "Desculpe, não entendi.";
            chatHistory.push({ role: 'model', parts: [{ text: reply }] });
            return reply;
        } catch (e) {
            return "Erro de conexão. Tente novamente.";
        }
    }
</script>/* End custom CSS */