<p>Hello, World!</p>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>The Clarity & Creation Journey</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Lora:wght@400;500;600&display=swap" rel="stylesheet">
<style>
:root {
--bg: #f7f1f2;
--bg-light: #fdf9fa;
--primary: #b76e79; /* rose mauve */
--primary-soft: #c9a3a5;
--accent: #eac9d1; /* blush */
--text: #4a3d41; /* deep cocoa */
--muted: #8b6f75;
--max-width: 1100px;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: 'Lora', serif;
color: var(--text);
background: linear-gradient(180deg, #fff 0%, var(--bg) 35%, #fff 100%);
}
a {
color: inherit;
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
display: block;
}
.page {
min-height: 100vh;
}
.section {
padding: 4rem 1.5rem;
}
.section + .section {
border-top: 1px solid rgba(183, 110, 121, 0.08);
}
.section-inner {
max-width: var(--max-width);
margin: 0 auto;
}
.pill {
display: inline-flex;
align-items: center;
gap: 0.4rem;
padding: 0.25rem 0.9rem;
border-radius: 999px;
background: rgba(234, 201, 209, 0.45);
color: var(--muted);
font-size: 0.8rem;
letter-spacing: 0.08em;
text-transform: uppercase;
}
h1, h2, h3, h4 {
font-family: 'Playfair Display', serif;
margin: 0 0 0.75rem;
color: var(--text);
}
h1 {
font-size: clamp(2.4rem, 4vw, 3.4rem);
line-height: 1.1;
}
h2 {
font-size: clamp(1.8rem, 3vw, 2.2rem);
}
h3 {
font-size: 1.35rem;
}
p {
margin: 0 0 1rem;
line-height: 1.7;
font-size: 1rem;
}
.hero {
background: radial-gradient(circle at top left, #fbe9ee 0, #fff 45%, #f7f1f2 100%);
padding-top: 5rem;
padding-bottom: 4.5rem;
}
.hero-grid {
display: grid;
gap: 2.5rem;
}
.hero-eyebrow {
margin-bottom: 0.75rem;
}
.hero-intro {
font-size: 1.08rem;
color: var(--muted);
max-width: 34rem;
}
.hero-tagline {
font-style: italic;
color: var(--primary-soft);
font-size: 1.05rem;
margin-bottom: 1.5rem;
}
.hero-cta-row {
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: center;
margin-top: 1.5rem;
}
.btn-primary {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.9rem 1.8rem;
border-radius: 999px;
background: var(--primary);
color: #fff;
font-family: 'Playfair Display', serif;
font-size: 1rem;
letter-spacing: 0.04em;
text-transform: uppercase;
border: none;
cursor: pointer;
transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
.btn-primary:hover {
background: #9f5f68;
transform: translateY(-1px);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.btn-ghost {
padding: 0.8rem 1.4rem;
border-radius: 999px;
border: 1px solid rgba(183, 110, 121, 0.4);
font-size: 0.95rem;
color: var(--muted);
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(6px);
cursor: pointer;
transition: background 0.2s ease, border-color 0.2s ease;
}
.btn-ghost:hover {
background: rgba(234, 201, 209, 0.2);
border-color: rgba(183, 110, 121, 0.7);
}
.hero-note {
font-size: 0.9rem;
color: var(--muted);
}
.hero-card {
border-radius: 18px;
padding: 1.75rem 1.6rem;
background: rgba(255, 255, 255, 0.88);
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
border: 1px solid rgba(183, 110, 121, 0.12);
}
.hero-card h3 {
font-size: 1.2rem;
margin-bottom: 0.5rem;
}
.hero-card p {
font-size: 0.95rem;
margin-bottom: 0.4rem;
}
.list {
display: grid;
gap: 0.75rem;
margin-top: 1.5rem;
}
.list-item {
display: flex;
align-items: flex-start;
gap: 0.6rem;
}
.list-icon {
font-size: 0.9rem;
color: var(--primary);
margin-top: 0.25rem;
}
.list-text {
font-size: 0.98rem;
}
.badge-heading {
margin-bottom: 0.4rem;
font-family: 'Playfair Display', serif;
font-size: 1.05rem;
color: var(--primary-soft);
text-transform: uppercase;
letter-spacing: 0.18em;
}
.two-col {
display: grid;
gap: 2rem;
}
.modules-grid {
display: grid;
gap: 1.5rem;
margin-top: 1.5rem;
}
.module-card {
padding: 1.4rem 1.4rem 1.2rem;
border-radius: 16px;
background: var(--bg-light);
border: 1px solid rgba(183, 110, 121, 0.15);
}
.module-tag {
font-size: 0.78rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--primary-soft);
margin-bottom: 0.3rem;
}
.module-title {
font-size: 1.15rem;
margin-bottom: 0.4rem;
}
.module-card p {
font-size: 0.94rem;
margin-bottom: 0.3rem;
}
.result-grid {
display: grid;
gap: 1.5rem;
margin-top: 1.5rem;
}
.result-pill {
border-radius: 999px;
padding: 0.7rem 1rem;
background: rgba(234, 201, 209, 0.35);
font-size: 0.95rem;
color: var(--text);
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.result-pill span.icon {
font-size: 1rem;
color: var(--primary);
}
.cta-section {
text-align: center;
background: radial-gradient(circle at top, #fbe9ee 0%, #fff 55%, #f7f1f2 100%);
padding: 4rem 1.5rem 4.5rem;
}
.cta-section p {
max-width: 34rem;
margin: 0.5rem auto 1.5rem;
}
footer {
padding: 1.8rem 1.5rem 2.2rem;
text-align: center;
font-size: 0.85rem;
color: var(--muted);
background: #fff;
}
/* Responsive */
@media (min-width: 768px) {
.hero-grid {
grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
align-items: center;
}
.two-col {
grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
}
.modules-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.result-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
</style>
</head>
<body>
<div class="page">
<!-- HERO -->
<section class="section hero" id="top">
<div class="section-inner hero-grid">
<div>
<div class="pill hero-eyebrow">
<span>NEW PROGRAM</span>
<span>•</span>
<span>For women who are ready to begin</span>
</div>
<h1>The Clarity & Creation Journey</h1>
<p class="hero-tagline">
A soft, feminine path to bringing your meaningful work into the world—with ease, clarity, and grace.
</p>
<p class="hero-intro">
If you’ve been carrying a quiet dream or calling in your heart but haven’t known how to start, this
journey will walk beside you—step by gentle step—as you remember your purpose and create from a place
of deep self-trust.
</p>
<div class="hero-cta-row">
<a href="#enroll" class="btn-primary">Join the Journey</a>
<a href="#details" class="btn-ghost">See What’s Inside</a>
</div>
<p class="hero-note">
You don’t need to push harder. You only need clarity, support, and the courage to begin.
</p>
</div>
<aside class="hero-card">
<h3>Is this you?</h3>
<p>✓ You’ve carried an idea, project, or business on your heart for months—or years.</p>
<p>✓ You want to move forward without sacrificing your softness, your family, or your wellbeing.</p>
<p>✓ You’re craving a calm, grounded, feminine approach—not another hustle-based push.</p>
<p><strong>If so, this program was created with you in mind.</strong></p>
</aside>
</div>
</section>
<!-- WHO IT'S FOR -->
<section class="section" id="who">
<div class="section-inner two-col">
<div>
<div class="badge-heading">For the woman who knows she’s meant for more</div>
<h2>Who this program is for</h2>
<p>
This journey is for the woman who feels the pull toward something deeper—whether that’s a business,
a book, a program, a creative body of work, or a project that simply won’t leave her alone.
</p>
<div class="list">
<div class="list-item">
<span class="list-icon">✦</span>
<div class="list-text">You have a dream or idea you haven’t begun—not because you don’t care, but because
you don’t feel clear enough.
</div>
</div>
<div class="list-item">
<span class="list-icon">✦</span>
<div class="list-text">You want structure and direction, but in a way that feels soft, kind, and honoring
of your season of life.
</div>
</div>
<div class="list-item">
<span class="list-icon">✦</span>
<div class="list-text">You are done with self-doubt, comparison, and the pressure to do things the
“hard” way.
</div>
</div>
<div class="list-item">
<span class="list-icon">✦</span>
<div class="list-text">You desire a calm, grounded, feminine framework that makes your next steps feel
simple and doable.
</div>
</div>
</div>
</div>
<div>
<h3>What makes this different</h3>
<p>This is not a program that asks you to grind harder or ignore your own needs.</p>
<ul class="list">
<li class="list-item">
<span class="list-icon">❦</span>
<span class="list-text"><strong>Feminine-first:</strong> We honor your rhythms, your energy, and your
real life.</span>
</li>
<li class="list-item">
<span class="list-icon">❦</span>
<span class="list-text"><strong>Deeply supportive:</strong> You are guided, not pushed. Grounded, not
overwhelmed.</span>
</li>
<li class="list-item">
<span class="list-icon">❦</span>
<span class="list-text"><strong>Clarity-driven:</strong> Every lesson moves you from “I don’t know” to
“I know my next step.”</span>
</li>
<li class="list-item">
<span class="list-icon">❦</span>
<span class="list-text"><strong>Life-honoring:</strong> Your family, your responsibilities, and your
wellbeing are built into the plan.</span>
</li>
</ul>
</div>
</div>
</section>
<!-- WHAT YOU RECEIVE -->
<section class="section" id="details">
<div class="section-inner">
<div class="badge-heading">Inside the experience</div>
<h2>What you receive in The Clarity & Creation Journey</h2>
<p>
This program is designed to feel like a soft container—holding you as you move from confusion into clarity,
and from dreaming into doing.
</p>
<div class="list">
<div class="list-item">
<span class="list-icon">✦</span>
<div class="list-text">
<strong>7 Guided Lessons</strong><br />
A step-by-step path that leads you from inner grounding to confident movement.
</div>
</div>
<div class="list-item">
<span class="list-icon">✦</span>
<div class="list-text">
<strong>Luxe Feminine Workbook Suite</strong><br />
Beautiful worksheets, journaling pages, and reflections for each lesson.
</div>
</div>
<div class="list-item">
<span class="list-icon">✦</span>
<div class="list-text">
<strong>Program Guidebook</strong><br />
A companion guide to help you follow along with the video content and stay grounded in the core teachings.
</div>
</div>
<div class="list-item">
<span class="list-icon">✦</span>
<div class="list-text">
<strong>Clarity & Planning Frameworks</strong><br />
Tools created specifically for women who want ease, space, and direction.
</div>
</div>
<div class="list-item">
<span class="list-icon">✦</span>
<div class="list-text">
<strong>Feminine Boundary Practices</strong><br />
Gentle ways to protect your energy, your time, and your dreams from noise and doubt.
</div>
</div>
<div class="list-item">
<span class="list-icon">✦</span>
<div class="list-text">
<strong>Gentle Momentum Plan</strong><br />
A simple, sustainable way to keep moving—even in a full, beautiful life.
</div>
</div>
</div>
</div>
</section>
<!-- MODULE OVERVIEW -->
<section class="section">
<div class="section-inner">
<div class="badge-heading">Your seven-step transformation</div>
<h2>The journey you’ll walk</h2>
<div class="modules-grid">
<div class="module-card">
<div class="module-tag">Lesson 1</div>
<h3 class="module-title">Coming Home to Yourself</h3>
<p>Clear the noise, reconnect with your natural rhythm, and create your Inner Compass—how you work best.</p>
</div>
<div class="module-card">
<div class="module-tag">Lesson 2</div>
<h3 class="module-title">Reclaiming Your Why</h3>
<p>Uncover the story behind your calling and craft a Why that anchors you when things feel uncertain.</p>
</div>
<div class="module-card">
<div class="module-tag">Lesson 3</div>
<h3 class="module-title">Defining Who You Serve</h3>
<p>Discover the woman your work is truly for, so everything you create feels precise and resonant.</p>
</div>
<div class="module-card">
<div class="module-tag">Lesson 4</div>
<h3 class="module-title">Clarifying the What</h3>
<p>Turn your ideas into a clear, tangible project with a simple, compelling promise.</p>
</div>
<div class="module-card">
<div class="module-tag">Lesson 5</div>
<h3 class="module-title">Shaping the How</h3>
<p>Create a doable, feminine-aligned plan that fits your season of life and honors your energy.</p>
</div>
<div class="module-card">
<div class="module-tag">Lesson 6</div>
<h3 class="module-title">Protecting Your Energy</h3>
<p>Release noise, rewrite your boundaries, and keep your work safe from unnecessary doubt and distraction.</p>
</div>
<div class="module-card">
<div class="module-tag">Lesson 7</div>
<h3 class="module-title">Becoming the Woman Who Moves</h3>
<p>Shift your identity, build gentle momentum, and step into your next chapter with calm confidence.</p>
</div>
</div>
</div>
</section>
<!-- RESULTS -->
<section class="section">
<div class="section-inner">
<div class="badge-heading">What changes</div>
<h2>By the end of this journey, you will…</h2>
<div class="result-grid">
<div>
<div class="result-pill">
<span class="icon">✧</span>
<span>Know exactly what you’re creating—and why it matters.</span>
</div>
<p>You’ll be able to describe your project, who it’s for, and what it offers with clarity and ease.</p>
</div>
<div>
<div class="result-pill">
<span class="icon">✧</span>
<span>Feel grounded and emotionally supported.</span>
</div>
<p>You’ll have tools to calm your nervous system, quiet doubt, and return to your center when fear arises.</p>
</div>
<div>
<div class="result-pill">
<span class="icon">✧</span>
<span>Move with direction instead of hesitation.</span>
</div>
<p>Your next steps will feel simple and doable, not overwhelming or confusing.</p>
</div>
<div>
<div class="result-pill">
<span class="icon">✧</span>
<span>Trust yourself as the woman who follows through.</span>
</div>
<p>You’ll see yourself differently: as a woman who honors her gifts, protects her energy, and moves with grace.</p>
</div>
</div>
</div>
</section>
<!-- FINAL CTA -->
<section class="cta-section" id="enroll">
<div class="section-inner" style="text-align:center;">
<div class="badge-heading">Your invitation</div>
<h2>It’s your time to begin.</h2>
<p>
You don’t need to be more ready than you are.
You don’t need a perfect plan.
You simply need a gentle, guided way forward—and the willingness to say yes to yourself.
</p>
<div class="hero-cta-row" style="justify-content: center; margin-top: 2rem;">
<!-- Replace # with your checkout / application link -->
<a href="#"
class="btn-primary">Join The Clarity & Creation Journey</a>
<!-- Optional secondary CTA -->
<a href="#top" class="btn-ghost">Back to the top</a>
</div>
<p style="margin-top:1.5rem; font-size:0.95rem; color:var(--muted);">
Your work matters. You matter.
If your heart is whispering “this is for you,” trust that whisper.
</p>
</div>
</section>
<footer>
© <!-- Your Name or Business -->. All rights reserved.
</footer>
</div>
</body>
</html>