<!-- Divine Reset Landing (namespaced, no JS required) -->
<div id="drm-landing" class="drm">
<style>
#drm-landing:where(.drm){
--bg:#0b1220;--ink:#e6eefc;--muted:#a9b4c9;--brand:#86b7ff;--brand-strong:#4f8cff;--accent:#ffd166;
--card:#111826;--ok:#16a34a;--bad:#ef4444;--radius:18px;--shadow:0 10px 30px rgba(0,0,0,.35);
--safe-pad:clamp(16px,5vw,40px);--container:min(1120px,92vw)
}
#drm-landing{
color:var(--ink);
background: radial-gradient(1200px 800px at 70% -10%, #1b2a48 0%, rgba(11,18,32,0) 60%),
radial-gradient(900px 600px at -10% 20%, #12203a 0%, rgba(11,18,32,0) 60%),
var(--bg);
font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
line-height:1.6; padding-bottom:24px
}
#drm-landing .container{width:var(--container);margin-inline:auto;padding-inline:var(--safe-pad)}
#drm-landing a{color:inherit;text-decoration:none}
#drm-landing .site{position:relative;border-bottom:1px solid rgba(255,255,255,.06);background:linear-gradient(to bottom, rgba(11,18,32,.85), rgba(11,18,32,.55))}
#drm-landing .site .bar{display:flex;align-items:center;justify-content:space-between;padding:.7rem 0}
#drm-landing .logo{display:flex;align-items:center;gap:.6rem;font-weight:700}
#drm-landing .mark{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--brand),var(--brand-strong));box-shadow:var(--shadow)}
#drm-landing nav ul{display:flex;gap:1rem;list-style:none;margin:0;padding:0}
#drm-landing nav a{color:var(--muted);padding:.8rem .6rem}
#drm-landing nav a:hover{color:var(--ink)}
#drm-landing .hero{padding:calc(24px + var(--safe-pad)) 0 var(--safe-pad)}
#drm-landing .eyebrow{display:inline-flex;gap:.6rem;align-items:center;padding:.35rem .6rem;border-radius:999px;background:rgba(134,183,255,.12);color:#cfe1ff;border:1px solid rgba(134,183,255,.25);font-size:.9rem}
#drm-landing h1{font-family:"Playfair Display",serif;font-weight:700;line-height:1.1;margin:.8rem 0 .6rem;font-size:clamp(2rem,3.8vw + 1rem,3.2rem)}
#drm-landing .sub{font-size:clamp(1.05rem,1.1vw + .75rem,1.25rem);color:var(--muted)}
#drm-landing .cta-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.2rem}
#drm-landing .btn{background:linear-gradient(180deg,var(--accent),#e7b23a);color:#1a1400;padding:.9rem 1.1rem;border-radius:14px;font-weight:800;display:inline-flex;align-items:center;gap:.6rem;box-shadow:var(--shadow)}
#drm-landing .btn.secondary{background:linear-gradient(180deg,#2a3857,#1a243a);color:#cfe1ff;border:1px solid rgba(255,255,255,.09)}
#drm-landing .price-badge{display:inline-flex;gap:.5rem;align-items:center;padding:.45rem .7rem;border-radius:12px;background:rgba(22,163,74,.12);color:#c6f6d5;border:1px solid rgba(22,163,74,.35);font-weight:700}
#drm-landing .trust{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;color:var(--muted);margin-top:1rem}
#drm-landing .trust .badge{display:flex;align-items:center;gap:.5rem;padding:.45rem .7rem;border:1px dashed rgba(255,255,255,.12);border-radius:10px}
#drm-landing section{padding:clamp(48px,9vw,96px) 0}
#drm-landing .grid{display:grid;gap:24px}
#drm-landing .grid-2{grid-template-columns:repeat(auto-fit,minmax(min(340px,100%),1fr))}
#drm-landing .card{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:clamp(16px,3vw,28px);box-shadow:var(--shadow)}
#drm-landing h2{font-family:"Playfair Display",serif;font-size:clamp(1.6rem,2.2vw + .9rem,2.2rem);line-height:1.2;margin:0 0 .6rem}
#drm-landing h3{font-size:1.05rem;text-transform:uppercase;letter-spacing:.08em;color:#cdd8ee;margin:0 0 .5rem}
#drm-landing .lead{font-size:1.1rem;color:#d8e3fb}
#drm-landing .list-check{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}
#drm-landing .list-check li{display:flex;gap:.6rem}
#drm-landing .list-check svg{flex:0 0 22px}
#drm-landing .pricing{display:grid;gap:20px}
#drm-landing .price-card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:clamp(18px,3.5vw,32px);box-shadow:var(--shadow)}
#drm-landing .price{font-size:clamp(2rem,3vw + 1rem,2.6rem);font-weight:800}
#drm-landing .timer{font-variant-numeric:tabular-nums;background:rgba(239,68,68,.12);color:#fecaca;padding:.35rem .6rem;border-radius:10px;border:1px solid rgba(239,68,68,.28)}
#drm-landing details.faq{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1rem 1.1rem;background:rgba(255,255,255,.03)}
#drm-landing details.faq+details.faq{margin-top:.8rem}
#drm-landing details.faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-weight:700}
#drm-landing details.faq[open]{background:rgba(255,255,255,.05)}
#drm-landing details.faq p{margin:.6rem 0 0}
#drm-landing footer{padding:32px 0;color:var(--muted);border-top:1px solid rgba(255,255,255,.08)}
#drm-landing .pill{display:inline-block;padding:.2rem .55rem;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}
#drm-landing .bleed{position:relative;isolation:isolate}
#drm-landing .bleed::after{content:"";position:absolute;inset:0;background:radial-gradient(500px 200px at 80% 0%, rgba(134,183,255,.25), rgba(134,183,255,0) 70%),radial-gradient(450px 200px at 5% 100%, rgba(255,209,102,.15), rgba(255,209,102,0) 60%);z-index:-1;opacity:.8}
@media (max-width:780px){#drm-landing nav ul{display:none}}
</style>
<!-- Header -->
<header class="site">
<div class="container bar">
<div class="logo"><span class="mark" aria-hidden="true">✨</span><span>Divine Reset Method</span></div>
<nav aria-label="Primary">
<ul>
<li><a href="#drm-problem">Why You Can’t Sleep</a></li>
<li><a href="#drm-opportunity">How It Works</a></li>
<li><a href="#drm-value" class="pill">Benefits</a></li>
<li><a href="#drm-proof">Proof</a></li>
<li><a href="#drm-pricing" class="pill">Get Access</a></li>
</ul>
</nav>
<a class="btn" href="https://your-checkout-url.com">Get Access</a>
</div>
</header>
<!-- Section 1: Hero -->
<section class="hero bleed">
<div class="container">
<span class="eyebrow">Finally Sleep in Peace Instead of Doom-Scrolling Until Midnight</span>
<h1>The 7-Minute Scripture Method That Stops Racing Thoughts and Replaces News Anxiety with God’s Promises</h1>
<p class="sub">Transform your bedtime from anxious scrolling to peaceful rest with a simple faith-based routine that works even on your most stressful days. Join hundreds of Christian parents who now sleep deeply instead of lying awake worried about tomorrow's problems.</p>
<div class="cta-row">
<a class="btn" href="https://your-checkout-url.com">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M3 12h18M13 5l7 7-7 7" stroke="#1a1400" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
Get Instant Access – Only $17
</a>
<span class="price-badge">30-Day Money-Back Guarantee</span>
</div>
<div class="trust" aria-label="Social proof">
<div class="badge">Featured speaker at 100+ events across the US, Mexico, and South America</div>
<div class="badge">As seen on <strong>Yahoo</strong>, <strong>USA Today</strong>, and national television</div>
</div>
</div>
</section>
<!-- Section 2: Core Problem -->
<section id="drm-problem">
<div class="container grid grid-2">
<div class="card">
<h2>The “Hypervigilance Trap” – Why Your Brain Won’t Let You Sleep</h2>
<p>Have you ever wondered why you promise yourself just five minutes of news... only to find yourself doom-scrolling for two hours straight with your heart pounding?</p>
<p><strong>You’re not alone.</strong> What you’re experiencing has a name: <em>Hypervigilance Mode</em>. This happens when your nervous system gets hijacked by a 24/7 news cycle designed to keep you anxious, alert, and addicted to the next crisis update.</p>
<p>Your brain is supposed to wind down at night, like an oven cooling after cooking all day. But constant news is like reheating that oven every few minutes. It stays hot when it should be resting.</p>
<p>This creates the <strong>“threat-scanning addiction”</strong> — your brain gets hooked on looking for danger, even when you’re trying to sleep. Your nervous system can’t tell the difference between a real emergency at home and a story thousands of miles away.</p>
<p><em>Research shows this affects 73% of adults who consume news within two hours of bedtime.</em></p>
<p>And here’s the truth: generic breathing or secular mindfulness won’t fix the <strong>spiritual root cause</strong>.</p>
</div>
<div class="card">
<h3>What You’ll Break Free From</h3>
<ul class="list-check">
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"/></svg> Doom-scroll loops that spike cortisol at bedtime</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"/></svg> Racing thoughts replaying worst-case headlines</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"/></svg> Phone-dependence that keeps your brain on alert</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"/></svg> Shallow sleep that leaves you exhausted</li>
</ul>
</div>
</div>
</section>
<!-- Section 3: Opportunity -->
<section id="drm-opportunity">
<div class="container grid grid-2">
<div class="card">
<h2>The Divine Reset Method – Your Path to Peaceful Sleep</h2>
<p>Reset your nervous system from panic to peace in seven minutes. A simple, repeatable protocol that interrupts doom-scroll patterns and anchors your mind in <strong>God’s promises</strong>.</p>
<ul class="list-check">
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"/></svg> Scripture-anchored calming in <strong>7 minutes</strong></li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"/></svg> Shift from fight-or-flight to peace-and-trust</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"/></svg> Phone-free practice that gets devices out of the bedroom</li>
</ul>
</div>
<div class="card">
<h3>Backed by Research</h3>
<p>Studies indicate Scripture-based breathing can reduce stress hormones and improve sleep quality; spiritual meditation often outperforms secular mindfulness for anxiety reduction. Anchoring your mind in God’s promises changes brain chemistry.</p>
<div class="cta-row">
<a class="btn" href="https://your-checkout-url.com">Yes — I want the 7-Minute Method</a>
<a class="btn secondary" href="#drm-value">See the Benefits</a>
</div>
</div>
</div>
</section>
<!-- Section 4: Who Is This For -->
<section id="drm-who">
<div class="container grid grid-2">
<div class="card">
<h2>This Divine Reset Method Is Perfect For:</h2>
<ul class="list-check">
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> <strong>Christian Parents</strong> wanting to be emotionally present</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> <strong>Doom-Scroll Strugglers</strong> stuck in anxious loops</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> <strong>Busy Professionals</strong> needing simple routines</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> <strong>Faithful Worriers</strong> anxious about world events</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> <strong>Overwhelmed Families</strong> wanting peaceful nights</li>
</ul>
</div>
<div class="card">
<h3>Outcomes You’ll Notice</h3>
<p class="lead">Calmer evenings, deeper sleep, and a home atmosphere marked by peace instead of panic.</p>
</div>
</div>
</section>
<!-- Section 5: Value Proposition -->
<section id="drm-value">
<div class="container grid grid-2">
<div class="card">
<h2>Break Free From News Panic and Sleep in God’s Peace</h2>
<p><strong>Picture this:</strong> Tonight you close your eyes with Scripture promises echoing in your mind.</p>
<ul class="list-check">
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> <strong>Instant Anxiety Relief:</strong> Peace in 7 minutes</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> <strong>Phone-Free Bedtime:</strong> A device-free sanctuary</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> <strong>Family Transformation:</strong> Be the calm, present parent</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> <strong>Spiritual Confidence:</strong> A nightly rhythm you’ll love</li>
</ul>
</div>
<div class="card">
<h3>What’s Inside the 7-Minute Practice</h3>
<ul class="list-check">
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Scripture Selection Framework (by emotion)</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Nervous System Reset (breath + posture)</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Doom-Scroll Interrupt + 90-sec reset</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Habit Stacking Blueprint</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Family Peace Adaptation</li>
</ul>
</div>
</div>
</section>
<!-- Section 6: Proof -->
<section id="drm-proof">
<div class="container grid grid-2">
<div class="card">
<h2>Trusted by Thousands Across Three Continents</h2>
<p>Raul has shared these peace principles at hundreds of events across the U.S., Mexico, and South America, with national/international media features.</p>
<p>Seen on <strong>Yahoo</strong>, <strong>USA Today</strong>, and TV programs like Despierta America, Vive Más, and Enlace.</p>
</div>
<div class="card">
<h3>Real Results from Real Believers</h3>
<div class="testimonial"><p class="quote">“Tugged at my heart strings… HOPE… HIGHLY RECOMMEND.” – Sabrina P.</p></div>
<div class="testimonial"><p class="quote">“Smiling, tearful, laughing… looking forward to heaven.” – Randy Kramer</p></div>
<div class="testimonial"><p class="quote">“Heartfelt and spiritual.” – Earlene</p></div>
<div class="testimonial"><p class="quote">“Beautifully written… highly recommend.” – Bikeman91350</p></div>
</div>
</div>
</section>
<!-- Section 7: Origin Story -->
<section id="drm-origin">
<div class="container grid grid-2">
<div class="card">
<h2>Why I Built This (The Honest Story)</h2>
<p>I speak about God’s peace — yet I caught myself doom-scrolling into 2AM panic. After three sleepless nights, I turned from headlines to research, and what I found changed everything.</p>
<p>When Scripture-focused breathing pairs with targeted meditation, the body’s rest systems can activate fast. I packaged those findings into a simple 7-minute practice — and within three nights I slept till morning. Others did, too.</p>
</div>
<div class="card">
<h3>What Happened Next</h3>
<p>Friends, family, and church members tried the method. Many reported better sleep within the first week and dramatic drops in bedtime anxiety. I just connected the dots into a system busy believers can actually do.</p>
</div>
</div>
</section>
<!-- Section 8: Product Breakdown -->
<section id="drm-product">
<div class="container grid grid-2">
<div class="card">
<h2>What Makes This Truly Different</h2>
<p>Most bedtime solutions keep you on your phone or ignore your faith. This does neither. The Divine Reset Method pairs neuroscience with Scripture anchors to calm your nervous system in seven minutes.</p>
<ul class="list-check">
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Scripture Selection Framework</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Nervous System Reset Protocol</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Doom-Scroll Interrupt + 90-sec reset</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Habit Stacking Blueprint</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Family Peace Adaptation</li>
</ul>
</div>
<div class="card">
<h3>Everything You Get</h3>
<ul class="list-check">
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Step-by-Step Guide + Blueprint</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Verse Framework & Printable Cards</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Doom-Scroll Toolkit (incl. 90-sec reset)</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Tracking Sheets</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Family & Couple Adaptations</li>
</ul>
</div>
</div>
</section>
<!-- Section 9: Offer/Pricing -->
<section id="drm-pricing">
<div class="container pricing">
<div class="price-card">
<h2>Everything You Need to Sleep in Peace Tonight</h2>
<p class="timer">Special intro price available now</p>
<p class="price">$17 <span style="font-size:1rem;color:var(--muted);font-weight:600">(reg. $97)</span></p>
<ul class="list-check">
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Complete 7-Minute Scripture Meditation Program</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Scripture Framework & Verse Cards</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Doom-Scroll Interrupt Toolkit</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Bedtime Ritual Blueprint + Tracking</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Family & Couple Adaptations</li>
</ul>
<h3>Bonuses Included (Free)</h3>
<ul class="list-check">
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Emergency Peace Reset Audio ($29)</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Scripture Anchor Cards for Families ($17)</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> 90-Second Panic Interrupt Protocol ($17)</li>
<li><svg viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5" stroke="currentColor" stroke-width="2"/></svg> Spouse Survival Guide ($27)</li>
</ul>
<div class="cta-row">
<a class="btn" href="https://your-checkout-url.com">Yes! I Want to Sleep in Peace Tonight</a>
<span class="price-badge">30-Day Money-Back Guarantee</span>
</div>
</div>
</div>
</section>
<!-- Section 10: Guarantee -->
<section id="drm-guarantee">
<div class="container card">
<h2>Your Complete Peace of Mind Promise</h2>
<p>Try the Seven Minute Scripture Meditation for 30 days. If you don’t fall asleep faster, wake more refreshed, and feel genuine peace at bedtime — email us for a full refund. No questions asked.</p>
<p><strong>30-Day Money-Back Guarantee: Sleep in peace or it’s free.</strong></p>
</div>
</section>
<!-- Section 11: Future Vision -->
<section id="drm-vision">
<div class="container grid grid-2">
<div class="card">
<h2>Tomorrow Can Feel Different</h2>
<p>Picture closing your eyes with <em>Psalm 4:8</em> echoing in your heart while your phone rests in another room. You wake up refreshed, present, and peaceful.</p>
</div>
<div class="card">
<h3>Why It Matters</h3>
<p>This isn’t just about sleep. It’s about becoming the calm parent, loving spouse, and grounded believer God designed you to be — in a world that profits from your panic.</p>
</div>
</div>
</section>
<!-- Section 12: FAQ -->
<section id="drm-faq">
<div class="container">
<h2>Questions People Ask</h2>
<details class="faq"><summary>Is 7 minutes really enough to calm my racing mind?</summary><p>Yes. Specific breathing patterns with Scripture focus can activate the body’s rest mode quickly. Seven minutes lets you fully shift from panic to peace.</p></details>
<details class="faq"><summary>What if I fall asleep during the meditation?</summary><p>Perfect — the goal is to drift off with God’s promises, not headlines.</p></details>
<details class="faq"><summary>How is this different from secular meditation apps?</summary><p>Every minute is anchored in Scripture; no generic or new-age concepts.</p></details>
<details class="faq"><summary>Can I break my phone habit?</summary><p>Yes — the Doom-Scroll Interrupt and 90-second reset help you build a phone-free rhythm.</p></details>
<details class="faq"><summary>Will this work in a busy household?</summary><p>Absolutely. Includes adaptations for couples and children.</p></details>
<details class="faq"><summary>Do I need to memorize Scripture?</summary><p>No. You’ll use printable verse cards organized by emotional need.</p></details>
<details class="faq"><summary>What if I have a really bad anxiety day?</summary><p>Use the emergency reset — and you’re covered by the 30-day guarantee.</p></details>
<details class="faq"><summary>How long until I see results?</summary><p>Many notice calmer bedtimes in ~3 nights; week one often improves sleep quality.</p></details>
<details class="faq"><summary>I work night shifts — will this still work?</summary><p>Yes — adapt the ritual to your actual sleep time.</p></details>
</div>
</section>
<footer>
<div class="container">
<p><strong>Note:</strong> This program is faith-based and educational. It is not medical advice. Consult your healthcare provider as needed.</p>
<p>© 2025 Raul Meza • Promeza MG • All rights reserved.</p>
</div>
</footer>
</div>
<!-- /Divine Reset Landing -->