.elementor-5044 .elementor-element.elementor-element-e3bff06{--display:flex;}/* Start custom CSS for container, class: .elementor-element-e3bff06 */.page-template-elementor_canvas, .page-template-elementor_canvas .page {
    max-width: 100% !important;
}
.page-template-elementor_canvas {
 padding:0 !important;
}/* End custom CSS */
/* Start custom CSS */<title>4-Week Reset Challenge | Weight Loss Solutions</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<style>
:root{
  --primary:#2E7D32;          /* keep green for future use if needed */
  --accent-yellow:#F2C200;
  --dark:#111111;
  --muted:#6B7280;
  --bg:#FAF9F6;
  --card:#FFFFFF;
  --radius-lg:20px;
  --radius-sm:999px;
  --shadow-soft:0 18px 45px rgba(15,23,42,0.10);
}
*{box-sizing:border-box;}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:var(--dark);
  background:var(--bg);
  line-height:1.5;
}
.page{
  max-width:1120px;
  margin:0 auto;
  padding:16px 16px 32px;
}

/* Header */
.header{
  display:flex;
  align-items:center;
  gap:12px;
  padding:8px 0 12px;
}
.header-logo {
  height: 42px !important;   /* try 48 / 52 / 56 until it looks like your comp */
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
  display: block;
}
.header-brand{font-weight:700;font-size:18px;}
.header-badge{
  margin-left:auto;
  font-size:12px;
  background:#E8F5E9;
  color:var(--primary);
  padding:4px 10px;
  border-radius:var(--radius-sm);
}

/* Hero band */
.hero-band{
  margin-top:8px;
  border-radius:26px;
  overflow:hidden;
  background:linear-gradient(135deg,#f4f3ef,#e7e3da);
  box-shadow:var(--shadow-soft);
}
.hero-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top center;
  border-radius: 26px;
}

