{"id":8,"date":"2026-06-29T20:34:00","date_gmt":"2026-06-29T20:34:00","guid":{"rendered":"https:\/\/www.analuizareceitas.com.br\/?page_id=8"},"modified":"2026-07-15T18:28:54","modified_gmt":"2026-07-15T18:28:54","slug":"inicio","status":"publish","type":"page","link":"https:\/\/www.analuizareceitas.com.br\/","title":{"rendered":"In\u00edcio"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8\" class=\"elementor elementor-8\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2161ad2 e-flex e-con-boxed e-con e-parent\" data-id=\"2161ad2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de58dd4 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"de58dd4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .header-wrapper * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n    \n    .header-wrapper {\n        background-color: #F5E6D3;\n        padding: 0.6rem 50px;\n        position: sticky;\n        top: 0;\n        z-index: 999;\n    }\n    \n    .header-container {\n        max-width: 1400px;\n        margin: 0 auto;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        position: relative;\n        min-height: 45px;\n    }\n    \n    .logo {\n        display: flex;\n        align-items: center;\n        text-decoration: none;\n    }\n    \n    .logo-img {\n        height: 30px;\n        width: auto;\n        object-fit: contain;\n    }\n    \n    .nav-menu {\n        display: flex;\n        gap: 2.5rem;\n        align-items: center;\n    }\n    \n    .nav-link {\n        font-family: 'Poppins', sans-serif;\n        font-size: 13px;\n        font-weight: 500;\n        color: #8B7355;\n        text-decoration: none;\n        transition: all 0.3s ease;\n        position: relative;\n    }\n    \n    .nav-link:hover {\n        color: #E07A5F;\n    }\n    \n    .nav-link::after {\n        content: '';\n        position: absolute;\n        bottom: -4px;\n        left: 0;\n        width: 0;\n        height: 2px;\n        background: #E07A5F;\n        transition: width 0.3s ease;\n    }\n    \n    .nav-link:hover::after {\n        width: 100%;\n    }\n    \n    .btn-cta {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        gap: 0.5rem;\n        padding: 8px 28px;\n        height: 40px;\n        font-size: 13px;\n        font-weight: 600;\n        font-family: 'Poppins', sans-serif;\n        background-color: #2FBC6B;\n        color: white;\n        border: none;\n        border-radius: 50px;\n        cursor: pointer;\n        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        text-decoration: none;\n        box-shadow: 0 4px 15px rgba(47, 188, 107, 0.3);\n    }\n    \n    .btn-cta:hover {\n        background-color: #1fa047;\n        transform: translateY(-2px);\n        box-shadow: 0 8px 25px rgba(47, 188, 107, 0.4);\n    }\n    \n    .btn-cta::after {\n        content: '\u2192';\n        font-size: 14px;\n    }\n    \n    .hamburger {\n        display: none;\n        flex-direction: column;\n        gap: 5px;\n        cursor: pointer;\n        padding: 8px;\n        z-index: 1000;\n    }\n    \n    .hamburger span {\n        width: 25px;\n        height: 3px;\n        background: #4A3728;\n        border-radius: 2px;\n        transition: all 0.3s ease;\n        transform-origin: center;\n    }\n    \n    .hamburger.active span:nth-child(1) {\n        transform: translateY(8px) rotate(45deg);\n    }\n    \n    .hamburger.active span:nth-child(2) {\n        opacity: 0;\n    }\n    \n    .hamburger.active span:nth-child(3) {\n        transform: translateY(-8px) rotate(-45deg);\n    }\n    \n    @media (max-width: 800px) {\n        .header-wrapper {\n            padding: 0.6rem 30px;\n        }\n        \n        .nav-menu {\n            gap: 2rem;\n        }\n    }\n    \n    @media (max-width: 900px) {\n        .header-wrapper {\n            padding: 0.6rem 20px;\n        }\n        \n        .logo-img {\n            height: 24px;\n        }\n        \n        .hamburger {\n            display: flex;\n        }\n        \n        .nav-menu {\n            position: absolute;\n            top: calc(100% + 1rem);\n            left: -20px;\n            right: -20px;\n            background: #FDFBF7;\n            flex-direction: column;\n            padding: 0;\n            gap: 0;\n            border-top: 1px solid rgba(224, 122, 95, 0.1);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);\n            max-height: 0;\n            overflow: hidden;\n            opacity: 0;\n            visibility: hidden;\n            pointer-events: none;\n            transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;\n            align-items: stretch;\n        }\n        \n        .nav-menu.active {\n            max-height: 500px;\n            padding: 1.5rem;\n            gap: 1rem;\n            opacity: 1;\n            visibility: visible;\n            pointer-events: auto;\n        }\n        \n        .nav-link {\n            padding: 0.5rem 0;\n            text-align: center;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n        \n        .nav-menu.active .nav-link {\n            opacity: 1;\n        }\n        \n        .btn-cta {\n            width: 100%;\n            justify-content: center;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n        \n        .nav-menu.active .btn-cta {\n            opacity: 1;\n        }\n    }\n<\/style>\n\n<div class=\"header-wrapper\">\n    <div class=\"header-container\">\n        <a href=\"#home\" class=\"logo\">\n            <img decoding=\"async\" src=\"https:\/\/www.analuizareceitas.com.br\/wp-content\/uploads\/2026\/06\/Logo-Receitas-scaled.png\" alt=\"Logo\" class=\"logo-img\">\n        <\/a>\n        \n        <nav class=\"nav-menu\" id=\"navMenu\">\n            <a href=\"#home\" class=\"nav-link\" onclick=\"document.getElementById('navMenu').classList.remove('active');document.getElementById('hamburger').classList.remove('active');\">Home<\/a>\n            <a href=\"https:\/\/www.analuizareceitas.com.br\/#receitas\" class=\"nav-link\" onclick=\"document.getElementById('navMenu').classList.remove('active');document.getElementById('hamburger').classList.remove('active');\">Receitas<\/a>\n            <a href=\"https:\/\/www.analuizareceitas.com.br\/#faq\" class=\"nav-link\" onclick=\"document.getElementById('navMenu').classList.remove('active');document.getElementById('hamburger').classList.remove('active');\">FAQ<\/a>\n            <a href=\"https:\/\/www.analuizareceitas.com.br\/#depoimentos\" class=\"nav-link\" onclick=\"document.getElementById('navMenu').classList.remove('active');document.getElementById('hamburger').classList.remove('active');\">Depoimentos<\/a>\n            <a href=\"https:\/\/pay.kiwify.com.br\/xdpPJEJ\" class=\"btn-cta\" onclick=\"document.getElementById('navMenu').classList.remove('active');document.getElementById('hamburger').classList.remove('active');\">Comprar<\/a>\n        <\/nav>\n        \n        <div class=\"hamburger\" id=\"hamburger\" onclick=\"this.classList.toggle('active');document.getElementById('navMenu').classList.toggle('active');\">\n            <span><\/span>\n            <span><\/span>\n            <span><\/span>\n        <\/div>\n    <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2cffec5 e-flex e-con-boxed e-con e-parent\" data-id=\"2cffec5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e162029 elementor-widget elementor-widget-html\" data-id=\"e162029\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<html><head><style>\n    .hero-wrapper {\n        background-color: #FDFBF5;\n        padding: 120px 50px;\n    }\n    \n    .hero-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 4rem;\n        align-items: center;\n        min-height: 700px;\n    }\n    \n    .hero-content h1 {\n        font-family: 'Merriweather', serif;\n        font-size: 56px;\n        font-weight: 700;\n        color: #4A3728;\n        line-height: 1.2;\n        margin-bottom: 1.5rem;\n        letter-spacing: -0.5px;\n    }\n    \n    .hero-content .subtitle {\n        font-family: 'Poppins', sans-serif;\n        font-size: 18px;\n        color: #8B7355;\n        line-height: 1.8;\n        margin-bottom: 2rem;\n        max-width: 500px;\n    }\n    \n    .highlight {\n        color: #E07A5F;\n    }\n    \n    .btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        gap: 0.8rem;\n        padding: 16px 48px;\n        height: 60px;\n        font-size: 16px;\n        font-weight: 600;\n        font-family: 'Poppins', sans-serif;\n        background-color: #2FBC6B;\n        color: white;\n        border: none;\n        border-radius: 50px;\n        cursor: pointer;\n        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        text-decoration: none;\n        box-shadow: 0 4px 15px rgba(47, 188, 107, 0.3);\n    }\n    \n    .btn:hover {\n        background-color: #1fa047;\n        transform: translateY(-2px);\n        box-shadow: 0 8px 25px rgba(47, 188, 107, 0.4);\n    }\n    \n    .btn::after {\n        content: '\u2192';\n        font-size: 18px;\n    }\n    \n    .hero-info {\n        font-size: 12px;\n        margin-top: 1rem;\n        color: #8B7355;\n        font-family: 'Poppins', sans-serif;\n    }\n    \n    .hero-visual {\n        position: relative;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    \n    .hero-image {\n        width: 100%;\n        max-width: 400px;\n        height: auto;\n        object-fit: contain;\n        border-radius: 20px;\n        display: block;\n    }\n    \n    @media (max-width: 1024px) {\n        .hero-container {\n            grid-template-columns: 1fr;\n            gap: 2rem;\n            min-height: auto;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .hero-wrapper {\n            padding: 60px 30px;\n        }\n        \n        .hero-content h1 {\n            font-size: 36px;\n        }\n        \n        .hero-content .subtitle {\n            font-size: 16px;\n        }\n        \n        .btn {\n            width: 100%;\n            padding: 14px 32px;\n            height: 56px;\n        }\n        \n        .hero-visual {\n            margin-top: 2rem;\n        }\n        \n        .hero-image {\n            max-width: 320px;\n        }\n    }\n<\/style>\n<\/head><body><div class=\"hero-wrapper\">\n    <div class=\"hero-container\">\n        <div class=\"hero-content\">\n            <h1>Receitas Simples Que Voc\u00ea <span class=\"highlight\">J\u00e1 Tem Tudo em Casa<\/span><\/h1>\n            <p class=\"subtitle\">8 receitas que eu fiz mil vezes e que sempre d\u00e3o certo. Sem ingrediente estranho. Sem t\u00e9cnica chata. S\u00f3 receitas boas que funcionam.<\/p>\n            <a href=\"https:\/\/pay.kiwify.com.br\/xdpPJEJ\" class=\"btn\">Quero o E-book<\/a>\n            <p class=\"hero-info\">Acesso imediato \u2022 Garantia de 7 dias<\/p>\n        <\/div>\n        <div class=\"hero-visual\">\n            <img decoding=\"async\" src=\"https:\/\/www.analuizareceitas.com.br\/wp-content\/uploads\/2026\/07\/e-book-receitas-da-Ana-Luiza-rdz.png?w=400&amp;h=500&amp;fit=crop\" alt=\"Ana Luiza Cozinhando\" class=\"hero-image\">\n        <\/div>\n    <\/div>\n<\/div>\n<\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-86b04e8 e-con-full e-flex e-con e-parent\" data-id=\"86b04e8\" data-element_type=\"container\" data-e-type=\"container\" id=\"receitas\">\n\t\t\t\t<div class=\"elementor-element elementor-element-691a144 elementor-widget elementor-widget-html\" data-id=\"691a144\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<html><head><style>\n    .recipes-wrapper {\n        background-color: #F5E6D3;\n        padding: 120px 50px;\n    }\n    \n    .recipes-container {\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n    \n    .recipes-header {\n        text-align: center;\n        margin-bottom: 4rem;\n    }\n    \n    .section-label {\n        font-size: 12px;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        color: #E07A5F;\n        font-weight: 600;\n        margin-bottom: 1rem;\n        font-family: 'Poppins', sans-serif;\n    }\n    \n    .recipes-header h2 {\n        font-family: 'Merriweather', serif;\n        font-size: 42px;\n        font-weight: 700;\n        color: #4A3728;\n        margin-bottom: 0;\n        letter-spacing: -0.5px;\n    }\n    \n    .recipes-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 1.5rem;\n    }\n    \n    .recipe-card {\n        background: white;\n        border-radius: 12px;\n        overflow: hidden;\n        transition: all 0.3s ease;\n        border: 1px solid rgba(224, 122, 95, 0.1);\n    }\n    \n    .recipe-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);\n    }\n    \n    .recipe-image {\n        width: 100%;\n        height: 200px;\n        object-fit: cover;\n    }\n    \n    .recipe-content {\n        padding: 2rem;\n    }\n    \n    .recipe-content h3 {\n        font-family: 'Merriweather', serif;\n        font-size: 24px;\n        font-weight: 700;\n        color: #4A3728;\n        margin-bottom: 0.8rem;\n    }\n    \n    .recipe-content p {\n        font-family: 'Poppins', sans-serif;\n        font-size: 15px;\n        color: #8B7355;\n        line-height: 1.6;\n        margin: 0;\n    }\n    \n    @media (max-width: 1024px) {\n        .recipes-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .recipes-wrapper {\n            padding: 60px 30px;\n        }\n        \n        .recipes-header h2 {\n            font-size: 28px;\n        }\n        \n        .recipes-grid {\n            grid-template-columns: 1fr;\n            gap: 1.5rem;\n        }\n    }\n<\/style>\n\n<\/head><body><div class=\"recipes-wrapper\">\n    <div class=\"recipes-container\">\n        <div class=\"recipes-header\">\n            <p class=\"section-label\">O E-book Tem<\/p>\n            <h2>As 8 Receitas Que <span style=\"color: #E07A5F;\">Sempre D\u00e3o Certo<\/span><\/h2>\n        <\/div>\n        \n        <div class=\"recipes-grid\">\n            <div class=\"recipe-card\">\n                <img decoding=\"async\" src=\"https:\/\/www.analuizareceitas.com.br\/wp-content\/uploads\/2026\/07\/brawnie.jpg?w=300&amp;h=200&amp;fit=crop\" alt=\"Brownie\" class=\"recipe-image\">\n                <div class=\"recipe-content\">\n                    <h3>Brownie<\/h3>\n                    <p>Chocolate, margarina e a\u00e7\u00facar. Simples demais? Mas funciona.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"recipe-card\">\n                <img decoding=\"async\" src=\"https:\/\/encrypted-tbn0.gstatic.com\/images?q=tbn:ANd9GcTMwapSmL-5vw-0OGB6cwHwt1xF-XrnUR1sLoSNxocNvQ-UAzopIVu62SI&s=10?w=300&amp;h=200&amp;fit=crop\" alt=\"Bolo de Cenoura\" class=\"recipe-image\">\n                <div class=\"recipe-content\">\n                    <h3>Bolo de Cenoura<\/h3>\n                    <p>O cl\u00e1ssico que n\u00e3o falha nunca. Todo mundo pede a receita.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"recipe-card\">\n                <img decoding=\"async\" src=\"https:\/\/www.analuizareceitas.com.br\/wp-content\/uploads\/2026\/07\/Formigueiro.jpg?w=300&amp;h=200&amp;fit=crop\" alt=\"Bolo de Formigueiro\" class=\"recipe-image\">\n                <div class=\"recipe-content\">\n                    <h3>Bolo Formigueiro<\/h3>\n                    <p>Aquele bolo com granulado que fica perfeito toda vez.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"recipe-card\">\n                <img decoding=\"async\" src=\"https:\/\/www.analuizareceitas.com.br\/wp-content\/uploads\/2026\/07\/Velbvet.jpg?w=300&amp;h=200&amp;fit=crop\" alt=\"Red Velvet\" class=\"recipe-image\">\n                <div class=\"recipe-content\">\n                    <h3>Bolo Red Velvet<\/h3>\n                    <p>Vermelho, delicioso e as pessoas acham que voc\u00ea \u00e9 chef.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"recipe-card\">\n                <img decoding=\"async\" src=\"https:\/\/www.analuizareceitas.com.br\/wp-content\/uploads\/2026\/07\/pudim.jpg?w=300&amp;h=200&amp;fit=crop\" alt=\"Pudim\" class=\"recipe-image\">\n                <div class=\"recipe-content\">\n                    <h3>Pudim de Leite<\/h3>\n                    <p>Aquele pudim que brilha bonito e fica meia hora na geladeira.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"recipe-card\">\n                <img decoding=\"async\" src=\"https:\/\/www.analuizareceitas.com.br\/wp-content\/uploads\/2026\/07\/enroladinho-de-salsicha-1.jpg?w=300&amp;h=200&amp;fit=crop\" alt=\"Enroladinho de Salsicha\" class=\"recipe-image\">\n                <div class=\"recipe-content\">\n                    <h3>Enroladinho de Salsicha<\/h3>\n                    <p>Salgado f\u00e1cil que fica dourado e sa\u00eddo de uma padaria.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"recipe-card\">\n                <img decoding=\"async\" src=\"https:\/\/www.analuizareceitas.com.br\/wp-content\/uploads\/2026\/07\/enroladinho-presunto.jpg?w=300&amp;h=200&amp;fit=crop\" alt=\"Enroladinho P&amp;Q\" class=\"recipe-image\">\n                <div class=\"recipe-content\">\n                    <h3>Enroladinho Presunto &amp; Queijo<\/h3>\n                    <p>Queijo derretendo, presunto, catupiry... J\u00e1 sabe n\u00e9.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"recipe-card\">\n                <img decoding=\"async\" src=\"https:\/\/www.analuizareceitas.com.br\/wp-content\/uploads\/2026\/07\/bomba.jpg?w=300&amp;h=200&amp;fit=crop\" alt=\"Bomba de Queijo\" class=\"recipe-image\">\n                <div class=\"recipe-content\">\n                    <h3>Bomba de Queijo e Presunto<\/h3>\n                    <p>Frita, crocante por fora, queijo derretendo por dentro.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a1eef32 e-flex e-con-boxed e-con e-parent\" data-id=\"a1eef32\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-569e856 elementor-widget elementor-widget-html\" data-id=\"569e856\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<html><head><style>\n    .checklist-wrapper {\n        background-color: #FDFBF7;\n        padding: 120px 50px;\n    }\n    \n    .checklist-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: 1.2fr 1fr;\n        gap: 4rem;\n        align-items: center;\n    }\n    \n    .checklist-content h2 {\n        font-family: 'Merriweather', serif;\n        font-size: 42px;\n        font-weight: 700;\n        color: #4A3728;\n        margin-bottom: 2rem;\n        letter-spacing: -0.5px;\n    }\n    \n    .checklist-item {\n        display: flex;\n        gap: 1.5rem;\n        margin-bottom: 2rem;\n        padding-bottom: 2rem;\n        border-bottom: 1px solid rgba(224, 122, 95, 0.1);\n    }\n    \n    .checklist-item:last-child {\n        border-bottom: none;\n        margin-bottom: 0;\n        padding-bottom: 0;\n    }\n    \n    .checklist-number {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 50px;\n        height: 50px;\n        min-width: 50px;\n        background: #F5E6D3;\n        border-radius: 50%;\n        font-size: 24px;\n        font-weight: 700;\n        color: #E07A5F;\n        font-family: 'Merriweather', serif;\n    }\n    \n    .checklist-content-item h3 {\n        font-family: 'Merriweather', serif;\n        font-size: 24px;\n        font-weight: 700;\n        color: #4A3728;\n        margin-bottom: 0.5rem;\n    }\n    \n    .checklist-content-item p {\n        font-family: 'Poppins', sans-serif;\n        font-size: 16px;\n        color: #8B7355;\n        line-height: 1.8;\n        margin: 0;\n    }\n    \n    .btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        gap: 0.8rem;\n        padding: 16px 48px;\n        height: 60px;\n        font-size: 16px;\n        font-weight: 600;\n        font-family: 'Poppins', sans-serif;\n        background-color: #2FBC6B;\n        color: white;\n        border: none;\n        border-radius: 50px;\n        cursor: pointer;\n        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        text-decoration: none;\n        box-shadow: 0 4px 15px rgba(47, 188, 107, 0.3);\n        margin-top: 2rem;\n    }\n    \n    .btn:hover {\n        background-color: #1fa047;\n        transform: translateY(-2px);\n        box-shadow: 0 8px 25px rgba(47, 188, 107, 0.4);\n    }\n    \n    .btn::after {\n        content: '\u2192';\n        font-size: 18px;\n    }\n    \n    .section-label {\n        font-size: 12px;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        color: #E07A5F;\n        font-weight: 600;\n        margin-bottom: 1rem;\n        font-family: 'Poppins', sans-serif;\n    }\n    \n    .checklist-image {\n        width: 100%;\n        height: auto;\n        object-fit: contain;\n        border-radius: 16px;\n    }\n    \n    @media (max-width: 1024px) {\n        .checklist-container {\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .checklist-wrapper {\n            padding: 60px 30px;\n        }\n        \n        .checklist-content h2 {\n            font-size: 28px;\n        }\n    }\n<\/style>\n\n<\/head><body><div class=\"checklist-wrapper\">\n    <div class=\"checklist-container\">\n        <div class=\"checklist-content\">\n            <p class=\"section-label\">Importante Saber<\/p>\n            <h2>Esse E-book \u00e9 Para Voc\u00ea Se...<\/h2>\n            \n            <div class=\"checklist-item\">\n                <div class=\"checklist-number\">\u2713<\/div>\n                <div class=\"checklist-content-item\">\n                    <h3>Quer impressionar comendo bem<\/h3>\n                    <p>Fazer algo delicioso em casa \u00e9 muito melhor que comprar.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"checklist-item\">\n                <div class=\"checklist-number\">\u2713<\/div>\n                <div class=\"checklist-content-item\">\n                    <h3>Tem medo que a receita d\u00ea errado<\/h3>\n                    <p>Essas receitas s\u00e3o simples demais para errar. Confia.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"checklist-item\">\n                <div class=\"checklist-number\">\u2713<\/div>\n                <div class=\"checklist-content-item\">\n                    <h3>Quer receitas sem firulas<\/h3>\n                    <p>Sem ingredientes estranhos. Nada que voc\u00ea n\u00e3o tenha agora.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"checklist-item\">\n                <div class=\"checklist-number\">\u2713<\/div>\n                <div class=\"checklist-content-item\">\n                    <h3>Quer passar tempo com a fam\u00edlia<\/h3>\n                    <p>Cozinhar junto \u00e9 muito melhor do que comer junto.<\/p>\n                <\/div>\n            <\/div>\n            \n            <a href=\"https:\/\/pay.kiwify.com.br\/xdpPJEJ\" class=\"btn\">Quero o E-book<\/a>\n        <\/div>\n        \n        <div>\n            <img decoding=\"async\" src=\"https:\/\/www.analuizareceitas.com.br\/wp-content\/uploads\/2026\/07\/12-de-jul.-de-2026-00_14_47.png?w=400&amp;h=500&amp;fit=crop\" alt=\"Cozinha\" class=\"checklist-image\">\n        <\/div>\n    <\/div>\n<\/div>\n<\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-331bb55 e-flex e-con-boxed e-con e-parent\" data-id=\"331bb55\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa1bdf1 elementor-widget elementor-widget-html\" data-id=\"aa1bdf1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<html><head><style>\n    .price-wrapper {\n        background-color: #F5E6D3;\n        padding: 120px 50px;\n    }\n    \n    .price-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 4rem;\n        align-items: center;\n    }\n    \n    .price-image {\n        max-width: 1200px;\n        border-radius: 16px;\n        box-shadow: 0px 20px 60px rgba(0,0,0,0.15);\n        width: 100%;\n    }\n    \n    .price-content h2 {\n        font-family: 'Merriweather', serif;\n        font-size: 42px;\n        font-weight: 700;\n        color: #4A3728;\n        margin-bottom: 2rem;\n        letter-spacing: -0.5px;\n    }\n    \n    .price-box {\n        background: white;\n        padding: 3rem;\n        border-radius: 16px;\n        border: 1px solid #E8D7C6;\n    }\n    \n    .price-label {\n        font-size: 14px;\n        color: #8B7355;\n        margin-bottom: 1rem;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        font-family: 'Poppins', sans-serif;\n    }\n    \n    .price-old {\n        font-size: 18px;\n        color: #8B7355;\n        text-decoration: line-through;\n        margin-bottom: 0.5rem;\n        font-family: 'Poppins', sans-serif;\n    }\n    \n    .price-current {\n        font-family: 'Merriweather', serif;\n        font-size: 56px;\n        font-weight: 700;\n        color: #E07A5F;\n        margin-bottom: 0.5rem;\n        white-space: nowrap;\n    }\n    \n    .price-installment {\n        font-size: 14px;\n        color: #8B7355;\n        margin-bottom: 2rem;\n        font-family: 'Poppins', sans-serif;\n    }\n    \n    .payment-badge {\n        display: inline-block;\n        background: #F5E6D3;\n        padding: 0.5rem 1rem;\n        border-radius: 20px;\n        font-size: 12px;\n        color: #E07A5F;\n        font-weight: 600;\n        margin-right: 0.5rem;\n        margin-bottom: 1rem;\n        font-family: 'Poppins', sans-serif;\n    }\n    \n    .btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 0.8rem;\n        padding: 16px 48px;\n        height: 60px;\n        font-size: 16px;\n        font-weight: 600;\n        font-family: 'Poppins', sans-serif;\n        background-color: #2FBC6B;\n        color: white;\n        border: none;\n        border-radius: 50px;\n        cursor: pointer;\n        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        text-decoration: none;\n        box-shadow: 0 4px 15px rgba(47, 188, 107, 0.3);\n        width: 100%;\n        margin-bottom: 1rem;\n        white-space: nowrap;\n    }\n    \n    .btn:hover {\n        background-color: #1fa047;\n        transform: translateY(-2px);\n        box-shadow: 0 8px 25px rgba(47, 188, 107, 0.4);\n    }\n    \n    .btn::after {\n        content: '\u2192';\n        font-size: 18px;\n    }\n    \n    .price-info {\n        font-size: 12px;\n        color: #8B7355;\n        text-align: center;\n        font-family: 'Poppins', sans-serif;\n    }\n    \n    @media (max-width: 1024px) {\n        .price-container {\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .price-wrapper {\n            padding: 50px 20px;\n        }\n        \n        .price-container {\n            gap: 1.5rem;\n        }\n        \n        .price-image {\n            max-width: 200px;\n        }\n        \n        .price-content h2 {\n            font-size: 28px;\n            margin-bottom: 1.25rem;\n            text-align: center;\n        }\n        \n        .price-box {\n            padding: 1.75rem 1.5rem;\n        }\n        \n        .price-label {\n            font-size: 12px;\n            margin-bottom: 0.5rem;\n        }\n        \n        .price-old {\n            font-size: 16px;\n        }\n        \n        .price-current {\n            font-size: 42px;\n        }\n        \n        .price-installment {\n            font-size: 13px;\n            margin-bottom: 1.25rem;\n        }\n        \n        .payment-badge {\n            font-size: 11px;\n            padding: 0.4rem 0.8rem;\n            margin-right: 0.3rem;\n            margin-bottom: 0.5rem;\n        }\n        \n        .btn {\n            padding: 14px 20px;\n            height: 54px;\n            font-size: 15px;\n            gap: 0.5rem;\n        }\n    }\n<\/style>\n<\/head><body><div class=\"price-wrapper\">\n    <div class=\"price-container\">\n        <div style=\"display: flex; justify-content: center;\">\n            <img decoding=\"async\" src=\"https:\/\/www.analuizareceitas.com.br\/wp-content\/uploads\/2026\/07\/e-book-receitas-da-Ana-Luiza-rdz.png?w=300&amp;h=400&amp;fit=crop\" alt=\"E-book Cover\" class=\"price-image\">\n        <\/div>\n        \n        <div class=\"price-content\">\n            <h2>Receitas Que <span style=\"color: #E07A5F;\">Funcionam<\/span><\/h2>\n            \n            <div class=\"price-box\">\n                <div class=\"price-label\">Investimento<\/div>\n                <div class=\"price-old\">De: R$ 47,00<\/div>\n                <div class=\"price-current\">R$ 9,90<\/div>\n                <div class=\"price-installment\">(ou 2x de R$ 5,21)<\/div>\n                \n                <div style=\"margin: 1.5rem 0;\">\n                    <span class=\"payment-badge\">\ud83d\udcb3 Cart\u00e3o<\/span>\n                    <span class=\"payment-badge\">\ud83d\udcf1 Pix<\/span>\n                    <span class=\"payment-badge\">\ud83d\udcc4 Boleto<\/span>\n                <\/div>\n                \n                <a href=\"https:\/\/pay.kiwify.com.br\/xdpPJEJ\" class=\"btn\">Quero o E-book<\/a>\n                <p class=\"price-info\">Acesso imediato \u2022 Sem cobran\u00e7as recorrentes \u2022 07 dias satisfa\u00e7\u00e3o<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-95aaa23 e-flex e-con-boxed e-con e-parent\" data-id=\"95aaa23\" data-element_type=\"container\" data-e-type=\"container\" id=\"depoimentos\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a2034d elementor-widget elementor-widget-html\" data-id=\"2a2034d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<html><head><style>\n    .testimonials-wrapper {\n        background-color: #FDFBF7;\n        padding: 120px 50px;\n    }\n    \n    .testimonials-container {\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n    \n    .testimonials-header {\n        text-align: center;\n        margin-bottom: 3rem;\n    }\n    \n    .testimonials-header h2 {\n        font-family: 'Merriweather', serif;\n        font-size: 42px;\n        font-weight: 700;\n        color: #4A3728;\n        margin: 0;\n        letter-spacing: -0.5px;\n    }\n    \n    .testimonials-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 2rem;\n    }\n    \n    .testimonial {\n        background: white;\n        padding: 2rem;\n        border-radius: 12px;\n        border-left: 4px solid #E07A5F;\n    }\n    \n    .testimonial p {\n        margin-bottom: 1rem;\n        font-style: italic;\n        color: #4A3728;\n        font-family: 'Poppins', sans-serif;\n        font-size: 16px;\n        line-height: 1.8;\n    }\n    \n    .testimonial-author {\n        font-weight: 600;\n        color: #E07A5F;\n        font-size: 14px;\n        font-family: 'Poppins', sans-serif;\n    }\n    \n    @media (max-width: 1024px) {\n        .testimonials-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .testimonials-wrapper {\n            padding: 60px 30px;\n        }\n        \n        .testimonials-header h2 {\n            font-size: 28px;\n        }\n    }\n<\/style>\n\n<\/head><body><div class=\"testimonials-wrapper\">\n    <div class=\"testimonials-container\">\n        <div class=\"testimonials-header\">\n            <h2>Quem J\u00e1 Comprou <span style=\"color: #E07A5F;\">Amou<\/span><\/h2>\n        <\/div>\n        \n        <div class=\"testimonials-grid\">\n            <div class=\"testimonial\">\n                <p>\"Fiz o brownie no fim de semana e ficou exatamente como as receitas descrevem. T\u00e1 sendo meu preferido agora.\"<\/p>\n                <div class=\"testimonial-author\">\u2014 Marina, 28 anos<\/div>\n            <\/div>\n            \n            <div class=\"testimonial\">\n                <p>\"As receitas t\u00eam tudo que \u00e9 f\u00e1cil e r\u00e1pido. N\u00e3o perco mais tempo procurando. T\u00e1 tudo l\u00e1.\"<\/p>\n                <div class=\"testimonial-author\">\u2014 Paula, 31 anos<\/div>\n            <\/div>\n            \n            <div class=\"testimonial\">\n                <p>\"Meu filho pediu para fazer junto. Achei que ia ser complicado, mas foi super tranquilo.\"<\/p>\n                <div class=\"testimonial-author\">\u2014 Juliana, 35 anos<\/div>\n            <\/div>\n            \n            <div class=\"testimonial\">\n                <p>\"J\u00e1 pedi a receita do bolo de cenoura umas 10 vezes. Agora mando o e-book e tchau.\"<\/p>\n                <div class=\"testimonial-author\">\u2014 Fernanda, 42 anos<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n<\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-172ffdb e-flex e-con-boxed e-con e-parent\" data-id=\"172ffdb\" data-element_type=\"container\" data-e-type=\"container\" id=\"faq\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61c2549 elementor-widget elementor-widget-html\" data-id=\"61c2549\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .faq-wrapper {\n        background-color: #F5E6D3;\n        padding: 120px 50px;\n    }\n    \n    .faq-container {\n        max-width: 700px;\n        margin: 0 auto;\n    }\n    \n    .faq-header {\n        text-align: center;\n        margin-bottom: 3rem;\n    }\n    \n    .faq-header h2 {\n        font-family: 'Merriweather', serif;\n        font-size: 42px;\n        font-weight: 700;\n        color: #4A3728;\n        margin: 0;\n        letter-spacing: -0.5px;\n    }\n    \n    .faq-item {\n        margin-bottom: 1.5rem;\n        border-bottom: 1px solid #E8D7C6;\n        padding-bottom: 1.5rem;\n    }\n    \n    .faq-item:last-child {\n        border-bottom: none;\n    }\n    \n    .faq-question {\n        font-size: 16px;\n        font-weight: 600;\n        color: #4A3728;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        gap: 1rem;\n        font-family: 'Poppins', sans-serif;\n        user-select: none;\n        transition: color 0.3s ease;\n    }\n    \n    .faq-question:hover {\n        color: #E07A5F;\n    }\n    \n    .faq-toggle {\n        font-size: 24px;\n        color: #E07A5F;\n        transition: transform 0.3s ease;\n        flex-shrink: 0;\n        line-height: 1;\n    }\n    \n    .faq-question.active .faq-toggle {\n        transform: rotate(45deg);\n    }\n    \n    .faq-answer {\n        max-height: 0;\n        overflow: hidden;\n        color: #8B7355;\n        line-height: 1.8;\n        font-family: 'Poppins', sans-serif;\n        font-size: 15px;\n        transition: max-height 0.4s ease, margin-top 0.3s ease;\n    }\n    \n    .faq-answer.active {\n        max-height: 500px;\n        margin-top: 1rem;\n    }\n    \n    @media (max-width: 768px) {\n        .faq-wrapper {\n            padding: 60px 25px;\n        }\n        \n        .faq-header h2 {\n            font-size: 28px;\n        }\n        \n        .faq-header {\n            margin-bottom: 2rem;\n        }\n        \n        .faq-question {\n            font-size: 15px;\n        }\n        \n        .faq-answer {\n            font-size: 14px;\n        }\n    }\n<\/style>\n\n<div class=\"faq-wrapper\">\n    <div class=\"faq-container\">\n        <div class=\"faq-header\">\n            <h2>D\u00favidas <span style=\"color: #E07A5F;\">Frequentes<\/span><\/h2>\n        <\/div>\n        \n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"this.classList.toggle('active'); this.nextElementSibling.classList.toggle('active');\">\n                <span>Como eu vou receber o e-book?<\/span>\n                <span class=\"faq-toggle\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">Assim que sua compra for confirmada, voc\u00ea recebe por email o link para baixar o PDF. Pode abrir no celular, tablet ou computador, e continua funcionando mesmo sem internet depois de baixado.<\/div>\n        <\/div>\n        \n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"this.classList.toggle('active'); this.nextElementSibling.classList.toggle('active');\">\n                <span>Quantas receitas v\u00eam no e-book?<\/span>\n                <span class=\"faq-toggle\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">S\u00e3o 8 receitas testadas e aprovadas pela Ana Luiza: 5 doces (brownie, bolo de cenoura, bolo de formigueiro, bolo red velvet e pudim) e 3 salgados (enroladinho de salsicha, enroladinho de presunto e queijo e bomba de presunto e queijo).<\/div>\n        <\/div>\n        \n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"this.classList.toggle('active'); this.nextElementSibling.classList.toggle('active');\">\n                <span>Preciso de experi\u00eancia na cozinha?<\/span>\n                <span class=\"faq-toggle\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">N\u00e3o. As receitas foram criadas pela Ana Luiza, que tem 14 anos e cozinha em casa. Todas seguem passo a passo simples, sem termos t\u00e9cnicos e sem etapas complicadas. Se voc\u00ea sabe ligar o forno e mexer com um fu\u00ea, consegue fazer.<\/div>\n        <\/div>\n        \n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"this.classList.toggle('active'); this.nextElementSibling.classList.toggle('active');\">\n                <span>Os ingredientes s\u00e3o caros ou dif\u00edceis de achar?<\/span>\n                <span class=\"faq-toggle\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">Nada disso. S\u00e3o ingredientes que voc\u00ea j\u00e1 tem em casa ou compra em qualquer supermercado: ovos, farinha, leite, a\u00e7\u00facar, chocolate em p\u00f3, fermento, presunto, queijo e salsicha. Nada importado, nada raro.<\/div>\n        <\/div>\n        \n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"this.classList.toggle('active'); this.nextElementSibling.classList.toggle('active');\">\n                <span>Quanto tempo leva para fazer as receitas?<\/span>\n                <span class=\"faq-toggle\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">Depende da receita. As mais r\u00e1pidas ficam prontas em cerca de 20 minutos, como a bomba de presunto e queijo. Os bolos levam entre 40 e 55 minutos no total. O pudim \u00e9 o mais demorado, com 1h30 no banho-maria. Tem op\u00e7\u00e3o para todo tipo de pressa.<\/div>\n        <\/div>\n        \n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"this.classList.toggle('active'); this.nextElementSibling.classList.toggle('active');\">\n                <span>Preciso de algum equipamento especial?<\/span>\n                <span class=\"faq-toggle\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">S\u00f3 o b\u00e1sico de qualquer cozinha: forno, liquidificador, formas e utens\u00edlios comuns (vasilha, fu\u00ea ou colher, panela). N\u00e3o precisa de batedeira profissional, air fryer nem nada espec\u00edfico.<\/div>\n        <\/div>\n        \n        <div class=\"faq-item\">\n            <div class=\"faq-question\" onclick=\"this.classList.toggle('active'); this.nextElementSibling.classList.toggle('active');\">\n                <span>E se eu n\u00e3o gostar?<\/span>\n                <span class=\"faq-toggle\">+<\/span>\n            <\/div>\n            <div class=\"faq-answer\">Voc\u00ea tem 7 dias de garantia incondicional. Se por qualquer motivo o e-book n\u00e3o for o que voc\u00ea esperava, \u00e9 s\u00f3 me chamar e o valor volta 100% para voc\u00ea. Sem burocracia e sem precisar justificar.<\/div>\n        <\/div>\n    <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9ac596b e-flex e-con-boxed e-con e-parent\" data-id=\"9ac596b\" data-element_type=\"container\" data-e-type=\"container\" id=\"#comprar\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b7c4cd6 elementor-widget elementor-widget-html\" data-id=\"b7c4cd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<html><head><style>\n    .cta-wrapper {\n        background-color: #FDFBF7;\n        padding: 120px 50px;\n        text-align: center;\n    }\n    \n    .cta-container {\n        max-width: 800px;\n        margin: 0 auto;\n    }\n    \n    .cta-container h2 {\n        font-family: 'Merriweather', serif;\n        font-size: 42px;\n        font-weight: 700;\n        color: #4A3728;\n        margin-bottom: 1.5rem;\n        letter-spacing: -0.5px;\n    }\n    \n    .cta-subtitle {\n        font-family: 'Poppins', sans-serif;\n        font-size: 18px;\n        color: #8B7355;\n        line-height: 1.8;\n        margin-bottom: 2rem;\n    }\n    \n    .cta-buttons {\n        display: flex;\n        gap: 1rem;\n        justify-content: center;\n        flex-wrap: wrap;\n        margin-bottom: 1.5rem;\n    }\n    \n    .btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        gap: 0.8rem;\n        padding: 16px 48px;\n        height: 60px;\n        font-size: 16px;\n        font-weight: 600;\n        font-family: 'Poppins', sans-serif;\n        background-color: #2FBC6B;\n        color: white;\n        border: none;\n        border-radius: 50px;\n        cursor: pointer;\n        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        text-decoration: none;\n        box-shadow: 0 4px 15px rgba(47, 188, 107, 0.3);\n    }\n    \n    .btn:hover {\n        background-color: #1fa047;\n        transform: translateY(-2px);\n        box-shadow: 0 8px 25px rgba(47, 188, 107, 0.4);\n    }\n    \n    .btn::after {\n        content: '\u2192';\n        font-size: 18px;\n    }\n    \n    .btn-secondary {\n        background-color: transparent;\n        color: #E07A5F;\n        border: 2px solid #E07A5F;\n        box-shadow: none;\n    }\n    \n    .btn-secondary:hover {\n        background-color: #F5E6D3;\n        color: #E07A5F;\n    }\n    \n    .btn-secondary::after {\n        content: '';\n    }\n    \n    .cta-info {\n        font-size: 12px;\n        margin-top: 1.5rem;\n        color: #8B7355;\n        font-family: 'Poppins', sans-serif;\n    }\n    \n    @media (max-width: 768px) {\n        .cta-wrapper {\n            padding: 60px 30px;\n        }\n        \n        .cta-container h2 {\n            font-size: 28px;\n        }\n        \n        .cta-buttons {\n            flex-direction: column;\n        }\n        \n        .btn, .btn-secondary {\n            width: 100%;\n        }\n    }\n<\/style>\n\n<\/head><body><div class=\"cta-wrapper\">\n    <div class=\"cta-container\">\n        <h2>Pronto Para <span style=\"color: #E07A5F;\">Cozinhar?<\/span><\/h2>\n        <p class=\"cta-subtitle\">Essas 8 receitas est\u00e3o esperando por voc\u00ea. Acesso imediato. Sem esperar. Sem complica\u00e7\u00e3o.<\/p>\n        \n        <div class=\"cta-buttons\">\n            <a href=\"https:\/\/pay.kiwify.com.br\/xdpPJEJ\" class=\"btn\">Quero o E-book<\/a>\n          \n        <\/div>\n        \n        <p class=\"cta-info\">\ud83d\udee1\ufe0f Garantia de 07 dias \u2022 R$ 9,90 \u2022 Acesso vital\u00edcio<\/p>\n    <\/div>\n<\/div>\n<\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-31dc6d8 e-flex e-con-boxed e-con e-parent\" data-id=\"31dc6d8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-822223f elementor-widget elementor-widget-html\" data-id=\"822223f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<html><head><style>\n    .footer-wrapper {\n        background-color: #4A3728;\n        color: white;\n        padding: 4rem 50px;\n        text-align: center;\n    }\n    \n    .footer-container {\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n    \n    .footer-title {\n        font-family: 'Merriweather', serif;\n        font-size: 24px;\n        font-weight: 700;\n        color: white;\n        margin-bottom: 0.5rem;\n    }\n    \n    .footer-description {\n        color: rgba(255, 255, 255, 0.8);\n        font-family: 'Poppins', sans-serif;\n        font-size: 16px;\n        margin-bottom: 2rem;\n    }\n    \n    .social-icons {\n        display: flex;\n        justify-content: center;\n        gap: 1.5rem;\n        margin-top: 2rem;\n        margin-bottom: 2rem;\n    }\n    \n    .social-icons a {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        width: 44px;\n        height: 44px;\n        background: rgba(255, 255, 255, 0.1);\n        border-radius: 50%;\n        color: white;\n        transition: 0.3s ease;\n        text-decoration: none;\n        font-size: 18px;\n    }\n    \n    .social-icons a:hover {\n        background: #E07A5F;\n    }\n    \n    .divider {\n        height: 1px;\n        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n        margin: 2rem 0;\n    }\n    \n    .footer-links {\n        font-size: 14px;\n        color: rgba(255, 255, 255, 0.8);\n        font-family: 'Poppins', sans-serif;\n    }\n    \n    .footer-links a {\n        color: white;\n        text-decoration: none;\n        transition: 0.3s ease;\n    }\n    \n    .footer-links a:hover {\n        color: #E07A5F;\n    }\n    \n    .decoration-dot {\n        display: inline-block;\n        width: 12px;\n        height: 12px;\n        border-radius: 50%;\n        background: #E07A5F;\n        margin: 0 0.5rem;\n        opacity: 0.5;\n    }\n    \n    @media (max-width: 768px) {\n        .footer-wrapper {\n            padding: 3rem 30px;\n        }\n    }\n<\/style>\n\n<\/head><body><div class=\"footer-wrapper\">\n    <div class=\"footer-container\">\n        <h3 class=\"footer-title\">Receitas Que Funcionam<\/h3>\n        <p class=\"footer-description\">As 8 receitas que eu fiz mil vezes e que sempre d\u00e3o certo.<\/p>\n        \n        <div class=\"social-icons\">\n            <a href=\"https:\/\/instagram.com\/\" title=\"Instagram\">\ud83d\udcf1<\/a>\n            <a href=\"https:\/\/wa.me\/\" title=\"WhatsApp\">\ud83d\udcac<\/a>\n            <a href=\"mailto:seu-email@email.com\" title=\"Email\">\u2709\ufe0f<\/a>\n        <\/div>\n        \n        <div class=\"divider\"><\/div>\n        \n        <div class=\"footer-links\">\n            \u00a9 2024 \u2022 Receitas de Ana Luiza \n            <span class=\"decoration-dot\"><\/span> \n            <a href=\"#\">Pol\u00edtica de Privacidade<\/a> \n            <span class=\"decoration-dot\"><\/span> \n            <a href=\"#\">Termos de Uso<\/a>\n        <\/div>\n    <\/div>\n<\/div>\n<\/body><\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home Receitas FAQ Depoimentos Comprar Receitas Simples Que Voc\u00ea J\u00e1 Tem Tudo em Casa 8 receitas que eu fiz mil vezes e que sempre d\u00e3o certo. Sem ingrediente estranho. Sem t\u00e9cnica chata. S\u00f3 receitas boas que funcionam. Quero o E-book Acesso imediato \u2022 Garantia de 7 dias O E-book Tem As 8 Receitas Que Sempre [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.analuizareceitas.com.br\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.analuizareceitas.com.br\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.analuizareceitas.com.br\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.analuizareceitas.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.analuizareceitas.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":82,"href":"https:\/\/www.analuizareceitas.com.br\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":116,"href":"https:\/\/www.analuizareceitas.com.br\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/116"}],"wp:attachment":[{"href":"https:\/\/www.analuizareceitas.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}