<!DOCTYPE html>
<!-- saved from url=(0107)file:///C:/Users/hress/OneDrive/Documents/Sharon%20Content/Wild%20Reset/balance_for_life_detox_landing.html -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>14-Day Water Fast &amp; Juice Detox | Balance for Life Florida</title>
<link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="">
<link href="./14-Day Water Fast &amp; Juice Detox _ Balance for Life Florida_files/css2" rel="stylesheet">
<style>
:root {
--teal: #1a6b6b;
--teal-mid: #2a8f8f;
--teal-light: #3db8b8;
--teal-pale: #e0f4f4;
--teal-mist: #f0fafa;
--sand: #c8a96e;
--sand-light: #e2c99a;
--sand-pale: #fdf6ec;
--ocean: #0d3d3d;
--ocean-deep: #071f1f;
--slate: #2c4a4a;
--ink: #1a2e2e;
--ink-mid: #3a5252;
--ink-light: #6a8585;
--white: #ffffff;
--off-white: #fafcfc;
--border: rgba(26,107,107,0.15);
--border-dark: rgba(255,255,255,0.1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
font-family: 'Jost', sans-serif;
background: var(--off-white);
color: var(--ink);
line-height: 1.65;
overflow-x: hidden;
}
.serif { font-family: 'Playfair Display', serif; }
.display {
font-family: 'Playfair Display', serif;
font-weight: 400;
line-height: 1.1;
letter-spacing: -0.01em;
}
/* ─── NAV ─── */
nav {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 100;
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.25rem 4rem;
background: rgba(7,31,31,0.92);
backdrop-filter: blur(12px);
border-bottom: 1px solid var(--border-dark);
}
.nav-logo {
font-family: 'Playfair Display', serif;
font-size: 1rem;
font-weight: 400;
color: rgba(255,255,255,0.9);
letter-spacing: 0.06em;
text-transform: uppercase;
text-decoration: none;
}
.nav-logo span { color: var(--sand-light); }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a {
color: rgba(255,255,255,0.55);
text-decoration: none;
font-size: 0.78rem;
letter-spacing: 0.1em;
text-transform: uppercase;
transition: color 0.2s;
}
.nav-links a:hover { color: var(--teal-light); }
.nav-cta {
background: var(--teal-mid) !important;
color: white !important;
padding: 0.55rem 1.35rem !important;
border-radius: 1px;
transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--teal-light) !important; color: white !important; }
/* ─── HERO ─── */
.hero {
min-height: 100vh;
background: var(--ocean-deep);
display: grid;
grid-template-rows: 1fr auto;
position: relative;
overflow: hidden;
padding-top: 72px;
}
.hero-bg {
position: absolute;
inset: 0;
background:
radial-gradient(ellipse 70% 55% at 75% 25%, rgba(26,107,107,0.35) 0%, transparent 65%),
radial-gradient(ellipse 45% 60% at 15% 75%, rgba(61,184,184,0.1) 0%, transparent 55%),
radial-gradient(ellipse 60% 40% at 50% 100%, rgba(200,169,110,0.08) 0%, transparent 50%);
pointer-events: none;
}
/* Subtle wave pattern */
.hero-bg::after {
content: '';
position: absolute;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%233db8b8' fill-opacity='0.03'%3E%3Ccircle cx='40' cy='40' r='2'/%3E%3Ccircle cx='0' cy='0' r='2'/%3E%3Ccircle cx='80' cy='0' r='2'/%3E%3Ccircle cx='0' cy='80' r='2'/%3E%3Ccircle cx='80' cy='80' r='2'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner {
position: relative;
z-index: 5;
display: flex;
flex-direction: column;
justify-content: center;
padding: 5rem 4rem 3rem;
max-width: 860px;
}
.eyebrow {
font-size: 0.7rem;
font-weight: 500;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--teal-light);
margin-bottom: 1.75rem;
display: flex;
align-items: center;
gap: 0.85rem;
}
.eyebrow::before {
content: '';
display: block;
width: 36px;
height: 1px;
background: var(--teal-light);
flex-shrink: 0;
}
.hero-h1 {
font-size: clamp(2.8rem, 6.5vw, 5.2rem);
color: var(--white);
line-height: 1.08;
margin-bottom: 0.25rem;
}
.hero-h1 em { color: var(--sand-light); font-style: italic; }
.hero-tagline {
font-family: 'Playfair Display', serif;
font-style: italic;
font-size: clamp(1rem, 2vw, 1.25rem);
color: rgba(255,255,255,0.45);
margin-top: 1rem;
letter-spacing: 0.02em;
}
.hero-sub {
font-size: 1.05rem;
color: rgba(255,255,255,0.6);
margin-top: 1.75rem;
max-width: 520px;
line-height: 1.75;
font-weight: 300;
}
.hero-actions {
margin-top: 2.75rem;
display: flex;
gap: 1.25rem;
align-items: center;
flex-wrap: wrap;
}
.btn-primary {
background: var(--teal-mid);
color: white;
border: none;
padding: 1rem 2.4rem;
font-family: 'Jost', sans-serif;
font-size: 0.82rem;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
cursor: pointer;
border-radius: 1px;
text-decoration: none;
transition: background 0.2s, transform 0.15s;
display: inline-block;
}
.btn-primary:hover { background: var(--teal-light); transform: translateY(-2px); }
.btn-ghost-white {
color: rgba(255,255,255,0.5);
font-size: 0.82rem;
text-decoration: none;
display: flex;
align-items: center;
gap: 0.5rem;
letter-spacing: 0.08em;
text-transform: uppercase;
transition: color 0.2s;
}
.btn-ghost-white::after { content: '↓'; }
.btn-ghost-white:hover { color: rgba(255,255,255,0.9); }
/* Stats bar */
.hero-stats {
position: relative;
z-index: 5;
display: grid;
grid-template-columns: repeat(3, 1fr);
border-top: 1px solid rgba(255,255,255,0.07);
}
.hero-stat {
padding: 2rem 4rem;
border-right: 1px solid rgba(255,255,255,0.07);
}
.hero-stat:last-child { border-right: none; }
.stat-number {
font-family: 'Playfair Display', serif;
font-size: 2.4rem;
font-weight: 400;
color: var(--teal-light);
display: block;
line-height: 1;
}
.stat-label {
font-size: 0.72rem;
color: rgba(255,255,255,0.38);
letter-spacing: 0.1em;
text-transform: uppercase;
margin-top: 0.4rem;
display: block;
}
/* ─── SECTIONS ─── */
section { padding: 6rem 4rem; }
.section-eyebrow {
font-size: 0.68rem;
font-weight: 500;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--teal-mid);
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.7rem;
}
.section-eyebrow::before {
content: '';
display: block;
width: 22px;
height: 1px;
background: var(--teal-mid);
flex-shrink: 0;
}
.section-h2 {
font-size: clamp(1.9rem, 4vw, 3rem);
color: var(--ink);
font-weight: 400;
line-height: 1.18;
margin-bottom: 1.25rem;
}
.section-h2 em { font-style: italic; color: var(--teal); }
.section-body {
font-size: 1rem;
color: var(--ink-light);
max-width: 560px;
line-height: 1.8;
font-weight: 300;
}
/* ─── PROBLEM ─── */
.problem {
background: var(--white);
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6rem;
align-items: center;
}
.problem-list { list-style: none; margin-top: 2rem; }
.problem-list li {
padding: 0.85rem 0;
border-bottom: 1px solid var(--border);
font-size: 0.95rem;
color: var(--ink-mid);
display: flex;
gap: 0.9rem;
align-items: flex-start;
font-weight: 300;
}
.problem-list li::before {
content: '—';
color: var(--teal-mid);
font-size: 0.8rem;
margin-top: 0.15rem;
flex-shrink: 0;
}
.pullquote {
background: var(--teal-mist);
border: 1px solid var(--border);
border-radius: 2px;
padding: 3rem;
position: relative;
}
.pullquote::before {
content: '\201C';
font-family: 'Playfair Display', serif;
font-size: 7rem;
color: var(--teal-pale);
position: absolute;
top: 0.5rem;
left: 1.75rem;
line-height: 1;
pointer-events: none;
}
.pullquote-text {
font-family: 'Playfair Display', serif;
font-size: 1.3rem;
font-weight: 400;
font-style: italic;
color: var(--ocean);
line-height: 1.55;
position: relative;
z-index: 1;
}
.pullquote-stars { color: var(--sand); margin-bottom: 0.75rem; letter-spacing: 0.1em; font-size: 0.85rem; }
.pullquote-attr { margin-top: 1.25rem; font-size: 0.78rem; color: var(--ink-light); letter-spacing: 0.06em; text-transform: uppercase; }
/* ─── INCLUDES ─── */
.includes { background: var(--off-white); }
.includes-header {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
margin-bottom: 4rem;
align-items: end;
}
/* Single program card */
.program-card {
background: var(--ocean);
border-radius: 2px;
overflow: hidden;
position: relative;
}
.program-card-top {
padding: 2.5rem 3rem;
background: linear-gradient(135deg, var(--ocean) 0%, var(--teal) 100%);
border-bottom: 1px solid rgba(255,255,255,0.1);
position: relative;
overflow: hidden;
}
.program-card-top::after {
content: '';
position: absolute;
right: -2rem;
top: -2rem;
width: 180px;
height: 180px;
border-radius: 50%;
background: rgba(61,184,184,0.12);
}
.program-name {
font-family: 'Playfair Display', serif;
font-size: 2rem;
font-weight: 400;
color: white;
margin-bottom: 0.5rem;
position: relative;
}
.program-subtitle {
font-size: 0.8rem;
color: var(--teal-light);
letter-spacing: 0.12em;
text-transform: uppercase;
position: relative;
}
.program-price-block {
padding: 2rem 3rem;
background: rgba(255,255,255,0.04);
border-bottom: 1px solid rgba(255,255,255,0.08);
display: flex;
align-items: baseline;
gap: 0.75rem;
}
.program-price {
font-family: 'Playfair Display', serif;
font-size: 3.2rem;
font-weight: 400;
color: white;
line-height: 1;
}
.program-price-detail {
font-size: 0.82rem;
color: rgba(255,255,255,0.45);
line-height: 1.5;
}
.program-features {
padding: 2rem 3rem;
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.1rem;
}
.program-features li {
padding: 0.65rem 0;
font-size: 0.88rem;
color: rgba(255,255,255,0.72);
display: flex;
gap: 0.7rem;
align-items: flex-start;
border-bottom: 1px solid rgba(255,255,255,0.06);
font-weight: 300;
}
.program-features li::before {
content: '✓';
color: var(--teal-light);
font-size: 0.75rem;
margin-top: 0.15rem;
flex-shrink: 0;
}
.program-cta-row {
padding: 2rem 3rem;
border-top: 1px solid rgba(255,255,255,0.08);
display: flex;
gap: 1rem;
align-items: center;
flex-wrap: wrap;
}
.btn-teal-large {
background: var(--teal-mid);
color: white;
border: none;
padding: 1rem 2.25rem;
font-family: 'Jost', sans-serif;
font-size: 0.82rem;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
cursor: pointer;
border-radius: 1px;
text-decoration: none;
transition: background 0.2s;
display: inline-block;
}
.btn-teal-large:hover { background: var(--teal-light); }
/* Tests add-on strip */
.tests-strip {
margin-top: 2.5rem;
background: var(--white);
border: 1px solid var(--border);
border-radius: 2px;
overflow: hidden;
}
.tests-strip-header {
background: var(--teal-pale);
padding: 1rem 1.75rem;
font-size: 0.72rem;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--teal);
border-bottom: 1px solid var(--border);
}
.tests-strip-grid {
display: grid;
grid-template-columns: 1fr 1fr;
}
.test-item {
padding: 1.5rem 1.75rem;
border-right: 1px solid var(--border);
border-bottom: 1px solid var(--border);
}
.test-item:nth-child(2n) { border-right: none; }
.test-item:nth-last-child(-n+2) { border-bottom: none; }
.test-name { font-size: 0.9rem; font-weight: 500; color: var(--ink); margin-bottom: 0.25rem; }
.test-detail { font-size: 0.8rem; color: var(--ink-light); font-weight: 300; margin-bottom: 0.5rem; }
.test-price { font-size: 1.1rem; font-weight: 400; color: var(--teal); font-family: 'Playfair Display', serif; }
/* ─── ZOOM SESSIONS ─── */
.zoom-section {
background: var(--white);
display: grid;
grid-template-columns: 1fr 1fr;
gap: 6rem;
align-items: center;
}
.zoom-schedule {
background: var(--ocean);
border-radius: 2px;
overflow: hidden;
}
.zoom-header {
background: var(--teal);
padding: 1.25rem 1.75rem;
color: white;
font-size: 0.72rem;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.zoom-item {
padding: 1.25rem 1.75rem;
border-bottom: 1px solid rgba(255,255,255,0.07);
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
}
.zoom-item:last-child { border-bottom: none; }
.zoom-item-name { font-size: 0.9rem; color: rgba(255,255,255,0.85); font-weight: 400; }
.zoom-item-detail { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-top: 0.2rem; font-weight: 300; }
.zoom-item-time {
font-size: 0.78rem;
color: var(--teal-light);
font-weight: 500;
letter-spacing: 0.04em;
text-align: right;
flex-shrink: 0;
}
/* ─── EXPERTS ─── */
.experts { background: var(--teal-mist); }
.experts-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin-top: 3rem;
}
.expert-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: 2px;
padding: 2.5rem 2.25rem;
}
.expert-avatar {
width: 72px;
height: 72px;
border-radius: 50%;
background: var(--teal-pale);
border: 2px solid rgba(26,107,107,0.3);
display: flex;
align-items: center;
justify-content: center;
font-family: 'Playfair Display', serif;
font-size: 1.3rem;
color: var(--teal);
margin-bottom: 1.25rem;
flex-shrink: 0;
}
.expert-name {
font-family: 'Playfair Display', serif;
font-size: 1.5rem;
font-weight: 400;
color: var(--ink);
margin-bottom: 0.3rem;
}
.expert-title {
font-size: 0.72rem;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--teal-mid);
margin-bottom: 1rem;
line-height: 1.5;
}
.expert-website {
display: inline-block;
font-size: 0.75rem;
color: var(--teal-mid);
text-decoration: none;
letter-spacing: 0.06em;
margin-bottom: 0.85rem;
border-bottom: 1px solid var(--border);
padding-bottom: 0.2rem;
transition: color 0.2s;
}
.expert-website:hover { color: var(--teal-light); }
.expert-bio { font-size: 0.88rem; color: var(--ink-light); line-height: 1.75; font-weight: 300; }
/* ─── PROOF ─── */
.proof { background: var(--off-white); }
.proof-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
margin-top: 3rem;
}
.proof-card {
background: var(--white);
border: 1px solid var(--border);
border-radius: 2px;
padding: 2rem 1.75rem;
}
.proof-stars { color: var(--sand); font-size: 0.85rem; margin-bottom: 1rem; letter-spacing: 0.1em; }
.proof-text {
font-family: 'Playfair Display', serif;
font-size: 1.05rem;
font-style: italic;
color: var(--ink);
line-height: 1.6;
margin-bottom: 1rem;
}
.proof-name { font-size: 0.72rem; font-weight: 500; color: var(--ink-light); letter-spacing: 0.08em; text-transform: uppercase; }
/* ─── FINAL CTA ─── */
.final-cta {
background: var(--ocean-deep);
text-align: center;
padding: 8rem 4rem;
position: relative;
overflow: hidden;
}
.final-cta::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(ellipse 65% 65% at 50% 50%, rgba(26,107,107,0.3) 0%, transparent 70%);
pointer-events: none;
}
.final-cta-inner { position: relative; z-index: 2; }
.final-h2 {
font-size: clamp(2rem, 5vw, 3.8rem);
font-weight: 400;
color: white;
margin-bottom: 1rem;
line-height: 1.1;
}
.final-h2 em { color: var(--teal-light); font-style: italic; }
.final-tagline {
font-family: 'Playfair Display', serif;
font-style: italic;
font-size: 1.1rem;
color: var(--sand-light);
margin-bottom: 1rem;
opacity: 0.8;
}
.final-sub {
font-size: 1rem;
color: rgba(255,255,255,0.45);
max-width: 480px;
margin: 0 auto 2.75rem;
line-height: 1.75;
font-weight: 300;
}
.final-actions { display: flex; gap: 1.25rem; justify-content: center; align-items: center; flex-wrap: wrap; }
.btn-primary-large {
background: var(--teal-mid);
color: white;
border: none;
padding: 1.15rem 2.75rem;
font-family: 'Jost', sans-serif;
font-size: 0.82rem;
font-weight: 500;
letter-spacing: 0.14em;
text-transform: uppercase;
cursor: pointer;
border-radius: 1px;
text-decoration: none;
transition: background 0.2s;
display: inline-block;
}
.btn-primary-large:hover { background: var(--teal-light); }
.btn-tel {
color: rgba(255,255,255,0.4);
font-size: 0.88rem;
text-decoration: none;
display: flex;
align-items: center;
gap: 0.5rem;
transition: color 0.2s;
}
.btn-tel:hover { color: white; }
/* ─── FOOTER ─── */
footer {
background: var(--ocean-deep);
padding: 2.5rem 4rem;
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-logo {
font-family: 'Playfair Display', serif;
font-size: 0.95rem;
color: rgba(255,255,255,0.35);
letter-spacing: 0.06em;
}
.footer-links { display: flex; gap: 2rem; list-style: none; }
.footer-links a {
color: rgba(255,255,255,0.28);
text-decoration: none;
font-size: 0.75rem;
letter-spacing: 0.08em;
text-transform: uppercase;
transition: color 0.2s;
}
.footer-links a:hover { color: var(--teal-light); }
.footer-copy { font-size: 0.7rem; color: rgba(255,255,255,0.18); }
/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
from { opacity: 0; transform: translateY(24px); }
to { opacity: 1; transform: translateY(0); }
}
.hero-inner .eyebrow { animation: fadeUp 0.7s ease both 0.1s; }
.hero-inner .hero-h1 { animation: fadeUp 0.8s ease both 0.25s; }
.hero-inner .hero-tagline { animation: fadeUp 0.8s ease both 0.35s; }
.hero-inner .hero-sub { animation: fadeUp 0.8s ease both 0.45s; }
.hero-inner .hero-actions { animation: fadeUp 0.8s ease both 0.6s; }
.hero-stats { animation: fadeUp 0.8s ease both 0.75s; }
/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
nav { padding: 1.25rem 2rem; }
section { padding: 4rem 2rem; }
.hero-inner { padding: 4rem 2rem 2rem; }
.hero-stats { grid-template-columns: repeat(3, 1fr); }
.hero-stat { padding: 1.5rem 2rem; }
.problem, .zoom-section { grid-template-columns: 1fr; gap: 2.5rem; }
.includes-header { grid-template-columns: 1fr; gap: 1.5rem; }
.program-features { grid-template-columns: 1fr; }
.experts-grid { grid-template-columns: 1fr; }
.proof-grid { grid-template-columns: 1fr; }
.tests-strip-grid { grid-template-columns: 1fr; }
.test-item { border-right: none; }
.test-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--border); }
.test-item:last-child { border-bottom: none; }
footer { flex-direction: column; gap: 1.5rem; text-align: center; padding: 2rem; }
.footer-links { flex-wrap: wrap; justify-content: center; }
.final-cta { padding: 5rem 2rem; }
.program-features { grid-template-columns: 1fr; }
.program-card-top, .program-price-block, .program-features, .program-cta-row { padding-left: 2rem; padding-right: 2rem; }
}
@media (max-width: 600px) {
.hero-h1 { font-size: 2.4rem; }
.hero-stats { grid-template-columns: 1fr 1fr; }
.hero-stat:last-child { grid-column: span 2; }
nav .nav-links a:not(.nav-cta) { display: none; }
}
</style>
</head>
<body>
<!-- ════════════════ NAV ════════════════ -->
<nav>
<a href="https://thewildresetmethod.com/" class="nav-logo">Balance for Life <span>Florida</span></a>
<div class="nav-links">
<a href="file:///C:/Users/hress/OneDrive/Documents/Sharon%20Content/Wild%20Reset/balance_for_life_detox_landing.html#program">The Program</a>
<a href="file:///C:/Users/hress/OneDrive/Documents/Sharon%20Content/Wild%20Reset/balance_for_life_detox_landing.html#experts">Our Guides</a>
<a href="file:///C:/Users/hress/OneDrive/Documents/Sharon%20Content/Wild%20Reset/balance_for_life_detox_landing.html#contact" class="nav-cta">Enroll Now</a>
</div>
</nav>
<!-- ════════════════ HERO ════════════════ -->
<section class="hero">
<div class="hero-bg"></div>
<div class="hero-inner">
<p class="eyebrow">Balance for Life Florida — Online Program</p>
<h1 class="hero-h1 display">
Your Body Already<br>Knows How to <em>Heal.</em>
</h1>
<p class="hero-tagline">Restore Safety. Restore Trust. Let the Body Do the Rest.</p>
<p class="hero-sub">
A guided 14-day Water Fast and Juice Detox Cleanse — done from home, with expert support from the team behind 30+ years of transformative retreats in Deerfield Beach, Florida.
</p>
<div class="hero-actions">
<a href="file:///C:/Users/hress/OneDrive/Documents/Sharon%20Content/Wild%20Reset/balance_for_life_detox_landing.html#program" class="btn-primary">Explore the Program</a>
<a href="file:///C:/Users/hress/OneDrive/Documents/Sharon%20Content/Wild%20Reset/balance_for_life_detox_landing.html#experts" class="btn-ghost-white">Meet your guides</a>
</div>
</div>
<div class="hero-stats">
<div class="hero-stat">
<span class="stat-number display">30+</span>
<span class="stat-label">Years of Retreat Excellence</span>
</div>
<div class="hero-stat">
<span class="stat-number display">14</span>
<span class="stat-label">Days to a Complete Reset</span>
</div>
<div class="hero-stat">
<span class="stat-number display">Oct 11</span>
<span class="stat-label">Next In-Person Retreat</span>
</div>
</div>
</section>
<!-- ════════════════ PROBLEM ════════════════ -->
<section class="problem">
<div>
<p class="section-eyebrow">Why Now</p>
<h2 class="section-h2 display">Your body isn't broken.<br>It's been <em>waiting for safety.</em></h2>
<p class="section-body">Most detox programs treat the body like a machine to fix. We treat it like a living system that heals when it finally feels safe — physically, emotionally, and cellularly. That's the difference 30 years makes.</p>
<ul class="problem-list">
<li>Fatigue that no amount of sleep can touch</li>
<li>Brain fog, poor focus, and mental heaviness</li>
<li>Weight your body is holding as protection</li>
<li>Chronic inflammation or unexplained symptoms</li>
<li>A nervous system stuck in low-grade survival mode</li>
<li>Toxin buildup from food, water, air, and microplastics</li>
</ul>
</div>
<div>
<div class="pullquote">
<div class="pullquote-stars">★★★★★</div>
<p class="pullquote-text">"I water fasted for 7 days and lost over a pound per day. But the real win? I no longer crave the foods that were making me sick. It's nothing short of amazing."</p>
<p class="pullquote-attr">— Balance for Life Guest, Google Review</p>
</div>
</div>
</section>
<!-- ════════════════ PROGRAM ════════════════ -->
<section class="includes" id="program">
<div class="includes-header">
<div>
<p class="section-eyebrow">The Program</p>
<h2 class="section-h2 display">One complete program.<br><em>Everything you need.</em></h2>
</div>
<p class="section-body">The same expert guidance and proven protocols from our acclaimed in-person retreat — now available to you at home, with live professional support built in every step of the way.</p>
</div>
<div class="program-card">
<div class="program-card-top">
<p class="program-subtitle">14-Day Online Program</p>
<p class="program-name display">Wild Reset Water Fast<br>&amp; Juice Detox Cleanse</p>
</div>
<div class="program-price-block">
<span class="program-price display">$2,275</span>
<span class="program-price-detail">Complete program<br>All inclusions below</span>
</div>
<ul class="program-features">
<li>Full On Demand Detox Course</li>
<li>Protocol Handouts</li>
<li>14-Day Water Fast &amp; Juice Cleanse Protocol</li>
<li>2 Live Zoom Sessions Per Week (up to 60 min each)</li>
<li>Sharon's E-Book: <em>Wild Reset Fasting &amp; Cleanse Guide</em></li>
<li>Nili's Book: <em>Symptoms &amp; Toxins: The Art of Detoxing</em></li>
<li>Twice-Monthly Live Support Group</li>
<li>Private Online Community Access</li>
<li>Systemic Detox Supplements — Prep, Body &amp; Brain Phases ($360 add-on, lab ships direct to you)</li>
<li>Functional Lab Tests available (see below)</li>
</ul>
<div class="program-cta-row">
<a href="mailto:VIP@BalanceForLifeRetreats.com" class="btn-teal-large">Enroll Now — $2,275</a>
<a href="tel:18006639292" style="color:rgba(255,255,255,0.4);font-size:0.85rem;text-decoration:none;">📞 1-800-663-9292</a>
</div>
</div>
<!-- TESTS ADD-ON -->
<div class="tests-strip">
<div class="tests-strip-header">Optional Functional Lab Tests — Add On</div>
<div class="tests-strip-grid">
<div class="test-item">
<p class="test-name">21 Toxic Heavy Metals Test — Urine</p>
<p class="test-detail">Comprehensive heavy metal burden screening — essential for detox clarity. The lab will ship directly to you.</p>
<p class="test-price">$295</p>
</div>
<div class="test-item">
<p class="test-name">Metabolomix+ — Comprehensive Functional Analysis</p>
<p class="test-detail">Full-spectrum assessment including: nutritional status, organic acids, amino acids, oxidative stress markers, methylation, mitochondrial function, glutathione, protein metabolism, detoxification pathways &amp; ability, toxins, neurotransmitters, inflammation, signs of dysbiosis, and gut health. The lab will ship directly to you.</p>
<p class="test-price">$549</p>
</div>
</div>
</div>
<p style="margin-top:1rem;font-size:0.8rem;color:var(--ink-light);font-weight:300;">Optional add-ons discussed during your Zoom and support sessions. All test costs are separate from program pricing.</p>
</section>
<!-- ════════════════ ZOOM SESSIONS ════════════════ -->
<section class="zoom-section">
<div>
<p class="section-eyebrow">Live Zoom Support</p>
<h2 class="section-h2 display">You are never doing<br>this <em>alone.</em></h2>
<p class="section-body">Two dedicated Zoom sessions every week — up to 60 minutes each — with Sharon and Nili. Ask questions, get guidance, and receive personalized support as your body moves through each phase of the cleanse.</p>
<p class="section-body" style="margin-top:1rem;">Plus our twice-monthly group support sessions covering the science behind detox — microplastics, heavy metals, brain health, and what your functional tests are telling you.</p>
</div>
<div class="zoom-schedule">
<div class="zoom-header">Your Weekly Support Structure</div>
<div class="zoom-item">
<div>
<div class="zoom-item-name">Live Zoom Session #1</div>
<div class="zoom-item-detail">Guided check-in, protocol review &amp; Q&amp;A with Sharon &amp; Nili</div>
</div>
<div class="zoom-item-time">Up to 60 min</div>
</div>
<div class="zoom-item">
<div>
<div class="zoom-item-name">Live Zoom Session #2</div>
<div class="zoom-item-detail">Progress review, symptom support &amp; personalized guidance</div>
</div>
<div class="zoom-item-time">Up to 60 min</div>
</div>
<div class="zoom-item">
<div>
<div class="zoom-item-name">Monthly Support Group</div>
<div class="zoom-item-detail">Expert presentations — microplastics, heavy metals, brain health &amp; more</div>
</div>
<div class="zoom-item-time">2× per month</div>
</div>
<div class="zoom-item">
<div>
<div class="zoom-item-name">Private Community</div>
<div class="zoom-item-detail">Like-minded members, accountability &amp; shared progress</div>
</div>
<div class="zoom-item-time">Always on</div>
</div>
<div class="zoom-item">
<div>
<div class="zoom-item-name">On Demand Course Access</div>
<div class="zoom-item-detail">Full protocols &amp; handbook available anytime, at your pace</div>
</div>
<div class="zoom-item-time">24 / 7</div>
</div>
</div>
</section>
<!-- ════════════════ EXPERTS ════════════════ -->
<section class="experts" id="experts">
<p class="section-eyebrow">Your Guides</p>
<h2 class="section-h2 display">Decades of lived experience.<br><em>Not theory.</em></h2>
<div class="experts-grid">
<!-- SHARON -->
<div class="expert-card">
<div class="expert-avatar">SW</div>
<p class="expert-name display">Sharon B. Wild</p>
<p class="expert-title">Health Coach · NLP Certified · Executive Director, Balance for Life Florida</p>
<a href="https://thewildresetmethod.com/" class="expert-website" target="_blank">thewildresetmethod.com</a>
<p class="expert-bio">Sharon B. Wild has spent decades helping people restore health by learning to listen to their bodies instead of fighting them. With more than 20 years of experience leading health retreats and guiding individuals through detoxification, plant-based nutrition, fasting protocols, and lifestyle change, she has witnessed firsthand both the confusion and harm caused by rigid health rules, extreme discipline, and one-size-fits-all solutions.<br><br>Her work integrates practical lifestyle guidance with a deep understanding of how beliefs, language, and the nervous system shape the body's responses. Sharon is certified in Neuro-Linguistic Programming (NLP), which informs her approach to behavior change, self-trust, and sustainable healing.<br><br>Now in her seventies, Sharon continues to teach, write, coach, and live the principles she shares. Her work is grounded not only in professional training and research, but in lived experience, resilience, and recovery. She believes the body is not broken — and that aging does not have to mean decline. <em>The Wild Reset</em> is an invitation to return to health with clarity, compassion, and trust.</p>
</div>
<!-- NILI -->
<div class="expert-card">
<div class="expert-avatar">NS</div>
<p class="expert-name display">Nili Sinai</p>
<p class="expert-title">Functional Genomics &amp; Nutrition Coach · Author · Longevity Specialist<br>Certified in Neurotoxicity Assessment (Dr. Dan Pompa)</p>
<a href="https://www.youtube.com/@functionalmedicinecoachnili" class="expert-website" target="_blank">Watch Nili's Health Videos</a>
<p class="expert-bio">Author of <em>Symptoms &amp; Toxins: The Art of Detoxing</em>, Nili Sinai has been on her own wellness journey since the age of 18 — and has spent decades guiding others through whole-body detox, hormonal balance, and longevity. At 68, she is living proof that her approach works.<br><br>Nili is certified in Neurotoxicity Assessment under Dr. Dan Pompa, which deeply informs her clinical approach to heavy metal burden, brain health, and cellular detoxification. Her "test, don't guess" philosophy uses Functional Medicine Testing and Genomics to uncover each client's unique biology — addressing fatigue, digestive issues, hormones, thyroid, and mood with personalized, evidence-informed care. She specializes in Whole Body Detoxing and Nourishing the body across every phase of life, with a particular focus on longevity and maintaining a youthful body, mind, and spirit.<br><br>A passionate educator, Nili has researched, written, and produced hundreds of health videos distributed worldwide through Expert Village, LiveStrong, Huffington Post, and AOL. Her warm, compassionate approach creates a safe space for clients to openly explore their health — and discover what their biology is actually asking for.</p>
</div>
</div>
</section>
<!-- ════════════════ TESTIMONIALS ════════════════ -->
<section class="proof">
<p class="section-eyebrow">What Guests Say</p>
<h2 class="section-h2 display">30 years of results —<br><em>speaking for themselves.</em></h2>
<div class="proof-grid">
<div class="proof-card">
<p class="proof-stars">★★★★★</p>
<p class="proof-text">"I attended Balance for Life in February 2024 and it was the best thing I've ever done for myself. The daily lectures were excellent. I lost 5 lbs in one week and another three at home."</p>
<p class="proof-name">Balance for Life Guest</p>
</div>
<div class="proof-card">
<p class="proof-stars">★★★★★</p>
<p class="proof-text">"I really wanted to recharge and detox my mind and body. I was delighted to experience exactly that. Truly phenomenal — I'm already planning to make this an annual part of my life."</p>
<p class="proof-name">Vivien J. — Retreat Guest</p>
</div>
<div class="proof-card">
<p class="proof-stars">★★★★★</p>
<p class="proof-text">"This is at least my 6th visit. The program is caring, compassionate, flexible, and responsive. The two back-to-back weeks I just had were among the most meaningful of my life. Truly."</p>
<p class="proof-name">Returning Guest — 6+ Visits</p>
</div>
</div>
</section>
<!-- ════════════════ FINAL CTA ════════════════ -->
<section class="final-cta" id="contact">
<div class="final-cta-inner">
<h2 class="final-h2 display">Ready for your<br><em>Wild Reset?</em></h2>
<p class="final-tagline">Restore Safety. Restore Trust. Let the Body Do the Rest.</p>
<p class="final-sub">Start your 14-day cleanse from home — guided by the same experts who have helped thousands reclaim their health. Enrollment is limited.</p>
<div class="final-actions">
<a href="mailto:VIP@BalanceForLifeRetreats.com" class="btn-primary-large">Enroll Now — $2,275</a>
<a href="tel:18006639292" class="btn-tel">📞 1-800-663-9292</a>
</div>
<p style="margin-top:2.5rem;font-size:0.72rem;color:rgba(255,255,255,0.2);letter-spacing:0.08em;text-transform:uppercase;">Supplements &amp; lab tests are additional · The lab ships directly to you</p>
<p style="margin-top:0.75rem;font-size:0.78rem;color:rgba(255,255,255,0.3);">
Also joining us in person? Next retreat: <strong style="color:rgba(255,255,255,0.5);">October 11–17, Wyndham Hotel, Deerfield Beach, FL</strong>
</p>
</div>
</section>
<!-- ════════════════ FOOTER ════════════════ -->
<footer>
<div class="footer-logo">Balance for Life Florida</div>
<ul class="footer-links">
<li><a href="https://thewildresetmethod.com/" target="_blank">thewildresetmethod.com</a></li>
<li><a href="https://balanceforlifefloridaretreat.com/" target="_blank">Retreat Website</a></li>
<li><a href="tel:18006639292">1-800-663-9292</a></li>
<li><a href="mailto:VIP@BalanceForLifeRetreats.com">Contact</a></li>
</ul>
<p class="footer-copy">© 2025 Balance for Life Florida · Wyndham Deerfield Beach, FL</p>
</footer>
</body></html>