{"id":34,"date":"2025-11-20T14:00:31","date_gmt":"2025-11-20T14:00:31","guid":{"rendered":"https:\/\/agentdeck.agency\/?page_id=34"},"modified":"2025-11-20T14:00:31","modified_gmt":"2025-11-20T14:00:31","slug":"rescue-service","status":"publish","type":"page","link":"https:\/\/agentdeck.agency\/index.php\/rescue-service\/","title":{"rendered":"Rescue Service"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Thanksgiving Rescue Service &#8211; Culinary Masters<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #d35400 0%, #e67e22 50%, #f39c12 100%);\n            color: white;\n            padding: 100px 20px 80px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hero::before {\n            content: '\ud83e\udd83';\n            position: absolute;\n            font-size: 200px;\n            opacity: 0.1;\n            top: -50px;\n            right: 10%;\n            animation: float 6s ease-in-out infinite;\n        }\n        \n        .hero::after {\n            content: '\ud83c\udf42';\n            position: absolute;\n            font-size: 150px;\n            opacity: 0.1;\n            bottom: -30px;\n            left: 5%;\n            animation: float 8s ease-in-out infinite;\n        }\n        \n        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-20px); }\n        }\n        \n        .hero-content {\n            max-width: 900px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .urgent-badge {\n            display: inline-block;\n            background-color: #c0392b;\n            color: white;\n            padding: 8px 20px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 0.9em;\n            margin-bottom: 20px;\n            animation: pulse 2s ease-in-out infinite;\n        }\n        \n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n        \n        .hero h1 {\n            font-size: 3.5em;\n            font-weight: 800;\n            margin-bottom: 20px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);\n        }\n        \n        .hero .subtitle {\n            font-size: 1.5em;\n            margin-bottom: 30px;\n            opacity: 0.95;\n        }\n        \n        .hero-cta {\n            display: inline-block;\n            background-color: #c0392b;\n            color: white;\n            padding: 20px 50px;\n            font-size: 1.3em;\n            font-weight: 700;\n            text-decoration: none;\n            border-radius: 50px;\n            margin-top: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.3);\n        }\n        \n        .hero-cta:hover {\n            background-color: #a93226;\n            transform: translateY(-3px);\n            box-shadow: 0 12px 35px rgba(0,0,0,0.4);\n        }\n        \n        \/* Problem Section *\/\n        .problem-section {\n            background: linear-gradient(to bottom, #fff, #fef5e7);\n            padding: 80px 20px;\n            text-align: center;\n        }\n        \n        .problem-section h2 {\n            font-size: 2.5em;\n            color: #d35400;\n            margin-bottom: 40px;\n        }\n        \n        .problem-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .problem-card {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .problem-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .problem-icon {\n            font-size: 3em;\n            margin-bottom: 15px;\n        }\n        \n        .problem-card h3 {\n            color: #c0392b;\n            font-size: 1.3em;\n            margin-bottom: 10px;\n        }\n        \n        .problem-card p {\n            color: #666;\n        }\n        \n        \/* Solution Section *\/\n        .solution-section {\n            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);\n            color: white;\n            padding: 80px 20px;\n            text-align: center;\n        }\n        \n        .solution-section h2 {\n            font-size: 2.8em;\n            margin-bottom: 20px;\n        }\n        \n        .solution-section .intro {\n            font-size: 1.3em;\n            max-width: 800px;\n            margin: 0 auto 50px;\n            opacity: 0.95;\n        }\n        \n        \/* How It Works *\/\n        .how-it-works {\n            background: white;\n            padding: 80px 20px;\n        }\n        \n        .how-it-works h2 {\n            font-size: 2.5em;\n            color: #d35400;\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .steps-container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .step {\n            display: flex;\n            align-items: center;\n            margin-bottom: 50px;\n            gap: 40px;\n        }\n        \n        .step:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        \n        .step-number {\n            flex-shrink: 0;\n            width: 80px;\n            height: 80px;\n            background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2em;\n            font-weight: 700;\n            box-shadow: 0 5px 20px rgba(230, 126, 34, 0.4);\n        }\n        \n        .step-content {\n            flex: 1;\n        }\n        \n        .step-content h3 {\n            color: #d35400;\n            font-size: 1.8em;\n            margin-bottom: 15px;\n        }\n        \n        .step-content p {\n            color: #666;\n            font-size: 1.1em;\n            line-height: 1.8;\n        }\n        \n        \/* Services Included *\/\n        .services-section {\n            background: linear-gradient(to bottom, #fef5e7, #fff);\n            padding: 80px 20px;\n        }\n        \n        .services-section h2 {\n            font-size: 2.5em;\n            color: #d35400;\n            text-align: center;\n            margin-bottom: 50px;\n        }\n        \n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .service-card {\n            background: white;\n            padding: 35px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            border-top: 5px solid #e67e22;\n            transition: all 0.3s ease;\n        }\n        \n        .service-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 10px 30px rgba(230, 126, 34, 0.2);\n        }\n        \n        .service-icon {\n            font-size: 2.5em;\n            margin-bottom: 15px;\n            display: block;\n        }\n        \n        .service-card h3 {\n            color: #2c3e50;\n            font-size: 1.4em;\n            margin-bottom: 15px;\n        }\n        \n        .service-card p {\n            color: #666;\n            line-height: 1.7;\n        }\n        \n        \/* Pricing Section *\/\n        .pricing-section {\n            background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);\n            color: white;\n            padding: 80px 20px;\n            text-align: center;\n        }\n        \n        .pricing-section h2 {\n            font-size: 2.8em;\n            margin-bottom: 50px;\n        }\n        \n        .pricing-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .pricing-card {\n            background: white;\n            color: #333;\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.3);\n            transition: transform 0.3s ease;\n        }\n        \n        .pricing-card:hover {\n            transform: scale(1.05);\n        }\n        \n        .pricing-card.featured {\n            border: 5px solid #c0392b;\n            transform: scale(1.05);\n        }\n        \n        .pricing-badge {\n            background: #c0392b;\n            color: white;\n            padding: 8px 20px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 0.9em;\n            display: inline-block;\n            margin-bottom: 20px;\n        }\n        \n        .pricing-card h3 {\n            color: #d35400;\n            font-size: 2em;\n            margin-bottom: 15px;\n        }\n        \n        .price {\n            font-size: 3em;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .price-period {\n            color: #7f8c8d;\n            font-size: 1em;\n            margin-bottom: 30px;\n        }\n        \n        .features-list {\n            list-style: none;\n            margin-bottom: 30px;\n            text-align: left;\n        }\n        \n        .features-list li {\n            padding: 12px 0;\n            border-bottom: 1px solid #ecf0f1;\n            color: #555;\n        }\n        \n        .features-list li:before {\n            content: '\u2713';\n            color: #27ae60;\n            font-weight: 700;\n            margin-right: 10px;\n        }\n        \n        .pricing-cta {\n            display: inline-block;\n            background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);\n            color: white;\n            padding: 15px 40px;\n            font-size: 1.2em;\n            font-weight: 700;\n            text-decoration: none;\n            border-radius: 50px;\n            transition: all 0.3s ease;\n        }\n        \n        .pricing-cta:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.2);\n        }\n        \n        \/* Testimonials *\/\n        .testimonials-section {\n            background: #fff;\n            padding: 80px 20px;\n        }\n        \n        .testimonials-section h2 {\n            font-size: 2.5em;\n            color: #d35400;\n            text-align: center;\n            margin-bottom: 50px;\n        }\n        \n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .testimonial-card {\n            background: linear-gradient(to bottom, #fef5e7, white);\n            padding: 35px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            position: relative;\n        }\n        \n        .quote-icon {\n            font-size: 3em;\n            color: #e67e22;\n            opacity: 0.3;\n            position: absolute;\n            top: 20px;\n            left: 20px;\n        }\n        \n        .testimonial-content {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .testimonial-text {\n            font-style: italic;\n            color: #555;\n            margin-bottom: 20px;\n            line-height: 1.8;\n        }\n        \n        .testimonial-author {\n            font-weight: 700;\n            color: #2c3e50;\n        }\n        \n        .testimonial-location {\n            color: #7f8c8d;\n            font-size: 0.9em;\n        }\n        \n        \/* Guarantee Section *\/\n        .guarantee-section {\n            background: linear-gradient(135deg, #27ae60 0%, #229954 100%);\n            color: white;\n            padding: 60px 20px;\n            text-align: center;\n        }\n        \n        .guarantee-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .guarantee-badge {\n            font-size: 4em;\n            margin-bottom: 20px;\n        }\n        \n        .guarantee-section h2 {\n            font-size: 2.3em;\n            margin-bottom: 20px;\n        }\n        \n        .guarantee-section p {\n            font-size: 1.2em;\n            line-height: 1.8;\n        }\n        \n        \/* Final CTA *\/\n        .final-cta {\n            background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);\n            color: white;\n            padding: 80px 20px;\n            text-align: center;\n        }\n        \n        .final-cta h2 {\n            font-size: 3em;\n            margin-bottom: 20px;\n        }\n        \n        .final-cta p {\n            font-size: 1.3em;\n            margin-bottom: 40px;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n        \n        .countdown {\n            background: rgba(0,0,0,0.3);\n            padding: 30px;\n            border-radius: 15px;\n            max-width: 600px;\n            margin: 0 auto 40px;\n        }\n        \n        .countdown-text {\n            font-size: 1.2em;\n            margin-bottom: 15px;\n        }\n        \n        .countdown-timer {\n            font-size: 2.5em;\n            font-weight: 700;\n        }\n        \n        .final-cta-button {\n            display: inline-block;\n            background-color: white;\n            color: #c0392b;\n            padding: 25px 60px;\n            font-size: 1.5em;\n            font-weight: 700;\n            text-decoration: none;\n            border-radius: 50px;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.3);\n        }\n        \n        .final-cta-button:hover {\n            transform: scale(1.05);\n            box-shadow: 0 12px 40px rgba(0,0,0,0.4);\n        }\n        \n        \/* FAQ Section *\/\n        .faq-section {\n            background: #fff;\n            padding: 80px 20px;\n        }\n        \n        .faq-section h2 {\n            font-size: 2.5em;\n            color: #d35400;\n            text-align: center;\n            margin-bottom: 50px;\n        }\n        \n        .faq-container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n        \n        .faq-item {\n            background: #fef5e7;\n            padding: 25px;\n            margin-bottom: 20px;\n            border-radius: 10px;\n            border-left: 5px solid #e67e22;\n        }\n        \n        .faq-question {\n            font-size: 1.3em;\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 15px;\n        }\n        \n        .faq-answer {\n            color: #555;\n            line-height: 1.8;\n        }\n        \n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.2em;\n            }\n            \n            .hero .subtitle {\n                font-size: 1.2em;\n            }\n            \n            .hero-cta {\n                padding: 15px 35px;\n                font-size: 1.1em;\n            }\n            \n            .step {\n                flex-direction: column !important;\n                text-align: center;\n            }\n            \n            .step-number {\n                margin: 0 auto;\n            }\n            \n            .pricing-card.featured {\n                transform: scale(1);\n            }\n            \n            .price {\n                font-size: 2.5em;\n            }\n            \n            h2 {\n                font-size: 2em !important;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <div class=\"hero\">\n        <div class=\"hero-content\">\n            <div class=\"urgent-badge\">\ud83d\udea8 LIMITED TIME OFFER<\/div>\n            <h1>Thanksgiving Rescue Service<\/h1>\n            <p class=\"subtitle\">Don&#8217;t Let Turkey Day Turn Into a Disaster! Expert Help is Just a Call Away<\/p>\n            <a href=\"#pricing\" class=\"hero-cta\">Save My Thanksgiving \u2192<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Problem Section -->\n    <div class=\"problem-section\">\n        <h2>Does This Sound Like You?<\/h2>\n        <div class=\"problem-grid\">\n            <div class=\"problem-card\">\n                <div class=\"problem-icon\">\ud83d\ude30<\/div>\n                <h3>First Time Hosting<\/h3>\n                <p>You&#8217;ve been assigned Thanksgiving dinner and you&#8217;re panicking about cooking for 15+ people<\/p>\n            <\/div>\n            <div class=\"problem-card\">\n                <div class=\"problem-icon\">\ud83e\udd83<\/div>\n                <h3>Turkey Terror<\/h3>\n                <p>You&#8217;ve never cooked a turkey before and you&#8217;re afraid it&#8217;ll turn out dry, undercooked, or burnt<\/p>\n            <\/div>\n            <div class=\"problem-card\">\n                <div class=\"problem-icon\">\u23f0<\/div>\n                <h3>Timing Nightmare<\/h3>\n                <p>You have no idea how to get everything ready at the same time without chaos<\/p>\n            <\/div>\n            <div class=\"problem-card\">\n                <div class=\"problem-icon\">\ud83d\udd25<\/div>\n                <h3>Kitchen Disasters<\/h3>\n                <p>Something always goes wrong and you need backup when things start burning<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Solution Section -->\n    <div class=\"solution-section\">\n        <h2>We&#8217;ve Got Your Back!<\/h2>\n        <p class=\"intro\">Our expert chefs are standing by to guide you through every step of your Thanksgiving meal. Whether it&#8217;s 6 AM prep questions or last-minute gravy emergencies, we&#8217;re here to make sure your holiday is perfect.<\/p>\n    <\/div>\n\n    <!-- How It Works -->\n    <div class=\"how-it-works\">\n        <h2>How It Works<\/h2>\n        <div class=\"steps-container\">\n            <div class=\"step\">\n                <div class=\"step-number\">1<\/div>\n                <div class=\"step-content\">\n                    <h3>Choose Your Package<\/h3>\n                    <p>Select the level of support that matches your needs &#8211; from quick consultation to full-day chef support<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"step\">\n                <div class=\"step-number\">2<\/div>\n                <div class=\"step-content\">\n                    <h3>Get Your Game Plan<\/h3>\n                    <p>Receive a personalized cooking timeline, shopping list, and prep schedule tailored to your menu and guest count<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"step\">\n                <div class=\"step-number\">3<\/div>\n                <div class=\"step-content\">\n                    <h3>Cook With Confidence<\/h3>\n                    <p>Connect with our expert chefs via video call, phone, or text whenever you need guidance throughout the day<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"step\">\n                <div class=\"step-number\">4<\/div>\n                <div class=\"step-content\">\n                    <h3>Impress Your Guests<\/h3>\n                    <p>Serve a restaurant-quality Thanksgiving dinner and receive all the compliments without the stress<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Services Included -->\n    <div class=\"services-section\">\n        <h2>What&#8217;s Included<\/h2>\n        <div class=\"services-grid\">\n            <div class=\"service-card\">\n                <span class=\"service-icon\">\ud83d\udccb<\/span>\n                <h3>Custom Meal Planning<\/h3>\n                <p>Personalized menu design based on your guest count, dietary restrictions, and skill level<\/p>\n            <\/div>\n            <div class=\"service-card\">\n                <span class=\"service-icon\">\ud83d\uded2<\/span>\n                <h3>Shopping Lists<\/h3>\n                <p>Detailed ingredient lists with quantities and brand recommendations to eliminate guesswork<\/p>\n            <\/div>\n            <div class=\"service-card\">\n                <span class=\"service-icon\">\u23f2\ufe0f<\/span>\n                <h3>Timing Schedules<\/h3>\n                <p>Minute-by-minute cooking timeline so everything is hot and ready at the same time<\/p>\n            <\/div>\n            <div class=\"service-card\">\n                <span class=\"service-icon\">\ud83d\udcf1<\/span>\n                <h3>Live Chef Support<\/h3>\n                <p>Direct access to professional chefs via video call, phone, or text throughout the day<\/p>\n            <\/div>\n            <div class=\"service-card\">\n                <span class=\"service-icon\">\ud83c\udfa5<\/span>\n                <h3>Video Tutorials<\/h3>\n                <p>Step-by-step video guides for tricky techniques like carving turkey and making gravy<\/p>\n            <\/div>\n            <div class=\"service-card\">\n                <span class=\"service-icon\">\ud83c\udd98<\/span>\n                <h3>Emergency Fixes<\/h3>\n                <p>Expert solutions for common disasters: burnt dishes, broken sauces, undercooked birds<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Pricing Section -->\n    <div class=\"pricing-section\" id=\"pricing\">\n        <h2>Choose Your Rescue Package<\/h2>\n        <div class=\"pricing-cards\">\n            <div class=\"pricing-card\">\n                <h3>Basic Rescue<\/h3>\n                <div class=\"price\">$99<\/div>\n                <div class=\"price-period\">One-time payment<\/div>\n                <ul class=\"features-list\">\n                    <li>Pre-Thanksgiving consultation call<\/li>\n                    <li>Custom menu planning<\/li>\n                    <li>Shopping list &#038; timeline<\/li>\n                    <li>2 hours of text\/email support on Thanksgiving Day<\/li>\n                    <li>Recipe packet with pro tips<\/li>\n                    <li>Access to video library<\/li>\n                <\/ul>\n                <a href=\"#\" class=\"pricing-cta\">Get Started<\/a>\n            <\/div>\n            \n            <div class=\"pricing-card featured\">\n                <div class=\"pricing-badge\">MOST POPULAR<\/div>\n                <h3>Full Day Support<\/h3>\n                <div class=\"price\">$249<\/div>\n                <div class=\"price-period\">One-time payment<\/div>\n                <ul class=\"features-list\">\n                    <li>Everything in Basic Rescue<\/li>\n                    <li>Full-day chef support (6 AM &#8211; 6 PM)<\/li>\n                    <li>Unlimited video calls<\/li>\n                    <li>Real-time cooking guidance<\/li>\n                    <li>Emergency troubleshooting<\/li>\n                    <li>Day-before prep consultation<\/li>\n                    <li>Priority chef response<\/li>\n                <\/ul>\n                <a href=\"#\" class=\"pricing-cta\">Save My Day<\/a>\n            <\/div>\n            \n            <div class=\"pricing-card\">\n                <h3>VIP Experience<\/h3>\n                <div class=\"price\">$499<\/div>\n                <div class=\"price-period\">One-time payment<\/div>\n                <ul class=\"features-list\">\n                    <li>Everything in Full Day Support<\/li>\n                    <li>Dedicated personal chef<\/li>\n                    <li>Week-before planning session<\/li>\n                    <li>Advanced prep day support<\/li>\n                    <li>Kitchen equipment recommendations<\/li>\n                    <li>Post-Thanksgiving debrief<\/li>\n                    <li>Leftover transformation recipes<\/li>\n                    <li>24\/7 support Wed-Friday<\/li>\n                <\/ul>\n                <a href=\"#\" class=\"pricing-cta\">Go VIP<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Testimonials -->\n    <div class=\"testimonials-section\">\n        <h2>Success Stories<\/h2>\n        <div class=\"testimonials-grid\">\n            <div class=\"testimonial-card\">\n                <div class=\"quote-icon\">&#8220;<\/div>\n                <div class=\"testimonial-content\">\n                    <p class=\"testimonial-text\">I was terrified of hosting my first Thanksgiving for 20 people. The chef walked me through everything and my turkey came out PERFECT. Everyone asked if I took cooking classes!<\/p>\n                    <p class=\"testimonial-author\">Sarah M.<\/p>\n                    <p class=\"testimonial-location\">Chicago, IL<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"testimonial-card\">\n                <div class=\"quote-icon\">&#8220;<\/div>\n                <div class=\"testimonial-content\">\n                    <p class=\"testimonial-text\">When my gravy broke 30 minutes before dinner, I panicked. One video call later and they helped me fix it. Absolute lifesavers! Worth every penny.<\/p>\n                    <p class=\"testimonial-author\">Michael R.<\/p>\n                    <p class=\"testimonial-location\">Seattle, WA<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"testimonial-card\">\n                <div class=\"quote-icon\">&#8220;<\/div>\n                <div class=\"testimonial-content\">\n                    <p class=\"testimonial-text\">The timing schedule was a game-changer. Everything was ready at the same time and still hot. I actually enjoyed cooking instead of stressing!<\/p>\n                    <p class=\"testimonial-author\">Jennifer K.<\/p>\n                    <p class=\"testimonial-location\">Austin, TX<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Guarantee -->\n    <div class=\"guarantee-section\">\n        <div class=\"guarantee-content\">\n            <div class=\"guarantee-badge\">\ud83d\udee1\ufe0f<\/div>\n            <h2>100% Satisfaction Guarantee<\/h2>\n            <p>If you&#8217;re not completely satisfied with your Thanksgiving Rescue Service, we&#8217;ll refund your money &#8211; no questions asked. We&#8217;re that confident in our ability to save your holiday!<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- FAQ Section -->\n    <div class=\"faq-section\">\n        <h2>Frequently Asked Questions<\/h2>\n        <div class=\"faq-container\">\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">When should I sign up?<\/div>\n                <div class=\"faq-answer\">The sooner the better! We recommend signing up at least one week before Thanksgiving to get the most value from meal planning and prep consultations. However, we accept last-minute bookings based on chef availability.<\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">What if I have dietary restrictions or allergies?<\/div>\n                <div class=\"faq-answer\">Absolutely! Our chefs are experienced in accommodating all dietary needs including vegetarian, vegan, gluten-free, dairy-free, and allergen-free cooking. Just let us know during your consultation.<\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">How do I contact my chef on Thanksgiving Day?<\/div>\n                <div class=\"faq-answer\">You&#8217;ll receive direct contact information for your assigned chef including their phone number for calls\/texts and video chat link. Response times vary by package but Full Day and VIP clients get priority responses within minutes.<\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">What if I&#8217;ve already started cooking when something goes wrong?<\/div>\n                <div class=\"faq-answer\">That&#8217;s exactly what we&#8217;re here for! Our chefs are experts at troubleshooting and can help rescue dishes that seem beyond saving. We&#8217;ve fixed everything from burnt pies to raw turkeys.<\/div>\n            <\/div>\n            <div class=\"faq-item\">\n                <div class=\"faq-question\">Can you help with non-traditional Thanksgiving meals?<\/div>\n                <div class=\"faq-answer\">Of course! Whether you&#8217;re doing deep-fried turkey, smoked meats, international fusion, or completely vegetarian feast, our diverse team of chefs can guide you through any style of Thanksgiving cooking.<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Final CTA -->\n    <div\n","protected":false},"excerpt":{"rendered":"<p>Thanksgiving Rescue Service &#8211; Culinary Masters \ud83d\udea8 LIMITED TIME OFFER Thanksgiving Rescue Service Don&#8217;t Let Turkey Day Turn Into a Disaster! Expert Help is Just a Call Away Save My Thanksgiving \u2192 Does This Sound Like You? \ud83d\ude30 First Time Hosting You&#8217;ve been assigned Thanksgiving dinner and you&#8217;re panicking about cooking for 15+ people \ud83e\udd83 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-34","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/pages\/34","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/comments?post=34"}],"version-history":[{"count":1,"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/pages\/34\/revisions"}],"predecessor-version":[{"id":35,"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/pages\/34\/revisions\/35"}],"wp:attachment":[{"href":"https:\/\/agentdeck.agency\/index.php\/wp-json\/wp\/v2\/media?parent=34"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}