landing-page-01-Aurea-Flora

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bach Flower Slimming Complex — Aurea Flora</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<style>
:root {
--green: #2d6a4f;
--green-light: #40916c;
--green-pale: #d8f3dc;
--gold: #b5843a;
--gold-light: #f0c97a;
--cream: #fdf8f0;
--dark: #1a1a1a;
--gray: #555;
--gray-light: #f5f5f5;
--red: #c0392b;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
font-family: 'Lato', sans-serif;
background: #fff;
color: var(--dark);
font-size: 16px;
line-height: 1.6;
}

.announcement-bar {
background: var(--green);
color: #fff;
text-align: center;
padding: 12px 20px;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.5px;
}
.announcement-bar a {
color: var(--gold-light);
text-decoration: underline;
cursor: pointer;
}

.hero {
background: var(--cream);
padding: 40px 20px 20px;
text-align: center;
border-bottom: 1px solid #e8e0d0;
}
.hero .badge {
display: inline-block;
background: var(--gold);
color: #fff;
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 12px;
}
.hero .logo {
width: 160px;
margin: 0 auto 20px;
display: block;
}
.hero .product-img {
width: 260px;
max-width: 90%;
margin: 0 auto 20px;
display: block;
filter: drop-shadow(0 10px 30px rgba(0,0,0,0.15));
}
.hero .trust-badge {
font-size: 12px;
color: var(--gray);
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 20px;
}
.meta-line {
font-size: 13px;
color: var(--gray);
margin-bottom: 20px;
}

h1 {
font-family: 'Playfair Display', serif;
font-size: clamp(24px, 4vw, 40px);
font-weight: 900;
line-height: 1.2;
color: var(--dark);
max-width: 800px;
margin: 0 auto 20px;
}
.hero-sub {
font-size: 16px;
color: var(--gray);
max-width: 650px;
margin: 0 auto 30px;
line-height: 1.7;
}

.tabs-wrap {
max-width: 700px;
margin: 0 auto 30px;
}
.tabs {
display: flex;
border-bottom: 2px solid #ddd;
justify-content: center;
}
.tab-btn {
background: none;
border: none;
border-bottom: 3px solid transparent;
margin-bottom: -2px;
padding: 10px 20px;
cursor: pointer;
font-size: 14px;
font-weight: 700;
color: var(--gray);
transition: all 0.2s;
}
.tab-btn.active {
color: var(--green);
border-bottom-color: var(--green);
}
.tab-content { display: none; padding: 20px 10px 0; text-align: left; }
.tab-content.active { display: block; }
.check-list { list-style: none; }
.check-list li {
padding: 8px 0;
padding-left: 28px;
position: relative;
font-size: 15px;
color: var(--dark);
}
.check-list li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--green);
font-weight: 900;
font-size: 16px;
}
.check-list li strong { color: var(--dark); }

.cta-btn {
display: inline-block;
background: linear-gradient(135deg, var(--green-light), var(--green));
color: #fff;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 900;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
padding: 18px 40px;
border-radius: 4px;
border: none;
cursor: pointer;
box-shadow: 0 6px 20px rgba(45,106,79,0.4);
transition: transform 0.2s, box-shadow 0.2s;
margin: 10px 0;
}
.cta-btn:hover {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(45,106,79,0.5);
}
.cta-wrap { text-align: center; margin: 30px 0; }

.social-proof {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
padding: 30px 20px;
background: #fff;
border-bottom: 1px solid #eee;
}
.proof-item {
display: flex;
align-items: center;
gap: 12px;
max-width: 280px;
}
.proof-icon {
width: 56px;
height: 56px;
border-radius: 50%;
background: var(--green-pale);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
flex-shrink: 0;
}
.proof-item h4 {
font-size: 14px;
font-weight: 700;
color: var(--dark);
margin-bottom: 3px;
}
.proof-item p { font-size: 13px; color: var(--gray); }

section { padding: 60px 20px; }
section:nth-child(even) { background: var(--cream); }
.container { max-width: 900px; margin: 0 auto; }

h2 {
font-family: 'Playfair Display', serif;
font-size: clamp(22px, 3.5vw, 34px);
font-weight: 900;
text-align: center;
margin-bottom: 40px;
color: var(--dark);
line-height: 1.3;
}

.benefit-list { display: flex; flex-direction: column; gap: 30px; }
.benefit-item {
display: flex;
gap: 20px;
align-items: flex-start;
padding: 24px;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
border-left: 4px solid var(--green);
}
.benefit-item .num {
font-family: 'Playfair Display', serif;
font-size: 32px;
font-weight: 900;
color: var(--green-pale);
line-height: 1;
flex-shrink: 0;
width: 40px;
text-align: center;
}
.benefit-item h3 {
font-size: 17px;
font-weight: 700;
margin-bottom: 8px;
color: var(--dark);
}
.benefit-item p { font-size: 15px; color: var(--gray); }