/* Transform block (above packages, text only) */
.transform-block{
  margin-top:24px;
  border-radius:var(--radius-lg);
  background:radial-gradient(circle at top left,#ffffff, #F1EEE6);
  padding:20px 18px 18px;
  box-shadow:var(--shadow-soft);
}
.transform-title{
  font-size:26px;
  font-weight:800;
  margin:0 0 8px;
}
.transform-sub{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

/* Offers section */
.section{margin-top:24px;}
.section-title{font-size:24px;font-weight:700;margin:0 0 6px;}
.section-sub{margin:0 0 18px;color:var(--muted);font-size:14px;}
.offer-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.card{
  background:var(--card);
  border-radius:var(--radius-lg);
  padding:20px 18px 18px;
  box-shadow:var(--shadow-soft);
}
.card-header-line{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.card-title{
  font-size:20px;
  font-weight:700;
  margin:0;
}
.price-pill{
  background:#000;
  color:var(--accent-yellow);
  padding:7px 14px;
  border-radius:var(--radius-sm);
  font-size:14px;
  font-weight:800;
}
.card .meta{margin:6px 0 10px;color:var(--muted);font-size:14px;}
.card ul{margin:8px 0 0 20px;padding:0;font-size:14px;}

/* Bottom button row inside card */
.card-actions{
  margin-top:14px;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.btn-dark{
  display:inline-block;
  border-radius:var(--radius-sm);
  padding:12px 18px;
  border:none;
  background:#000;
  color:var(--accent-yellow);
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  text-decoration:none;
}

/* Affirm strip */
.affirm-strip{
  margin-top:16px;
  border-radius:var(--radius-lg);
  background:#F3F1EB;
  padding:10px 14px 12px;
  text-align:center;
}
.affirm-strip img{height:26px;display:block;margin:0 auto 6px;}
.affirm-strip p{
  margin:0;
  font-size:13px;
  color:var(--muted);
}

/* Why it works */
.section-why{margin-top:28px;}
.why-copy{margin:0 0 8px;color:var(--muted);font-size:14px;}
.pill-row{text-align:center;}
.pill{
  background:#ffffff;
  display:inline-block;
  padding:9px 14px;
  border-radius:var(--radius-sm);
  border:1px solid #E5E7EB;
  margin:6px;
  font-size:13px;
}

/* FAQ */
.faq details{
  background:#ffffff;
  padding:12px 16px;
  border-radius:var(--radius-lg);
  border:1px solid #E5E7EB;
  margin-bottom:10px;
}
.faq summary{
  font-weight:600;
  font-size:14px;
  cursor:pointer;
}
.faq p{
  margin-top:8px;
  font-size:14px;
  color:var(--muted);
}

/* Footer */
.footer{
  margin-top:28px;
  font-size:13px;
  color:var(--muted);
}
.footer a{color:var(--dark);text-decoration:none;}

@media (min-width:900px){
  .page{padding:24px 16px 40px;}
  .hero-img{max-height:420px;}
  .section-title{font-size:26px;}
  .offer-grid{grid-template-columns:1fr 1fr;}
  .transform-title{font-size:30px;}
}

</style>
</head>

<div class="page">

  <!-- Header -->
  <header class="header">
    <img src="WLS Logo Final.png" alt="Weight Loss Solutions" class="header-logo">
    <div class="header-badge">4-Week Reset Challenge</div>
  </header>

  <!-- New hero image: bootcamp + juice cleanse + GLP-1 -->
  <section class="hero-band">
    <img src="Hero_bootcamp_juice_glp1.png" alt="Bootcamp, juice cleanse, and GLP-1 hero montage" class="hero-img">
  </section>

  <!-- Transform block ABOVE packages, no buttons -->
  <section class="transform-block">
    <h1 class="transform-title">Transform Your Body & Mind in 4 Weeks</h1>
    <p class="transform-sub">
      Two structured programs. One outcome: feeling stronger, lighter, and more in control of your health.
      Choose the path that fits your lifestyle, then we’ll walk you through every step.
    </p>
  </section>

  <!-- Offers -->
  <section class="section" id="choose">
    <h2 class="section-title">Choose Your 4-Week Reset</h2>
    <p class="section-sub">Each program blends expert guidance, smart nutrition, and active movement for sustainable results.</p>

    <div class="offer-grid">
      <!-- Radiance Reset -->
      <article class="card">
        <div class="card-header-line">
          <h3 class="card-title">The Radiance Reset</h3>
          <span class="price-pill">$999</span>
        </div>
        <p class="meta">Perfect for visible fat reduction, skin rejuvenation, and energy renewal.</p>
        <ul>
          <li>8 Red Light Therapy Sessions</li>
          <li>Food Sensitivity Test</li>
          <li><strong>Juice Cleanse</strong> – cold-pressed blends of nutrient-rich fruits &amp; vegetables to boost energy naturally</li>
          <li>1:1 session with a <strong>Certified Nutrition Coach</strong></li>
          <li>4 weeks of <strong>Bootcamp Access</strong></li>
        </ul>
        <div class="card-actions">
          <a href="https://calendly.com/eric-wls/radiance-reset-consultation" class="btn-dark">Book My Free Consultation</a>
          <a href="https://buy.stripe.com/9B6eVd8r18zIfAg225fw403" class="btn-dark" target="_blank" rel="noopener noreferrer">I’m Ready – Book &amp; Pay Now</a>
        </div>
      </article>

      <!-- Metabolic Reset -->
      <article class="card">
        <div class="card-header-line">
          <h3 class="card-title">The Metabolic Reset</h3>
          <span class="price-pill">$499</span>
        </div>
        <p class="meta">Perfect for appetite control, metabolism support, and consistent progress.</p>
        <ul>
          <li>GLP-1 Program</li>
          <li>Free Medical Consultation</li>
          <li>1:1 session with a <strong>Certified Nutrition Coach</strong></li>
          <li>4 weeks of <strong>Bootcamp Access</strong></li>
        </ul>
        <div class="card-actions">
          <a href="https://thewlsgroup.com/metabolic-reset-consultation/" class="btn-dark">Book My Free Consultation</a>
          <a href="https://buy.stripe.com/28E00jePpg2a9bSdKNfw404" class="btn-dark" target="_blank" rel="noopener noreferrer">I’m Ready – Book &amp; Pay Now</a>
        </div>
      </article>
    </div>

    <!-- Affirm centered under the two packages -->
    <div class="affirm-strip">
      <img src="Affirm_logo.svg.png" alt="Affirm">
      <p>As low as $83/month for Radiance or $42/month for Metabolic with Affirm — flexible payments available at checkout.</p>
    </div>
  </section>

  <!-- Why it works -->
  <section class="section section-why">
    <h2 class="section-title">Why It Works</h2>
    <p class="why-copy">Each 4-week reset is designed to align your body, mind, and metabolism through medical guidance, personalized nutrition, and structured movement.</p>
    <div class="pill-row">
      <span class="pill">Personalized nutrition</span>
      <span class="pill">Active movement</span>
      <span class="pill">Medical oversight</span>
      <span class="pill">Real-life support</span>
    </div>
  </section>

  <!-- FAQ -->
  <section class="section faq" id="consult">
    <h2 class="section-title">Questions, Answered</h2>
    <details>
      <summary>Can I start if I’m new to fitness?</summary>
      <p>Absolutely. Your plan is adjustable to your current level and goals, and our partners will help you ease in safely.</p>
    </details>
    <details>
      <summary>Do I have to visit in person?</summary>
      <p>Consults can be virtual. Some services take place in-clinic — we’ll walk you through the schedule and options.</p>
    </details>
    <details>
      <summary>How soon can I begin?</summary>
      <p>Most clients start within a week depending on availability. Booking your consultation reserves your place in the next 4-week cycle.</p>
    </details>
  </section>

  <!-- Footer -->
  <footer class="footer">
    © 2025 Weight Loss Solutions
    <a href="https://thewlsgroup.com">thewlsgroup.com</a> •
  </footer>

</div>
</body>
</html>/* End custom CSS */