What Should I Do With My Life? A Teen Guide Finding Your Purpose & Calling
What Should I Do With My Life? Teen Purpose Guide | Missing The Pieces *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #080808; --black-m id: #111111; --black-soft: #1a1a1a; --gold: #C9A84C; --gold-light: #E2C47A; --gold-dim: #7a6230; --white: #FAFAF8; --gray: #888880; } .tpg-wrap { background: var(--black); color: var(--white); font-family: 'Barlow', sans-serif; font-weight: 300; line-height: 1.6; width: 100%; } .tpg-wrap * { box-sizing: border-box; } ``` .tpg-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; } .tpg-btn-gold:hover { background: var(--gold-light); color: var(--black); } .tpg-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; } .tpg-btn-outline:hover { border-color: var(--gold); color: var(--gold-light); } .tpg-divider { height: 1px; background: linear-gradient(to right, transparent, var(--gold-dim), transparent); } /* HERO */ .tpg-hero { padding: 5rem 5%; background: var(--black); text-align: center; position: relative; overflow: hidden; } .tpg-hero::before { content: ''; position: absolute; top: 3rem; left: 5%; right: 5%; height: 1px; background: linear-gradient(to right, transparent, var(--gold-dim), transparent); } .tpg-hero::after { content: ''; position: absolute; bottom: 3rem; left: 5%; right: 5%; height: 1px; background: linear-gradient(to right, transparent, var(--gold-dim), transparent); } .tpg-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; } .tpg-hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 7vw, 7rem); font-weight: 300; line-height: 1; color: var(--white); margin-bottom: 0.5rem; } .tpg-hero-title em { font-style: italic; color: var(--gold); } .tpg-hero-subtitle { font-family: 'Cormorant Garamond', serif; font-size: clamp(1rem, 2.5vw, 1.8rem); font-weight: 300; color: var(--gray); margin-bottom: 2rem; font-style: italic; } .tpg-hero-line { width: 60%; max-width: 500px; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); margin: 2rem auto; } .tpg-hero-sub { font-size: 1.1rem; color: var(--gray); line-height: 1.85; max-width: 660px; margin: 0 auto 2.5rem; } .tpg-hero-sub strong { color: var(--white); font-weight: 400; } .tpg-price-block { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2.5rem; justify-content: center; } .tpg-price { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 600; color: var(--gold); line-height: 1; } .tpg-price-meta { font-size: 0.9rem; color: var(--gray); text-align: left; } .tpg-price-meta s { display: block; } .tpg-hero-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; } /* STAT BAR */ .tpg-stat-bar { display: flex; justify-content: center; background: var(--black-soft); border-top: 1px solid #1e1e1e; border-bottom: 1px solid #1e1e1e; flex-wrap: wrap; } .tpg-stat-item { padding: 2rem 3.5rem; text-align: center; border-right: 1px solid #1e1e1e; } .tpg-stat-item:last-child { border-right: none; } .tpg-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: var(--gold); line-height: 1; } .tpg-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; } /* PARENT ALERT */ .tpg-parent { padding: 5rem 10%; background: var(--black-soft); position: relative; overflow: hidden; } .tpg-parent::before { content: ''; position: absolute; left: 0; top: 3rem; bottom: 3rem; width: 3px; background: linear-gradient(to bottom, transparent, var(--gold-dim), transparent); } .tpg-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; } .tpg-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; } .tpg-section-title em { font-style: italic; color: var(--gold); } .tpg-body { font-size: 1rem; color: var(--gray); line-height: 1.9; max-width: 820px; } .tpg-body strong { color: var(--white); font-weight: 400; } /* TRUTH */ .tpg-truth { padding: 5rem 5%; background: var(--black); } .tpg-truth-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; align-items: center; } .tpg-truth-label { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 300; line-height: 1.15; color: var(--gold); font-style: italic; } .tpg-truth-body { font-size: 1rem; color: var(--gray); line-height: 1.9; } .tpg-truth-body strong { color: var(--white); font-weight: 400; } /* 5 STEPS */ .tpg-steps { padding: 5rem 5%; background: var(--black-soft); } .tpg-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--gold-dim); margin-top: 2.5rem; } .tpg-step-card { background: var(--black-mid); padding: 2rem 1.5rem; text-align: center; } .tpg-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; } .tpg-step-title { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: var(--white); margin-bottom: 0.5rem; line-height: 1.3; } .tpg-step-questions { font-family: 'Barlow Condensed', sans-serif; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-dim); margin-bottom: 0.5rem; } .tpg-step-desc { font-size: 0.78rem; color: var(--gray); line-height: 1.65; } /* WHAT'S INSIDE */ .tpg-inside { padding: 5rem 5%; background: var(--black); } .tpg-inside-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5px; background: var(--gold-dim); margin-top: 2.5rem; } .tpg-inside-card { background: var(--black-mid); padding: 2.5rem; display: flex; gap: 1.5rem; } .tpg-inside-icon { color: var(--gold); flex-shrink: 0; } .tpg-inside-title { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; color: var(--white); margin-bottom: 0.4rem; } .tpg-inside-desc { font-size: 0.85rem; color: var(--gray); line-height: 1.65; } /* PERFECT FOR */ .tpg-perfect { padding: 5rem 5%; background: var(--black-soft); } .tpg-perfect-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5px; background: var(--gold-dim); margin-top: 2.5rem; } .tpg-perfect-card { background: var(--black-mid); padding: 2rem 2.5rem; position: relative; overflow: hidden; } .tpg-perfect-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); } .tpg-perfect-label { font-family: 'Barlow Condensed', sans-serif; font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gray); margin-bottom: 0.5rem; } .tpg-perfect-item { font-size: 0.9rem; color: var(--gray); line-height: 1.65; } /* QUOTE */ .tpg-quote { padding: 6rem 10%; text-align: center; background: linear-gradient(160deg, #120a00 0%, var(--black) 100%); position: relative; overflow: hidden; } .tpg-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; } .tpg-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; } .tpg-quote-text em { color: var(--gold); } .tpg-quote-attr { font-family: 'Barlow Condensed', sans-serif; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); } /* CTA */ .tpg-cta { padding: 6rem 5%; text-align: center; background: var(--black); position: relative; overflow: hidden; } .tpg-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; } .tpg-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; } .tpg-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; } .tpg-cta h2 em { font-style: italic; color: var(--gold); } .tpg-cta p { font-size: 1rem; color: var(--gray); max-width: 520px; margin: 0 auto 3rem; line-height: 1.75; } .tpg-cta-actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; } .tpg-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) { .tpg-hero { padding: 3rem 5%; } .tpg-stat-item { padding: 1.5rem 2rem; border-right: none; border-bottom: 1px solid #1e1e1e; width: 50%; } .tpg-parent { padding: 3rem 5%; } .tpg-truth { padding: 3rem 5%; } .tpg-truth-grid { grid-template-columns: 1fr; gap: 2rem; } .tpg-steps { padding: 3rem 5%; } .tpg-steps-grid { grid-template-columns: 1fr 1fr; } .tpg-inside { padding: 3rem 5%; } .tpg-inside-grid { grid-template-columns: 1fr; } .tpg-perfect { padding: 3rem 5%; } .tpg-perfect-grid { grid-template-columns: 1fr; } .tpg-quote { padding: 4rem 5%; } .tpg-cta { padding: 4rem 5%; } .tpg-cta-actions { flex-direction: column; align-items: center; } } ``` Teen Purpose Guide · Calling · Gifts · Direction What Should I DoWith My Life? A Teen Guide to Finding Your Purpose & Calling Every teen is asked what they want to be. Nobody teaches them how to figure it out. This guide does. 39 questions across 5 steps that help your teen discover their gifts, talents, and direction — before the world tells them who they should be. $17.99 $24.99 Instant Digital Download Get Instant Access See What's Inside 39 Purpose Questions 5 Steps to Direction ∞ Less Wasted Years A Note to Parents Your child is closer to their purposeright now than they may ever be again. Do you realize how many kids get degrees in fields they don't work in — or hate? At this age, they're still at their purest. Closest to how God made them, before the world tells them who they should be. The older we get, the further we drift. We start making decisions based on money, fear, and what feels realistic. But God already placed their purpose inside them when they were born. This guide helps them discover it before the world buries it. Don't let them pick a major, a path, or a future without doing this first. Most people spend $100K+on a degree they never use. Because they picked a major without knowing their purpose. They chose based on what their parents wanted, what pays well, or what sounded good at 17. This guide exists to break that cycle. It helps teens discover their gifts, talents, and natural direction before they make the most expensive decision of their young lives — and end up locked into a career that has nothing to do with who they actually are. The 5-Step Framework How your teen findstheir direction. 1 10 Questions What You Care About Discover what problems genuinely bother them and what grabs their attention — not what should, what actually does. 2 6 Questions How You Help People Identify their natural gift — the specific way they change people around them without even realizing it. 3 15 Questions What You're Good At Find their talents — the things that come naturally while others struggle, and what those reveal about their calling. 4 8 Questions Where You Want To Be Clarify their ideal environment and lifestyle — because the right calling in the wrong context still feels like a trap. 5 Direction Your Direction Connect everything to real college majors and next steps — a concrete direction, not a vague "follow your passion." What's Inside Built for teens.Direct, honest, no empty hype. ✦ Gift vs. Talent Clarity Most teens — and adults — confuse these. This guide separates them clearly so your teen stops building on the wrong foundation. ✦ Real Examples Teens Relate To YouTubers, TikTok, gaming, content creation — examples that live in their world, not a world from 20 years ago. ✦ "Don't Pick a Major Until You Do This" Section A direct challenge to the college-first mindset — with a process for connecting purpose to actual majors and career paths. ✦ 90-Day Experiment Framework Action steps to test interests before committing to them — so your teen confirms direction through experience, not guessing. ✦ Signs You're Close Checklist A checklist of indicators that they're approaching their purpose — so they recognize it when it shows up instead of walking past it. ✦ Fillable HTML Format Works on any device — phone, tablet, computer. Fill it out digitally or print it. Instant download. Start today. Perfect For Every teen at every stageof figuring it out. High School Students Choosing a major, college, or career path — whether college is the plan or not College Students Already enrolled but unsure if they're in the right major or on the right path Youth Groups Youth ministry and church programs helping teens connect faith to calling Homeschool Families Parents who want to build purpose discovery into their curriculum Parents Who want to guide their teen without pushing — asking better questions together Counselors & Coaches School counselors and youth coaches looking for a trusted purpose discovery tool "Your child is closer to their purpose right now than they may ever be again. Help them find it before the world buries it." — What Should I Do With My Life? Teen Guide Start Before the World Decides For Them God already placed the purposeinside your teen. Download the guide. Do it together. Give them the questions that help them discover who they actually are before the world tells them who they should be. Get Instant Access — $17.99 See All Products Instant download · Fillable HTML format · Works on any device · Print or use digitally
More you might like
Related
What Should I Say, What Can I Do?
Related
What Do We Know and What Should We Do About: What Do We Kno
Related
WHAT SHOULD I DO WITH WHAT I HAVE LEFT
Related