.img-text-row {
display: flex;
gap: 40px;
align-items: center;
flex-wrap: wrap;
}
.img-text-row img {
width: 100%;
max-width: 400px;
border-radius: 12px;
object-fit: cover;
flex: 1 1 280px;
}
.img-text-body { flex: 1 1 280px; }
.img-text-body h2 { text-align: left; margin-bottom: 20px; }
.img-text-body p { color: var(--gray); font-size: 15px; margin-bottom: 16px; line-height: 1.7; }

.flowers-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 24px;
margin-top: 30px;
}
.flower-card {
background: #fff;
border-radius: 12px;
padding: 20px 16px;
text-align: center;
box-shadow: 0 2px 16px rgba(0,0,0,0.07);
border-top: 3px solid var(--green);
}
.flower-card .flower-emoji { font-size: 32px; margin-bottom: 10px; }
.flower-card h4 {
font-family: 'Playfair Display', serif;
font-size: 16px;
font-weight: 700;
margin-bottom: 6px;
color: var(--dark);
}
.flower-card .tags {
font-size: 11px;
color: var(--green);
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 8px;
}
.flower-card p { font-size: 13px; color: var(--gray); line-height: 1.5; }

.ingredients-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 20px;
margin-top: 30px;
}
.ingredient-card {
text-align: center;
padding: 20px 12px;
background: #fff;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.ingredient-card .icon { font-size: 36px; margin-bottom: 10px; }
.ingredient-card h4 {
font-size: 14px;
font-weight: 700;
margin-bottom: 6px;
color: var(--dark);
}
.ingredient-card p { font-size: 12px; color: var(--gray); line-height: 1.5; }

.warning-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-top: 30px;
}
.warning-card {
padding: 24px;
border-radius: 10px;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.warning-card h3 {
font-size: 16px;
font-weight: 700;
color: var(--dark);
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 8px;
}
.warning-card p { font-size: 14px; color: var(--gray); line-height: 1.6; }

.testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 24px;
margin-top: 10px;
}
.testimonial-card {
background: #fff;
border-radius: 12px;
padding: 28px 24px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.testimonial-card .stars {
color: var(--gold);
font-size: 18px;
margin-bottom: 10px;
letter-spacing: 2px;
}
.testimonial-card .quote {
font-family: 'Playfair Display', serif;
font-size: 15px;
font-style: italic;
color: var(--dark);
font-weight: 600;
margin-bottom: 10px;
line-height: 1.5;
}
.testimonial-card .body {
font-size: 13px;
color: var(--gray);
margin-bottom: 16px;
line-height: 1.6;
}
.testimonial-card .author {
font-size: 13px;
font-weight: 700;
color: var(--green);
}

#next-step { scroll-margin-top: 80px; }
.offer-box {
background: var(--dark);
color: #fff;
border-radius: 16px;
padding: 40px 30px;
text-align: center;
max-width: 700px;
margin: 0 auto;
}
.offer-box h3 {
font-family: 'Playfair Display', serif;
font-size: clamp(20px, 3vw, 30px);
font-weight: 900;
margin-bottom: 10px;
}
.offer-box .sub { color: #aaa; font-size: 14px; margin-bottom: 24px; }
.offer-item {
display: flex;
align-items: flex-start;
gap: 12px;
text-align: left;
padding: 10px 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.offer-item:last-of-type { border-bottom: none; }
.offer-item .check { color: var(--gold-light); font-size: 18px; flex-shrink: 0; }
.offer-item .text { font-size: 14px; line-height: 1.5; }
.offer-item .text strong { color: var(--gold-light); }
.price-block { margin: 24px 0; }
.price-block .big-price {
font-family: 'Playfair Display', serif;
font-size: 48px;
font-weight: 900;
color: var(--gold-light);
}
.price-block .orig-price {
text-decoration: line-through;
color: #888;
font-size: 20px;
margin-left: 8px;
}
.price-block .save {
font-size: 14px;
color: var(--gold-light);
margin-top: 4px;
}
.urgency {
font-size: 13px;
color: #ff9a9a;
margin-bottom: 20px;
font-weight: 700;
}

.guarantee-box {
background: var(--cream);
border: 2px solid var(--green-pale);
border-radius: 12px;
padding: 30px;
text-align: center;
max-width: 600px;
margin: 30px auto 0;
}
.guarantee-box .g-icon { font-size: 48px; margin-bottom: 10px; }
.guarantee-box h3 {
font-family: 'Playfair Display', serif;
font-size: 20px;
font-weight: 700;
color: var(--dark);
margin-bottom: 10px;
}
.guarantee-box p { font-size: 14px; color: var(--gray); line-height: 1.7; }

.secure-badges {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
margin-top: 20px;
}
.secure-badges span {
background: #f0f0f0;
border-radius: 6px;
padding: 6px 14px;
font-size: 12px;
font-weight: 700;
color: var(--gray);
}

.faq-item { border-bottom: 1px solid #eee; }
.faq-question {
width: 100%;
background: none;
border: none;
text-align: left;
padding: 18px 0;
font-size: 15px;
font-weight: 700;
color: var(--dark);
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}
.faq-question .arrow {
font-size: 20px;
transition: transform 0.3s;
flex-shrink: 0;
color: var(--green);
}
.faq-question.open .arrow { transform: rotate(180deg); }
.faq-answer {
display: none;
padding: 0 0 18px;
font-size: 14px;
color: var(--gray);
line-height: 1.7;
}
.faq-answer.open { display: block; }

.final-cta {
background: var(--green);
color: #fff;
text-align: center;
padding: 60px 20px;
}
.final-cta h2 { color: #fff; margin-bottom: 10px; }
.final-cta p { color: rgba(255,255,255,0.85); margin-bottom: 30px; font-size: 16px; }
.final-cta .cta-btn {
background: linear-gradient(135deg, var(--gold-light), var(--gold));
color: var(--dark);
box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

footer {
background: #111;
color: #888;
text-align: center;
padding: 30px 20px;
font-size: 12px;
line-height: 2;
}
footer a { color: #888; text-decoration: underline; }
.disclaimer {
background: #f8f8f8;
border-top: 1px solid #eee;
padding: 20px;
font-size: 11px;
color: #aaa;
text-align: center;
line-height: 1.7;
}

@media (max-width: 600px) {
.social-proof { flex-direction: column; align-items: center; }
.img-text-row { flex-direction: column; }
.tabs { overflow-x: auto; }
.tab-btn { padding: 10px 14px; font-size: 13px; }
.offer-box { padding: 28px 18px; }
}
@media (max-width: 640px) {
.two-col-grid { grid-template-columns: 1fr !important; }
}
</style>
</head>
<body>

<!-- ANNOUNCEMENT BAR -->
<div class="announcement-bar">
🌿 LIMITED OFFER — Save 16% Today + Free Shipping on 2+ Products — <a href="#next-step">Claim Now →</a>
</div>

<!-- HERO -->
<div class="hero">
<div class="badge">BESTSELLER</div>
<img class="logo"
src="https://www.french-herborist.com/cdn/shop/files/AUREA-FLORA-BS.svg?v=1770290671&width=541"
alt="Aurea Flora Logo">

<img class="product-img"
src="https://www.french-herborist.com/cdn/shop/files/V1-BACH-MINC-F0.png?v=1770291980&width=1000"
alt="Bach Flower Slimming Complex">

<div class="trust-badge">⭐⭐⭐⭐⭐ — Formulated by a Certified Bach Flower Practitioner</div>
<div class="meta-line">From <strong>$31.50</strong> (Regular: <s>$37.60</s>) &nbsp;|&nbsp; 30-Day Money-Back Guarantee &nbsp;|&nbsp; Delivered in 3–5 Days</div>

<h1>The Floral Complex Helping Women Rediscover Lightness, Balance & Confidence in Their Body</h1>

<p class="hero-sub">
5 carefully selected Bach Flowers + Guarana, Green Tea &amp; Kola — A natural synergy to support your weight loss journey, calm emotional cravings, and restore daily energy.
</p>

<!-- TABS -->
<div class="tabs-wrap">
<div class="tabs">
<button class="tab-btn active" onclick="openTab(event,'tab1')">What's Included</button>
<button class="tab-btn" onclick="openTab(event,'tab2')">How to Use</button>
<button class="tab-btn" onclick="openTab(event,'tab3')">Key Benefits</button>
</div>
<div id="tab1" class="tab-content active">
<ul class="check-list">
<li><strong>5 Bach Flower Complex</strong> specifically selected for the weight loss journey</li>
<li><strong>30 ml — 150 doses</strong> of 4 drops each, approximately 5 weeks of treatment</li>
<li>Enriched with <strong>Guarana, Green Tea &amp; Kola</strong> for targeted action on appetite and energy</li>
<li>Formulated following the <strong>original Dr. Bach method</strong></li>
<li><strong>Made in France</strong> — 100% natural ingredients</li>
</ul>
</div>
<div id="tab2" class="tab-content">
<ul class="check-list">
<li>Take <strong>4 drops, 4 times a day</strong>, pure or diluted in a glass of water</li>
<li>Preferably <strong>between meals</strong> for best results</li>
<li><strong>Gently shake</strong> the bottle before each use</li>
<li>Use <strong>as needed or as a short course</strong> depending on your goals</li>
</ul>
</div>
<div id="tab3" class="tab-content">
<ul class="check-list">
<li><strong>Helps control weight¹</strong> thanks to Green Tea</li>
<li><strong>Suppresses the feeling of hunger⁴</strong> — Guarana</li>
<li><strong>Resistance against mental and physical fatigue⁵</strong> — Kola</li>
<li>Soothes <strong>emotional snacking urges</strong></li>
<li>Fosters a <strong>healthier relationship</strong> with food and your body</li>
</ul>
</div>
</div>

<div class="cta-wrap">
<a href="#next-step" class="cta-btn">YES — I WANT MY SLIMMING COMPLEX!</a>
</div>
</div>

<!-- SOCIAL PROOF STRIP -->
<div class="social-proof">
<div class="proof-item">
<div class="proof-icon">🔁</div>
<div>
<h4>30-Day Money-Back Guarantee</h4>
<p>No questions asked, no hassle — your purchase is fully protected.</p>
</div>
</div>
<div class="proof-item">
<div class="proof-icon">🌿</div>
<div>
<h4>100% Natural, Made in France</h4>
<p>Crafted by hand following Dr. Bach's original principles.</p>
</div>
</div>
<div class="proof-item">
<div class="proof-icon">🚚</div>
<div>
<h4>Fast Delivery in 3–5 Days</h4>
<p>Free shipping when you buy 2 or more products.</p>
</div>
</div>
</div>

<!-- WHAT YOU'LL UNLOCK -->
<section>
<div class="container">
<h2>What This Synergy Will Unlock for You</h2>
<div class="benefit-list">
<div class="benefit-item">
<div class="num">01</div>
<div>
<h3>Calm the Emotional Imbalances That Sabotage Weight Loss</h3>
<p>Bach Flowers work on deep emotions — fear, frustration, lack of confidence — that fuel emotional eating. By restoring inner balance, they pave the way for healthier, more peaceful eating behaviors.</p>
</div>
</div>
<div class="benefit-item">
<div class="num">02</div>
<div>
<h3>Naturally Reduce Appetite and Compulsive Cravings</h3>
<p>Guarana and Green Tea work in synergy to suppress the feeling of hunger⁴ and support metabolism², helping you control portions without constant willpower battles.</p>
</div>
</div>
<div class="benefit-item">
<div class="num">03</div>
<div>
<h3>Regain Energy and Vitality Every Day</h3>
<p>Fatigue is often the first obstacle to change. Kola supports mental and physical resistance⁵ — so you stay active, motivated, and grounded in your new habits.</p>
</div>
</div>
<div class="benefit-item">
<div class="num">04</div>
<div>
<h3>Navigate Your Transformation With Confidence</h3>
<p>Losing weight is also an inner journey. This floral blend accompanies you through every step of change, supporting emotional resilience and self-confidence.</p>
</div>
</div>
<div class="benefit-item">
<div class="num">05</div>
<div>
<h3>Build a Healthier Relationship With Your Body</h3>
<p>No more war against yourself. This synergy helps you reconnect with your body with kindness — so your weight loss journey feels like freedom, not punishment.</p>
</div>
</div>
</div>
<div class="cta-wrap">
<a href="#next-step" class="cta-btn">START MY NATURAL TRANSFORMATION</a>
</div>
</div>
</section>

<!-- IMAGE + TEXT -->
<section style="background: var(--cream);">
<div class="container">
<div class="img-text-row">
<img src="https://www.french-herborist.com/cdn/shop/files/portrait-of-an-attractive-mature-woman-in-gymwear-2026-01-09-10-22-28-utc.jpg?v=1769436633" alt="Woman on a serene weight loss journey">
<div class="img-text-body">
<h2>Doing Everything "Right"… and Still Not Seeing Results?</h2>
<p>You're eating better, moving more — but the weight isn't shifting. You hold on for a few weeks, then one stressful evening makes everything fall apart. That's not a lack of willpower. That's an emotional imbalance that diets never address.</p>
<p>Emotional snacking, chronic fatigue, a tense relationship with food, self-doubt… These invisible obstacles sabotage even the most sincere efforts.</p>
<p><strong>The Aurea Flora Bach Flower Slimming Complex goes where other solutions don't dare: the emotional root cause of weight gain.</strong></p>
<ul class="check-list">
<li>Fewer emotion-driven cravings⁴</li>
<li>More energy to stay on track⁵</li>
<li>A calmer relationship with food and your body</li>
</ul>
</div>
</div>
</div>
</section>

<!-- WARNING SIGNALS -->
<section>
<div class="container">
<h2>Your Body Is Sending Signals — Listen Before They Escalate</h2>
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 30px;" class="two-col-grid">
<div>
<h3 style="font-size:17px; font-weight:700; color:var(--green); margin-bottom:16px;">⚠️ Warning Signs You May Recognize</h3>
<div class="warning-grid" style="grid-template-columns:1fr;">
<div class="warning-card">
<h3><span>😴</span> Persistent Fatigue</h3>
<p>Exhausted from the moment you wake up, even after a full night's sleep? Your body is in emotional and energetic overdrive.</p>
</div>
<div class="warning-card">
<h3><span>🍫</span> Irresistible Cravings</h3>
<p>Those compulsive urges for sugar or fatty foods after a stressful day? They're not weakness — it's your emotional system crying out for support.</p>
</div>
<div class="warning-card">
<h3><span>😔</span> Shaken Self-Confidence</h3>
<p>Never feeling good enough in your body, avoiding social situations, dodging the mirror… A major emotional barrier to any real transformation.</p>
</div>
<div class="warning-card">
<h3><span>🌀</span> On-Again, Off-Again Motivation</h3>
<p>Everything starts well, but the moment you slip, you abandon everything. This vicious cycle is a clear sign of emotional instability.</p>
</div>
</div>
</div>
<div>
<h3 style="font-size:17px; font-weight:700; color:var(--red); margin-bottom:16px;">❌ What Happens If You Wait…</h3>
<div class="warning-grid" style="grid-template-columns:1fr;">
<div class="warning-card" style="border-left:4px solid #e74c3c;">
<h3><span>📈</span> Weight Locks In Higher</h3>
<p>Without addressing emotional balance, emotional weight tends to become permanent weight.</p>
</div>
<div class="warning-card" style="border-left:4px solid #e74c3c;">
<h3><span>💊</span> Dependence on Artificial Appetite Suppressants</h3>
<p>Stronger and stronger products, with heavier and heavier side effects. A cycle that's hard to break once it starts.</p>
</div>
<div class="warning-card" style="border-left:4px solid #e74c3c;">
<h3><span>🧠</span> Mental Exhaustion Sets In</h3>
<p>Obsessive thoughts about food, anxiety, loss of drive — your psychological wellbeing takes a serious hit.</p>
</div>
<div class="warning-card" style="border-left:4px solid #e74c3c;">
<h3><span>🔄</span> The Yo-Yo Effect Accelerates</h3>
<p>Every "relapse" leaves marks — physical and emotional. The longer you wait, the harder the cycle is to break.</p>
</div>
</div>
</div>
</div>
<div style="background: var(--green-pale); border-radius: 10px; padding: 20px 24px; margin-top: 30px; text-align:center;">
<strong>The good news: all of this is naturally fixable.</strong><br>
<span style="font-size:14px; color:var(--gray);">The Bach Flower Slimming Complex helps you decode these signals — and use natural tools to treat the root cause.</span>
</div>
<div class="cta-wrap">
<a href="#next-step" class="cta-btn">START MY NATURAL TRANSFORMATION</a>
</div>
</div>
</section>

<!-- THE 5 BACH FLOWERS -->
<section style="background: var(--cream);">
<div class="container">
<h2>The 5 Bach Flowers in Our Synergy</h2>
<p style="text-align:center; color:var(--gray); max-width:600px; margin: -20px auto 30px;">Each flower was carefully chosen to address the most common emotional blocks encountered on a weight loss journey.</p>
<div class="flowers-grid">
<div class="flower-card">
<div class="flower-emoji">🌸</div>
<h4>Crab Apple</h4>
<div class="tags">#Acceptance #Peace</div>
<p>For those who never feel good enough or perfect enough in their own body.</p>
</div>
<div class="flower-card">
<div class="flower-emoji">🌺</div>
<h4>Cherry Plum</h4>
<div class="tags">#LetGo #Calm</div>
<p>For moments when you feel like you're about to snap and throw in the towel.</p>
</div>
<div class="flower-card">
<div class="flower-emoji">🌼</div>
<h4>Agrimony</h4>
<div class="tags">#Authenticity #Serenity</div>
<p>For those who smile on the outside while silently ruminating on frustrations.</p>
</div>
<div class="flower-card">
<div class="flower-emoji">🌰</div>
<h4>Walnut</h4>
<div class="tags">#Renewal #Freedom</div>
<p>For navigating major lifestyle changes without being thrown off balance.</p>
</div>
<div class="flower-card">
<div class="flower-emoji">🌻</div>
<h4>Mustard</h4>
<div class="tags">#Light #Lightness</div>
<p>For those dark clouds that settle in for no reason and drain all motivation.</p>
</div>
</div>
</div>
</section>

<!-- ACTIVE INGREDIENTS -->
<section>
<div class="container">
<h2>Active Ingredients — A Floral & Botanical Synergy</h2>
<div class="ingredients-grid">
<div class="ingredient-card">
<div class="icon">🍵</div>
<h4>Green Tea</h4>
<p>Helps control weight¹ and supports metabolism and fat oxidation².</p>
</div>
<div class="ingredient-card">
<div class="icon">🌱</div>
<h4>Guarana</h4>
<p>Promotes weight loss³ and naturally suppresses the feeling of hunger⁴.</p>
</div>
<div class="ingredient-card">
<div class="icon">🥜</div>
<h4>Kola</h4>
<p>Tonic properties that contribute to resistance against fatigue⁵ and help burn fat⁶.</p>
</div>
<div class="ingredient-card">
<div class="icon">💧</div>
<h4>Purified Water</h4>
<p>Pure base that preserves the integrity and subtle action of the floral elixirs.</p>
</div>
<div class="ingredient-card">
<div class="icon">🍷</div>
<h4>Organic Cognac 40°</h4>
<p>Traditional natural preservative in the Bach method, ensuring stability and shelf life.</p>
</div>
<div class="ingredient-card">
<div class="icon">🌸</div>
<h4>5 Mother Tinctures</h4>
<p>Bach Flower complex carefully selected and harmonized for a synergistic effect.</p>
</div>
</div>
</div>
</section>

<!-- TESTIMONIALS -->
<section style="background: var(--cream);">
<div class="container">
<h2>Real People. Real Transformation.</h2>
<div class="testimonials-grid">
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<div class="quote">"My evening cravings nearly vanished within 2 weeks."</div>
<div class="body">I'd been compulsively snacking after work for years. I tried everything — nothing stuck. Since starting this complex, I feel a real difference. I'm no longer fighting myself every night.</div>
<div class="author">Sophie M., 43 — Paris</div>
</div>
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<div class="quote">"Finally an approach that treats the real problem — my emotions."</div>
<div class="body">I'd tried every appetite suppressant out there. What moved me here was that it addresses the emotional root cause. I feel calmer, more centred. And the weight is following naturally.</div>
<div class="author">Claire D., 51 — Lyon</div>
</div>
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<div class="quote">"More energy, less stress, and -9 lbs in a month."</div>
<div class="body">I was a bit skeptical about Bach Flowers at first. But the green tea and guarana make a real difference for energy. And the flowers helped me release the stress I'd been carrying daily. I genuinely recommend this.</div>
<div class="author">Isabelle R., 38 — Bordeaux</div>
</div>
<div class="testimonial-card">
<div class="stars">★★★★★</div>
<div class="quote">"I'm finally making peace with my body."</div>
<div class="body">What I love most is that I no longer have that war with food. I'm eating healthier without forcing myself. Crab Apple and Walnut truly changed the way I see myself. It's subtle but powerful.</div>
<div class="author">Nathalie K., 47 — Nantes</div>
</div>
</div>
<div class="cta-wrap">
<a href="#next-step" class="cta-btn">ORDER MY SLIMMING COMPLEX</a>
</div>
</div>
</section>

<!-- CRAFTSMANSHIP PROCESS -->
<section>
<div class="container">
<h2>Artisan Craftsmanship, True to Dr. Bach's Original Method</h2>
<div style="display:grid; grid-template-columns:repeat(auto-fit, minmax(180px,1fr)); gap:24px; margin-top:20px;">
<div style="text-align:center; padding:20px 10px;">
<div style="font-size:40px; margin-bottom:12px;">🌺</div>
<div style="width:32px;height:32px;background:var(--green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;margin:0 auto 12px;">1</div>
<h4 style="font-size:15px;font-weight:700;margin-bottom:8px;">Flower Selection</h4>
<p style="font-size:13px;color:var(--gray);">Each flower is carefully chosen for its emotional qualities and natural balance.</p>
</div>
<div style="text-align:center; padding:20px 10px;">
<div style="font-size:40px; margin-bottom:12px;">☀️</div>
<div style="width:32px;height:32px;background:var(--green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;margin:0 auto 12px;">2</div>
<h4 style="font-size:15px;font-weight:700;margin-bottom:8px;">Gentle Extraction</h4>
<p style="font-size:13px;color:var(--gray);">Flowers are gently sun-infused to preserve their subtle energetic properties.</p>
</div>
<div style="text-align:center; padding:20px 10px;">
<div style="font-size:40px; margin-bottom:12px;">⚗️</div>
<div style="width:32px;height:32px;background:var(--green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;margin:0 auto 12px;">3</div>
<h4 style="font-size:15px;font-weight:700;margin-bottom:8px;">Harmonisation</h4>
<p style="font-size:13px;color:var(--gray);">The elixirs are blended to create a balanced and coherent emotional synergy.</p>
</div>
<div style="text-align:center; padding:20px 10px;">
<div style="font-size:40px; margin-bottom:12px;">💧</div>
<div style="width:32px;height:32px;background:var(--green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;margin:0 auto 12px;">4</div>
<h4 style="font-size:15px;font-weight:700;margin-bottom:8px;">Bottling</h4>
<p style="font-size:13px;color:var(--gray);">The mother tincture is carefully bottled to guarantee purity and consistency in every dose.</p>
</div>
</div>
</div>
</section>

<!-- OFFER BOX -->
<section id="next-step" style="background: var(--green-pale);">
<div class="container">
<div class="offer-box">
<div style="background:var(--gold);color:#fff;font-size:12px;font-weight:900;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:20px;display:inline-block;margin-bottom:16px;">SPECIAL OFFER — LIMITED TIME</div>

<img src="https://www.french-herborist.com/cdn/shop/files/V1-BACH-MINC-F0.png?v=1770291980&width=1000"
alt="Bach Flower Slimming Complex"
style="width:180px;display:block;margin:0 auto 20px;filter:drop-shadow(0 6px 20px rgba(0,0,0,0.3));">

<h3>Bach Flower Slimming Complex — Aurea Flora</h3>
<div class="sub">Your natural companion for the weight loss journey — body, emotions, and energy</div>

<div style="text-align:left;">
<div class="offer-item">
<span class="check"></span>
<div class="text"><strong>Bach Flower Slimming Complex (30 ml)</strong> — Value $37.60 — Today only $31.50<br>5 flowers + Guarana, Green Tea &amp; Kola for complete results.</div>
</div>
<div class="offer-item">
<span class="check"></span>
<div class="text"><strong>BONUS: Free Shipping</strong> when you buy 2 or more products — Save on delivery.</div>
</div>
<div class="offer-item">
<span class="check"></span>
<div class="text"><strong>30-Day Money-Back Guarantee</strong> — No questions asked.</div>
</div>
<div class="offer-item">
<span class="check"></span>
<div class="text"><strong>Made in France</strong> — Original Dr. Bach Method — 100% Natural Ingredients.</div>
</div>
</div>

<div class="price-block">
<span class="big-price">$31.50</span>
<span class="orig-price">$37.60</span>
<div class="save">You save $6.10 — that's 16% off</div>
</div>

<div class="urgency">⚡ Limited Stock — Offer ends when supplies run out</div>

<a href="https://www.french-herborist.com/products/complexe-fleurs-de-bach-minceur" class="cta-btn">SEND ME MY ORDER NOW!</a>

<div class="secure-badges">
<span>🔒 Secure Payment</span>
<span>🇫🇷 Made in France</span>
<span>🌿 100% Natural</span>
<span>↩️ 30-Day Guarantee</span>
</div>
</div>

<div class="guarantee-box">
<div class="g-icon">🛡️</div>
<h3>30-Day Money-Back Guarantee — No Questions Asked</h3>
<p>We deeply believe in the quality of our complex — and in your right to try it risk-free. If you don't notice a meaningful difference in your emotional wellbeing, relationship with food, or energy levels — contact us within 30 days and we'll refund every penny. Zero paperwork. Zero hassle. Just results, or your money back.</p>
</div>
</div>
</section>

<!-- FAQ -->
<section>
<div class="container">
<h2>Frequently Asked Questions</h2>
<div style="max-width:750px; margin:0 auto;">

<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
How is this complex different from regular appetite suppressants?
<span class="arrow"></span>
</button>
<div class="faq-answer">
Most appetite suppressants only act on the physical sensation of hunger, often via chemical stimulants. Our complex works on two levels: emotional (through the Bach Flowers) and physiological (Guarana, Green Tea, Kola). It tackles the root cause — the emotional blocks that sabotage weight loss — without harsh side effects.
</div>
</div>

<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
Do Bach Flowers actually work?
<span class="arrow"></span>
</button>
<div class="faq-answer">
Bach Flowers have been used since the 1930s and are recognized in many countries as emotional wellness supplements. Their action is subtle but real — they work on emotional states that directly influence our eating behaviors. Combined with the active botanicals in our formula, they offer a complete and natural support system.
</div>
</div>

<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
How quickly will I see results?
<span class="arrow"></span>
</button>
<div class="faq-answer">
Many customers report a reduction in emotional snacking and an improvement in energy within the first week. Effects on weight and emotional balance build gradually — think of this complex as foundational support, not an instant fix. A 4 to 6 week course is recommended for lasting results.
</div>
</div>

<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
Can I use it if I'm taking medication?
<span class="arrow"></span>
</button>
<div class="faq-answer">
This product contains stimulant plants (Guarana, Green Tea, Kola) and alcohol (organic cognac). It is not recommended for pregnant or breastfeeding women, children, or people sensitive to alcohol or on medication that may interact. If in doubt, consult your doctor or pharmacist.
</div>
</div>

<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
How do I take it daily?
<span class="arrow"></span>
</button>
<div class="faq-answer">
Take 4 drops, 4 times a day — pure under the tongue or diluted in a glass of water, preferably between meals. Gently shake the bottle before each use. A 30 ml bottle provides approximately 150 doses, equivalent to a 5-week course.
</div>
</div>

<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
What if it doesn't work for me?
<span class="arrow"></span>
</button>
<div class="faq-answer">
You're fully covered by our 30-day money-back guarantee. If you're not satisfied, contact our customer service team and we'll refund you completely — no conditions, no questions. You have nothing to lose, only emotional weight to release.
</div>
</div>

<div class="faq-item">
<button class="faq-question" onclick="toggleFaq(this)">
Is this suitable for women over 40 or 50?
<span class="arrow"></span>
</button>
<div class="faq-answer">
Absolutely. Our complex was designed with adult women in mind who are looking for a gentle, natural approach. Bach Flowers are particularly well-tolerated, and the active botanicals (outside of specific contraindications) suit a wide age range. It's a healthy alternative to chemical solutions that are often poorly tolerated after 40.
</div>
</div>

</div>
</div>
</section>

<!-- FINAL CTA -->
<div class="final-cta">
<div class="container">
<h2>Lasting Change Starts Here — Naturally</h2>
<p>You don't have to "just live with it." You don't need another pill. You need an approach that works with you — body and emotions together.</p>
<a href="#next-step" class="cta-btn">ORDER MY SLIMMING COMPLEX NOW</a>
</div>
</div>

<!-- DISCLAIMER -->
<div class="disclaimer">
<div style="max-width:800px;margin:0 auto;">
<strong>Legal Notices &amp; Scientific References</strong><br>
¹ Green Tea: helps control weight · ² Green Tea: supports metabolism and fat oxidation · ³ Guarana: promotes weight loss · ⁴ Guarana: suppresses the feeling of hunger · ⁵ Kola: stimulating and tonic properties contributing to resistance against mental and physical fatigue · ⁶ Kola: helps burn fat.<br><br>
These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease. Food supplements are not a substitute for a varied, balanced diet and a healthy lifestyle. If you have a medical condition, persistent symptoms, or any doubt about your health, we strongly recommend consulting a qualified healthcare professional.
</div>
</div>

<!-- FOOTER -->
<footer>
<p>
<a href="/">Home</a> &nbsp;|&nbsp;
<a href="/pages/contact">Contact</a> &nbsp;|&nbsp;
<a href="/policies/refund-policy">Refund Policy</a> &nbsp;|&nbsp;
<a href="/policies/privacy-policy">Privacy Policy</a> &nbsp;|&nbsp;
<a href="/policies/terms-of-service">Terms of Service</a>
</p>
<p style="margin-top:10px;">Officine Immortelle SAS — 4 Rue François Ponsard, 75116 Paris, France<br>support@officineimmortelle.com</p>
<p style="margin-top:10px;">© 2026 Aurea Flora / Officine Immortelle SAS. All Rights Reserved.</p>
</footer>

<script>
function openTab(evt, tabId) {
document.querySelectorAll('.tab-content').forEach(t => t.classList.remove('active'));
document.querySelectorAll('.tab-btn').forEach(b => b.classList.remove('active'));
document.getElementById(tabId).classList.add('active');
evt.currentTarget.classList.add('active');
}

function toggleFaq(btn) {
const answer = btn.nextElementSibling;
const isOpen = answer.classList.contains('open');
document.querySelectorAll('.faq-answer').forEach(a => a.classList.remove('open'));
document.querySelectorAll('.faq-question').forEach(b => b.classList.remove('open'));
if (!isOpen) {
answer.classList.add('open');
btn.classList.add('open');
}
}

document.querySelectorAll('a[href="#next-step"]').forEach(link => {
link.addEventListener('click', e => {
e.preventDefault();
document.getElementById('next-step').scrollIntoView({ behavior: 'smooth' });
});
});
</script>
</body>
</html>