Find Your Purpose Workbook - Discover Your Calling, Gifts & God-Given Talents
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #080808; --black-mid: #111111; --black-soft: #1a1a1a; --gold: #C9A84C; --gold-light: #E2C 47A; --gold-dim: #7a6230; --white: #FAFAF8; --gray: #888880; } .paf-wrap { background: var(--black); color: var(--white); font-family: 'Barlow', sans-serif; font-weight: 300; line-height: 1.6; width: 100%; } .paf-wrap * { box-sizing: border-box; } ``` .paf-btn-gold { font-family: 'Barlow Condensed', sans-serif; font-size: 0.85rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; color: var(--black); background: var(--gold); padding: 1.1rem 3rem; text-decoration: none; display: inline-block; } .paf-btn-gold:hover { background: var(--gold-light); color: var(--black); } .paf-btn-outline { font-family: 'Barlow Condensed', sans-serif; font-size: 0.85rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500; color: var(--gold); padding: 1.1rem 2rem; text-decoration: none; border: 1px solid var(--gold-dim); display: inline-block; } .paf-btn-outline:hover { border-color: var(--gold); color: var(--gold-light); } .paf-divider { height: 1px; background: linear-gradient(to right, transparent, var(--gold-dim), transparent); } /* HERO */ .paf-hero { padding: 5rem 5%; background: var(--black); text-align: center; position: relative; overflow: hidden; } .paf-hero::before { content: ''; position: absolute; top: 3rem; left: 5%; right: 5%; height: 1px; background: linear-gradient(to right, transparent, var(--gold-dim), transparent); } .paf-hero::after { content: ''; position: absolute; bottom: 3rem; left: 5%; right: 5%; height: 1px; background: linear-gradient(to right, transparent, var(--gold-dim), transparent); } .paf-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; display: block; } .paf-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 8vw, 8rem); font-weight: 300; line-height: 0.95; color: var(--white); margin-bottom: 1rem; } .paf-hero-title em { font-style: italic; color: var(--gold); display: block; } .paf-hero-line { width: 60%; max-width: 500px; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); margin: 2rem auto; } .paf-hero-sub { font-size: 1.1rem; color: var(--gray); line-height: 1.85; max-width: 660px; margin: 0 auto 2.5rem; } .paf-hero-sub strong { color: var(--white); font-weight: 400; } .paf-price-block { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2.5rem; justify-content: center; } .paf-price { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 600; color: var(--gold); line-height: 1; } .paf-price-meta { font-size: 0.9rem; color: var(--gray); text-align: left; } .paf-price-meta s { display: block; } .paf-hero-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; } /* STAT BAR */ .paf-stat-bar { display: flex; justify-content: center; background: var(--black-soft); border-top: 1px solid #1e1e1e; border-bottom: 1px solid #1e1e1e; flex-wrap: wrap; } .paf-stat-item { padding: 2rem 3.5rem; text-align: center; border-right: 1px solid #1e1e1e; } .paf-stat-item:last-child { border-right: none; } .paf-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: var(--gold); line-height: 1; } .paf-stat-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gray); margin-top: 0.4rem; } /* CONFRONTATION */ .paf-confront { padding: 5rem 10%; background: var(--black); position: relative; overflow: hidden; } .paf-confront::before { content: ''; position: absolute; left: 0; top: 3rem; bottom: 3rem; width: 3px; background: linear-gradient(to bottom, transparent, var(--gold-dim), transparent); } .paf-section-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: block; } .paf-section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 300; line-height: 1.1; color: var(--white); margin-bottom: 2rem; } .paf-section-title em { font-style: italic; color: var(--gold); } .paf-body { font-size: 1rem; color: var(--gray); line-height: 1.9; max-width: 820px; } .paf-body strong { color: var(--white); font-weight: 400; } /* WHO IT'S FOR */ .paf-for { padding: 5rem 5%; background: var(--black-soft); } .paf-for-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5px; background: var(--gold-dim); margin-top: 2.5rem; } .paf-for-card { background: var(--black-mid); padding: 2.5rem; position: relative; overflow: hidden; } .paf-for-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); } .paf-for-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gray); margin-bottom: 0.75rem; } .paf-for-title { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; color: var(--white); margin-bottom: 1rem; line-height: 1.2; } .paf-for-title em { font-style: italic; color: var(--gold); } .paf-for-list { list-style: none; } .paf-for-list li { font-size: 0.88rem; color: var(--gray); line-height: 1.65; padding: 0.35rem 0 0.35rem 1.2rem; position: relative; } .paf-for-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold-dim); } /* 5 STEPS */ .paf-steps { padding: 5rem 5%; background: var(--black); } .paf-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--gold-dim); margin-top: 2.5rem; } .paf-step-card { background: var(--black-mid); padding: 2rem 1.5rem; text-align: center; position: relative; } .paf-step-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--gold); line-height: 1; opacity: 0.3; margin-bottom: 1rem; } .paf-step-title { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: var(--white); margin-bottom: 0.5rem; line-height: 1.3; } .paf-step-desc { font-size: 0.78rem; color: var(--gray); line-height: 1.65; } /* WHAT'S INSIDE */ .paf-inside { padding: 5rem 5%; background: var(--black-soft); } .paf-inside-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5px; background: var(--gold-dim); margin-top: 2.5rem; } .paf-inside-card { background: var(--black-mid); padding: 2.5rem; display: flex; gap: 1.5rem; } .paf-inside-icon { color: var(--gold); flex-shrink: 0; } .paf-inside-title { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; color: var(--white); margin-bottom: 0.4rem; } .paf-inside-desc { font-size: 0.85rem; color: var(--gray); line-height: 1.65; } /* WHO IT'S PERFECT FOR */ .paf-perfect { padding: 5rem 5%; background: var(--black); } .paf-perfect-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5px; background: var(--gold-dim); margin-top: 2.5rem; } .paf-perfect-card { background: var(--black-mid); padding: 2rem 2.5rem; } .paf-perfect-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-dim); margin-bottom: 0.5rem; } .paf-perfect-item { font-size: 0.9rem; color: var(--gray); line-height: 1.65; } /* QUOTE */ .paf-quote { padding: 6rem 10%; text-align: center; background: linear-gradient(160deg, #120a00 0%, var(--black) 100%); position: relative; overflow: hidden; } .paf-quote::before { content: '"'; position: absolute; top: -2rem; left: 50%; transform: translateX(-50%); font-family: 'Cormorant Garamond', serif; font-size: 18rem; color: rgba(201,168,76,0.04); line-height: 1; pointer-events: none; } .paf-quote-text { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: 300; font-style: italic; color: var(--white); line-height: 1.35; max-width: 820px; margin: 0 auto 1.5rem; position: relative; z-index: 1; } .paf-quote-text em { color: var(--gold); } .paf-quote-attr { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); } /* CTA */ .paf-cta { padding: 6rem 5%; text-align: center; background: var(--black); position: relative; overflow: hidden; } .paf-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 50% at 50% 50%, rgba(201,168,76,0.06) 0%, transparent 70%); pointer-events: none; } .paf-cta-eyebrow { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; display: block; } .paf-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 4rem); font-weight: 300; color: var(--white); line-height: 1.1; margin-bottom: 1.5rem; } .paf-cta h2 em { font-style: italic; color: var(--gold); } .paf-cta p { font-size: 1rem; color: var(--gray); max-width: 520px; margin: 0 auto 3rem; line-height: 1.75; } .paf-cta-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; } .paf-cta-note { font-family: 'Barlow Condensed', sans-serif; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gray); margin-top: 1.5rem; } @media (max-width: 768px) { .paf-hero { padding: 3rem 5%; } .paf-stat-item { padding: 1.5rem 2rem; border-right: none; border-bottom: 1px solid #1e1e1e; width: 50%; } .paf-confront { padding: 3rem 5%; } .paf-for { padding: 3rem 5%; } .paf-for-grid { grid-template-columns: 1fr; } .paf-steps { padding: 3rem 5%; } .paf-steps-grid { grid-template-columns: 1fr 1fr; } .paf-inside { padding: 3rem 5%; } .paf-inside-grid { grid-template-columns: 1fr; } .paf-perfect { padding: 3rem 5%; } .paf-perfect-grid { grid-template-columns: 1fr; } .paf-quote { padding: 4rem 5%; } .paf-cta { padding: 4rem 5%; } .paf-cta-actions { flex-direction: column; align-items: center; } } ``` Purpose · Calling · God-Given Gifts · Identity Find YourPurpose You already know something is in you. The problem isn't that it's missing — it's that nobody ever gave you the right questions to find it. This workbook does that. Guided. Direct. No filler. $17.99 $24.99 Instant Digital Download Get Instant Access See What's Inside 5 Steps to Clarity 17+ Guided Questions 1 Direction. Yours. The Real Problem The information isn't missing.The clarity is. You've read the books. Watched the videos. Taken the personality tests. And you still don't know. That's not a you problem — that's a question problem. Most purpose tools give you inspiration. This one gives you excavation. It asks the questions nobody else is asking — about what you care about, how you naturally help people, what you're genuinely good at, and where you actually want to live your life. By the end, you don't have a mood board. You have a direction. Who This Was Built For If you feel stuck betweenwho you are and who you're supposed to be. Adults The ones who've beendrifting too long People in careers that pay but don't fulfill Adults rebuilding after job loss, divorce, or major life change Men and women who feel called but can't name to what People tired of performing a life they didn't choose Anyone who keeps starting over without direction Faith-Driven Seekers The ones who know Godplaced something in them Believers who want alignment between faith and calling People who pray about purpose but need a process Christians who feel the tension between calling and comfort Those building Kingdom purpose — not just career success Anyone who knows God didn't make them to drift Coaches & Leaders The ones investingin others' direction Life coaches looking for a trusted client tool Pastors and mentors walking people through transition HR professionals supporting employee development Youth leaders working with young adults Anyone who coaches identity and calling The Framework 5 steps. Each onegets you closer. 1 What You Care About Discover what problems bother you and what genuinely grabs your attention — not what should, what actually does. 2 How You Help People Identify your natural gift — the specific way you change people around you that you may not even realize you're doing. 3 What You're Good At Find your talents — the things that come naturally while others struggle, and how they connect to your calling. 4 Where You Thrive Clarify your ideal environment and lifestyle — because purpose lived in the wrong context still feels like a cage. 5 Your Direction Connect everything into a clear, actionable direction — not a vague statement, a real next move. What's Inside Built to get you answers.Not more questions. ✦ Gift vs. Talent Clarity Most people confuse these two. This workbook separates them — so you stop building a career on talent alone and start building on what God actually gave you. ✦ 17+ Guided Questions Across 5 steps — each one designed to cut through the noise and get you honest. Not motivational questions. Excavation questions. ✦ Purpose Alignment Framework A structured process for mapping your strengths, values, and experiences to uncover the thread that's been running through your life all along. ✦ 90-Day Experiment Framework Action steps to test your direction before you commit to it. Because purpose isn't just discovered — it's confirmed through action. ✦ Signs You're Close Checklist A checklist of indicators that you're approaching your purpose — so you recognize the moment instead of walking past it. ✦ Fillable HTML Format Works on any device. Fill it out digitally or print it. Instant download — start within minutes of purchase. Perfect For Wherever you arein the search. Individual Use Adults at any stage of life searching for direction and calling Faith Communities Small groups, discipleship programs, and men's or women's ministries Coaching Clients Life coaches and mentors looking for a trusted purpose discovery tool Career Transition Anyone rebuilding after job loss, life change, or a season of drift Young Adults College graduates and early-career adults figuring out their first real direction Kingdom Builders Believers wanting to align purpose with God's design — not just personal fulfillment "You were closest to your purpose before the world shaped you. The work is removing what was added — not finding something new." — Find Your Purpose Workbook Stop Searching. Start Excavating. The purpose was nevermissing. Just buried. Download the workbook. Do the work. Walk out with a direction that's actually yours. Get Instant Access — $17.99 See All Products Instant download · Fillable HTML format · Works on any device
More you might like
Related
The 'Find Your Purpose' Ebook & Workbook
Related
Find Your Passion Workbook – Purpose & Career Clarity System
Related
Lifework - A Workbook to Help You Find, Follow and Fulfill Y
Related