{"id":21,"date":"2026-05-28T19:06:04","date_gmt":"2026-05-28T19:06:04","guid":{"rendered":"https:\/\/wallive.online\/?page_id=21"},"modified":"2026-05-28T19:06:34","modified_gmt":"2026-05-28T19:06:34","slug":"ng-thank-you","status":"publish","type":"page","link":"https:\/\/wallive.online\/?page_id=21","title":{"rendered":"NG &#8211; Thank -You"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"21\" class=\"elementor elementor-21\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7dcdfe4 e-flex e-con-boxed e-con e-parent\" data-id=\"7dcdfe4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26c59cd elementor-widget elementor-widget-html\" data-id=\"26c59cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Thank You \u2014 The Dry Night Home Protocol<\/title>\r\n    <style>\r\n        * { margin: 0; padding: 0; box-sizing: border-box; }\r\n        body { font-family: 'Georgia', 'Times New Roman', serif; line-height: 1.8; color: #1F2937; background: #fafafa; -webkit-font-smoothing: antialiased; }\r\n        .container { max-width: 750px; margin: 0 auto; background: white; padding: 40px 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }\r\n        .success-banner { text-align: center; padding: 2.5rem 1rem 1.5rem 1rem; }\r\n        .success-icon { width: 85px; height: 85px; border-radius: 50%; background: linear-gradient(135deg, #1E3A5F, #2C4F7A); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px auto; animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }\r\n        .success-icon svg { width: 42px; height: 42px; stroke: #D4735E; stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; }\r\n        .success-icon .check-path { stroke-dasharray: 50; stroke-dashoffset: 50; animation: drawCheck 0.6s 0.4s ease forwards; }\r\n        @keyframes popIn { 0% { transform: scale(0); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }\r\n        @keyframes drawCheck { to { stroke-dashoffset: 0; } }\r\n        .success-banner h1 { font-size: 1.8rem; font-weight: 700; color: #111827; margin-bottom: 0.5rem; }\r\n        .success-banner h1 span { color: #1E3A5F; }\r\n        .success-banner .sub { font-size: 1.05rem; color: #6B7280; }\r\n        h2 { font-size: 1.4rem; font-weight: 700; color: #1E3A5F; margin: 2rem 0 1rem 0; }\r\n        p { margin-bottom: 1.2rem; font-size: 18px; color: #374151; }\r\n        strong { color: #111827; }\r\n        .celebration { text-align: center; padding: 0.5rem 0 1.5rem 0; }\r\n        .celebration p { font-size: 0.95rem; color: #6B7280; }\r\n        .celebration .bold-line { font-weight: 700; color: #D4735E; font-size: 1.05rem; }\r\n        .affirmation-box { background: #F0F4F8; border-left: 4px solid #1E3A5F; padding: 1.2rem 1.5rem; margin: 1.5rem 0; border-radius: 0 8px 8px 0; text-align: center; }\r\n        .affirmation-box p { font-size: 0.95rem; color: #1E3A5F; line-height: 1.5; margin: 0; font-style: italic; }\r\n        .bundle-display { text-align: center; padding: 1.5rem 0; }\r\n        .bundle-display img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); }\r\n        .download-section { text-align: center; padding: 1.5rem 0; }\r\n        .download-btn { display: inline-block; background: #D4735E; color: #fff !important; font-size: 1.15rem; font-weight: 700; padding: 1.1rem 2.5rem; text-decoration: none; border-radius: 8px; box-shadow: 0 4px 15px rgba(212, 115, 94, 0.3); font-family: Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.5px; animation: pulseGlow 2.5s ease-in-out infinite; transition: transform 0.2s, box-shadow 0.2s; }\r\n        .download-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 22px rgba(212, 115, 94, 0.45); }\r\n        @keyframes pulseGlow { 0%, 100% { box-shadow: 0 4px 15px rgba(212, 115, 94, 0.3); } 50% { box-shadow: 0 4px 30px rgba(212, 115, 94, 0.55); } }\r\n        .order-box { background: #F0F4F8; border: 2px solid #1E3A5F; border-radius: 10px; padding: 1.5rem; margin: 1.5rem 0; }\r\n        .order-box h3 { font-size: 1.1rem; font-weight: 700; color: #1E3A5F; margin-bottom: 1rem; }\r\n        .order-item { display: flex; align-items: center; gap: 14px; padding: 0.7rem 0; border-bottom: 1px solid #C5D3E0; }\r\n        .order-item:last-child { border-bottom: none; }\r\n        .order-item-check { width: 26px; height: 26px; border-radius: 50%; background: #1E3A5F; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\r\n        .order-item-check svg { width: 14px; height: 14px; stroke: #D4735E; stroke-width: 3; fill: none; }\r\n        .order-item-text { font-size: 0.95rem; color: #374151; line-height: 1.5; }\r\n        .tag { display: inline-block; background: #D4735E; color: #fff; font-size: 0.68rem; font-weight: 700; padding: 1px 7px; border-radius: 4px; margin-left: 6px; vertical-align: middle; text-transform: uppercase; }\r\n        .next-steps { padding: 1rem 0; }\r\n        .step-card { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 1.5rem; }\r\n        .step-num { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #1E3A5F, #2C4F7A); color: #D4735E; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 700; flex-shrink: 0; font-family: Arial, sans-serif; }\r\n        .step-body h4 { font-size: 1.05rem; font-weight: 700; color: #111827; margin-bottom: 0.2rem; }\r\n        .step-body p { font-size: 0.92rem; color: #6B7280; line-height: 1.55; margin: 0; }\r\n        .timeline-box { background: #F0F4F8; border: 2px solid #1E3A5F; border-radius: 10px; padding: 1.5rem; margin: 1.5rem 0; }\r\n        .timeline-box h3 { font-size: 1.1rem; font-weight: 700; color: #1E3A5F; margin-bottom: 1rem; text-align: center; }\r\n        .tl-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 1.2rem; }\r\n        .tl-item:last-child { margin-bottom: 0; }\r\n        .tl-badge { background: linear-gradient(135deg, #1E3A5F, #2C4F7A); color: #D4735E; font-size: 0.72rem; font-weight: 700; padding: 4px 11px; border-radius: 20px; white-space: nowrap; margin-top: 2px; font-family: Arial, sans-serif; }\r\n        .tl-text { font-size: 0.92rem; color: #6B7280; line-height: 1.55; }\r\n        .tl-text strong { color: #111827; }\r\n        .quick-start { background: #FFF5F2; border: 2px solid #D4735E; border-radius: 12px; padding: 1.5rem; margin: 1.5rem 0; text-align: center; }\r\n        .quick-start h3 { font-size: 1.1rem; font-weight: 700; color: #D4735E; margin-bottom: 0.8rem; }\r\n        .quick-start p { font-size: 0.92rem; color: #4B5563; line-height: 1.6; margin-bottom: 0.6rem; }\r\n        .quick-start .tip { font-style: italic; color: #D4735E; font-size: 0.88rem; }\r\n        .author-message { padding: 1.5rem 0; }\r\n        .author-inner { display: flex; gap: 16px; align-items: flex-start; }\r\n        .author-avatar { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid #1E3A5F; }\r\n        .author-bubble { background: #F0F4F8; border-radius: 0 16px 16px 16px; padding: 1.3rem 1.5rem; font-size: 0.95rem; line-height: 1.65; color: #374151; border: 1px solid #C5D3E0; }\r\n        .author-bubble p { margin-bottom: 0.7rem; font-size: 0.95rem; }\r\n        .author-bubble p:last-child { margin-bottom: 0; }\r\n        .author-name { font-weight: 700; color: #1E3A5F; font-size: 0.9rem; margin-bottom: 0.3rem; }\r\n        .important-note { background: #FFF5F2; border-left: 4px solid #D4735E; padding: 1.2rem 1.5rem; margin: 1.5rem 0; border-radius: 0 8px 8px 0; }\r\n        .important-note p { font-size: 0.92rem; color: #7F1D1D; margin: 0; line-height: 1.55; }\r\n        .important-note strong { color: #DC2626; }\r\n        .guarantee-reminder { background: #1E3A5F; border-radius: 10px; padding: 1.3rem 1.5rem; margin: 1.5rem 0; text-align: center; }\r\n        .guarantee-reminder h4 { font-size: 1rem; font-weight: 700; color: #D4735E; margin-bottom: 0.4rem; }\r\n        .guarantee-reminder p { font-size: 0.88rem; color: #93A5C0; line-height: 1.5; margin: 0; }\r\n        .support-box { background: #F9FAFB; border-radius: 10px; padding: 1.3rem; margin: 1.5rem 0; text-align: center; }\r\n        .support-box h4 { font-size: 0.95rem; font-weight: 700; color: #111827; margin-bottom: 0.4rem; }\r\n        .support-box p { font-size: 0.85rem; color: #6B7280; line-height: 1.5; margin: 0; }\r\n        .ty-footer { margin-top: 2rem; padding-top: 1.5rem; border-top: 2px solid #E5E7EB; text-align: center; }\r\n        .ty-footer p { font-size: 0.78rem; color: #9CA3AF; margin: 0; line-height: 1.5; }\r\n        .confetti-canvas { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 9999; }\r\n        @media (max-width: 768px) { .container { padding: 25px 20px; } .success-banner h1 { font-size: 1.5rem; } .download-btn { font-size: 1rem; padding: 1rem 2rem; } .author-inner { flex-direction: column; align-items: center; text-align: center; } .author-bubble { border-radius: 16px; } .tl-item { flex-direction: column; } .step-card { flex-direction: column; align-items: center; text-align: center; } }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n<canvas class=\"confetti-canvas\" id=\"confettiCanvas\"><\/canvas>\r\n<div class=\"container\">\r\n\r\n    <div class=\"success-banner\">\r\n        <div class=\"success-icon\"><svg viewBox=\"0 0 24 24\"><polyline class=\"check-path\" points=\"6 12 10 16 18 8\"><\/polyline><\/svg><\/div>\r\n        <h1>Payment <span>Successful.<\/span><\/h1>\r\n        <p class=\"sub\">Your child's last wet morning is closer than you think. The protocol starts tonight.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"celebration\">\r\n        <p>No water after 5pm doesn't work. Midnight toilet trips don't work. \"They'll outgrow it\" is not a strategy. You just chose the method created by someone who lived with bedwetting for 19 years and found what actually stops it.<\/p>\r\n        <p class=\"bold-line\">3-4 weeks. The bladder-brain signal strengthens. The capacity builds. The bed stays dry.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"affirmation-box\">\r\n        <p>\u2b50 \"My child is not broken. Their bladder-brain signal needs training, not waiting. The muscles need strengthening, not outgrowing. In 3-4 weeks, my child wakes up, presses their hand on a dry sheet, and looks at me with that face. The face that says: it worked.\"<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"bundle-display\">\r\n        <img decoding=\"async\" src=\"https:\/\/wallive.online\/wp-content\/uploads\/2026\/05\/3-in-Pack-Bundle.jpg\" alt=\"The Dry Night Home Protocol Complete Bundle\">\r\n    <\/div>\r\n\r\n    <div class=\"download-section\">\r\n        <h2 style=\"margin-top:0;\">Your Complete System Is Ready<\/h2>\r\n        <p style=\"font-size:0.95rem;color:#6B7280;\">Click the button below to download the full protocol and both bonus tools instantly.<\/p>\r\n        <a href=\"#DOWNLOAD_LINK_HERE\" class=\"download-btn\">Download Your Protocol Now<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"order-box\">\r\n        <h3>\ud83d\udce6 Here's What You Got<\/h3>\r\n        <div class=\"order-item\"><div class=\"order-item-check\"><svg viewBox=\"0 0 24 24\"><polyline points=\"6 12 10 16 18 8\"><\/polyline><\/svg><\/div><div class=\"order-item-text\"><strong>The Dry Night Home Protocol<\/strong><br>The complete 3-phase system: bladder-brain signal training (Weeks 1-2), nighttime capacity building (Weeks 2-3), and confidence rebuild (Weeks 3-4). Age-specific guides for 6-9, 10-13, and 14-16+. Parent's conversation guide included<\/div><\/div>\r\n        <div class=\"order-item\"><div class=\"order-item-check\"><svg viewBox=\"0 0 24 24\"><polyline points=\"6 12 10 16 18 8\"><\/polyline><\/svg><\/div><div class=\"order-item-text\"><strong>What Your Child Wants You to Know (But Can't Say)<\/strong> <span class=\"tag\">Free Tool<\/span><br>Written by someone who carried bedwetting shame for 19 years. What your child thinks every morning, what they feel when you wash their sheets, why they stopped asking for sleepovers. A window into your child's inner world<\/div><\/div>\r\n        <div class=\"order-item\"><div class=\"order-item-check\"><svg viewBox=\"0 0 24 24\"><polyline points=\"6 12 10 16 18 8\"><\/polyline><\/svg><\/div><div class=\"order-item-text\"><strong>The Dry Night Tracker and Morning Routine<\/strong> <span class=\"tag\">Free Tool<\/span><br>30-day tracking chart with stars for dry nights and neutral marks for wet nights. Morning routine that removes shame from accidents. Plus the dry morning celebration ritual for the first star<\/div><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"important-note\">\r\n        <p><strong>\u26a0\ufe0f Read This Before You Begin:<\/strong> Open \"What Your Child Wants You to Know\" (Bonus #1) FIRST. Before you start the exercises. Before you talk to your child. Read it tonight after they've gone to sleep. It will change how you approach every conversation and every morning for the next 4 weeks. The protocol works on the body. This bonus works on the relationship. Both matter.<\/p>\r\n    <\/div>\r\n\r\n    <h2>Your First 48 Hours<\/h2>\r\n    <div class=\"next-steps\">\r\n        <div class=\"step-card\"><div class=\"step-num\">1<\/div><div class=\"step-body\"><h4>Download Everything Now<\/h4><p>Tap the button above. Save all 3 files to your phone. You'll reference the main protocol daily for the next 3-4 weeks.<\/p><\/div><\/div>\r\n        <div class=\"step-card\"><div class=\"step-num\">2<\/div><div class=\"step-body\"><h4>Read Bonus #1 Tonight (After Your Child Sleeps)<\/h4><p>\"What Your Child Wants You to Know\" is best read privately, when your child is asleep. It contains insights from someone who lived with bedwetting for 19 years. What your child thinks at breakfast. What they feel when they see you tired. Why they avoid eye contact. Read it tonight. Let it change how you see tomorrow morning.<\/p><\/div><\/div>\r\n        <div class=\"step-card\"><div class=\"step-num\">3<\/div><div class=\"step-body\"><h4>Read the Age-Specific Section of the Protocol<\/h4><p>The protocol has three tracks: children 6-9, pre-teens 10-13, and teenagers 14-16+. Find your child's age group and read that section. The exercises, the language, and the approach differ by age because a 7-year-old's emotional world is different from a 14-year-old's.<\/p><\/div><\/div>\r\n        <div class=\"step-card\"><div class=\"step-num\">4<\/div><div class=\"step-body\"><h4>Have the Conversation Tomorrow (Using the Guide)<\/h4><p>The Parent's Conversation Guide (Page 22) gives you the exact words to introduce this to your child. Not \"we're going to fix your problem\" (that implies they're broken). The guide frames it as a team project: \"I found something that can help us. Want to try it together?\" The framing matters. Read the guide before you speak.<\/p><\/div><\/div>\r\n        <div class=\"step-card\"><div class=\"step-num\">5<\/div><div class=\"step-body\"><h4>Start Day 1 Tomorrow Afternoon<\/h4><p>The daytime exercises begin after school or in the evening. 10 minutes. Simple, discreet, and for younger children, designed to feel like a game. Your child starts Phase 1 tomorrow. Print the tracker chart from Bonus #2 and put it somewhere private (inside a wardrobe door or a private notebook). The first star is waiting.<\/p><\/div><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"timeline-box\">\r\n        <h3>\u2b50 What to Expect Over 3-4 Weeks<\/h3>\r\n        <div class=\"tl-item\"><span class=\"tl-badge\">WEEKS 1-2<\/span><div class=\"tl-text\"><strong>Bladder-brain signal training.<\/strong> The daytime exercises strengthen the communication pathway between your child's bladder and sleeping brain. Most parents report no visible change in the first 5-7 days. This is normal. The training is happening beneath the surface. By the end of Week 2, many children experience their first dry night or a noticeable reduction in wet nights. That first dry morning is the breakthrough moment.<\/div><\/div>\r\n        <div class=\"tl-item\"><span class=\"tl-badge\">WEEKS 2-3<\/span><div class=\"tl-text\"><strong>Capacity building.<\/strong> The bladder's holding capacity increases through gentle progressive techniques. Combined with the stronger signal from Phase 1, the child's brain now responds to the \"full\" signal AND the bladder gives the brain more time to respond. Wet nights drop significantly. Dry nights become more frequent. The tracker chart starts filling with stars.<\/div><\/div>\r\n        <div class=\"tl-item\"><span class=\"tl-badge\">WEEKS 3-4<\/span><div class=\"tl-text\"><strong>Confidence rebuild.<\/strong> The bedwetting may stop by Week 2-3, but the FEAR of wetting doesn't stop immediately. Your child still goes to bed nervous. Phase 3 rebuilds their trust in their own body. By Week 4, your child goes to bed without worry and wakes up dry without surprise. The dry morning becomes normal instead of miraculous.<\/div><\/div>\r\n        <div class=\"tl-item\"><span class=\"tl-badge\">WEEK 5+<\/span><div class=\"tl-text\"><strong>The new normal.<\/strong> Maintenance exercises (5 minutes, twice weekly) keep the result locked in. The tracker chart is full of stars. The spare sheets are folded in the cupboard, unused. Your child says yes to the sleepover. That's the moment you know it's over.<\/div><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"quick-start\">\r\n        <h3>\u26a1 Do This Right Now<\/h3>\r\n        <p>Open <strong>Bonus #1: \"What Your Child Wants You to Know\"<\/strong> and read <strong>Section 1: \"The Morning.\"<\/strong><\/p>\r\n        <p>It describes what your child experiences in the first 30 seconds after waking up wet. The warm sensation. The freeze. The check (is anyone coming?). The silent shame of getting out of bed and hoping nobody sees.<\/p>\r\n        <p>Tomorrow morning, if the bed is wet, remember what you read. Replace disappointment with the exact words on Page 4. Those words are what your child has been waiting to hear. They just didn't know how to ask for them.<\/p>\r\n        <p class=\"tip\">\"The protocol changes the bed. Bonus #1 changes the morning. Both matter equally.\"<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"download-section\" style=\"padding-top:0.5rem;\">\r\n        <a href=\"#DOWNLOAD_LINK_HERE\" class=\"download-btn\">Download Your Protocol Now<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"author-message\">\r\n        <div class=\"author-inner\">\r\n            <img decoding=\"async\" src=\"https:\/\/wallive.online\/wp-content\/uploads\/2026\/05\/Chukwuemeka.jpg\" alt=\"Chukwuemeka A.\" class=\"author-avatar\">\r\n            <div class=\"author-bubble\">\r\n                <p class=\"author-name\">A message from Chukwuemeka:<\/p>\r\n                <p>Dear parent, I want you to know something my mother never knew: it wasn't her fault. She tried everything. She lost sleep for years. She carried my shame alongside her own exhaustion and never once made me feel like a burden, even though I know I was one. She was the best mother a bedwetting child could have. And it still wasn't enough because she didn't have the right information.<\/p>\r\n                <p>You're holding the right information now. The protocol I wish she'd had when I was 7. The conversation guide I wish someone had given her so she'd know that the look on her face at 6am was louder than any words. The tracker chart that would have turned wet mornings into data and dry mornings into celebrations instead of the silent routine we endured for 19 years.<\/p>\r\n                <p>Read Bonus #1 tonight. It's the most important thing in the bundle because it changes how you see your child before you change their bed. Then start the protocol tomorrow. 3-4 weeks. The exercises are simple. The science is clear. The result is a morning where you walk into their room, press your hand on the sheet, and feel nothing but dry, warm fabric.<\/p>\r\n                <p>When that morning comes, your child will look at you. Not at the floor. At you. And you'll see a face you haven't seen in a long time: a child who is proud of their own body.<\/p>\r\n                <p><strong>That morning is 3-4 weeks away. Start tonight. \u2b50<\/strong><\/p>\r\n                <p style=\"color:#9CA3AF;\">Chukwuemeka<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"guarantee-reminder\">\r\n        <h4>\ud83d\udee1\ufe0f 21-Day Conditional Guarantee<\/h4>\r\n        <p>Follow the protocol with your child for 21 days. If you don't see a noticeable reduction in wet nights, every kobo back. You keep the protocol and both tools regardless.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"support-box\">\r\n        <h4>Need Help?<\/h4>\r\n        <p>Questions about the exercises, the age-specific sections, the conversation approach, or anything at all? Reach out. We're here to support you and your child.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"ty-footer\">\r\n        <p>&copy; 2026 The Dry Night Home Protocol. All Rights Reserved.<\/p>\r\n        <p style=\"margin-top:0.5rem;font-size:0.72rem;color:#D1D5DB;\">Disclaimer: This guide provides general wellness information based on research and personal experience. It is not a substitute for professional medical advice. If your child's bedwetting is accompanied by pain, blood in urine, daytime wetting, or sudden onset after being dry, consult a paediatrician immediately. Individual results may vary.<\/p>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n(function() {\r\n    var canvas = document.getElementById('confettiCanvas');\r\n    var ctx = canvas.getContext('2d');\r\n    canvas.width = window.innerWidth; canvas.height = window.innerHeight;\r\n    window.addEventListener('resize', function() { canvas.width = window.innerWidth; canvas.height = window.innerHeight; });\r\n    var colors = ['#1E3A5F', '#2C4F7A', '#D4735E', '#E8915A', '#fff', '#93A5C0', '#F0F4F8', '#FFD700'];\r\n    var pieces = []; var frame = 0; var maxFrames = 200;\r\n    for (var i = 0; i < 120; i++) { pieces.push({ x: Math.random() * canvas.width, y: Math.random() * canvas.height - canvas.height, w: Math.random() * 8 + 4, h: Math.random() * 5 + 2, color: colors[Math.floor(Math.random() * colors.length)], vx: (Math.random() - 0.5) * 2, vy: Math.random() * 2.5 + 1.5, rotation: Math.random() * 360, rotationSpeed: (Math.random() - 0.5) * 5, opacity: 1 }); }\r\n    function draw() { ctx.clearRect(0, 0, canvas.width, canvas.height); frame++; var fadeStart = maxFrames - 60; pieces.forEach(function(p) { if (frame > fadeStart) p.opacity = Math.max(0, 1 - (frame - fadeStart) \/ 60); ctx.save(); ctx.translate(p.x, p.y); ctx.rotate((p.rotation * Math.PI) \/ 180); ctx.globalAlpha = p.opacity; ctx.fillStyle = p.color; ctx.fillRect(-p.w \/ 2, -p.h \/ 2, p.w, p.h); ctx.restore(); p.x += p.vx; p.y += p.vy; p.vy += 0.03; p.rotation += p.rotationSpeed; p.vx += (Math.random() - 0.5) * 0.06; }); if (frame < maxFrames) { requestAnimationFrame(draw); } else { ctx.clearRect(0, 0, canvas.width, canvas.height); canvas.style.display = 'none'; } }\r\n    setTimeout(draw, 300);\r\n})();\r\n<\/script>\r\n<\/body>\r\n<\/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>Thank You \u2014 The Dry Night Home Protocol Payment Successful. Your child&#8217;s last wet morning is closer than you think. The protocol starts tonight. No water after 5pm doesn&#8217;t work. Midnight toilet trips don&#8217;t work. &#8220;They&#8217;ll outgrow it&#8221; is not a strategy. You just chose the method created by someone who lived with bedwetting for [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-21","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wallive.online\/index.php?rest_route=\/wp\/v2\/pages\/21","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wallive.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wallive.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wallive.online\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wallive.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=21"}],"version-history":[{"count":4,"href":"https:\/\/wallive.online\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions"}],"predecessor-version":[{"id":25,"href":"https:\/\/wallive.online\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions\/25"}],"wp:attachment":[{"href":"https:\/\/wallive.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}