The Compound Journal
:root { --navy: #1a2332; --navy-light: #2b3a52; --cream: #f7f4ef; --warm-white: #fdfcfa; --accent: #c4a882; --accent-dark: #a08760; --text-muted: #6b7280; --text-light: #9ca3af; -- border: rgba(26,35,50,0.1); --serif: 'Cormorant Garamond', Georgia, serif; --sans: 'DM Sans', system-ui, sans-serif; } .pd-wrap { font-family: var(--sans); color: var(--navy); max-width: 600px; } .pd-badges { display: flex; gap: 0; border: 1px solid var(--border); border-radius: 2px; overflow: hidden; margin-bottom: 36px; } .pd-badge { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px 12px; text-align: center; border-right: 1px solid var(--border); background: var(--warm-white); transition: background 0.2s; } .pd-badge:last-child { border-right: none; } .pd-badge:hover { background: var(--cream); } .pd-badge-icon { font-size: 20px; margin-bottom: 6px; line-height: 1; } .pd-badge-title { font-size: 11px; font-weight: 500; color: var(--navy); letter-spacing: 0.04em; margin-bottom: 2px; font-family: var(--sans); } .pd-badge-sub { font-size: 10px; color: var(--text-light); font-family: var(--sans); } .pd-tagline { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; font-weight: 300; line-height: 1.25; color: var(--navy); margin-bottom: 16px; } .pd-tagline em { font-style: italic; color: var(--accent-dark); } .pd-intro { font-size: 15px; line-height: 1.8; color: var(--text-muted); font-weight: 300; margin-bottom: 36px; font-family: var(--sans); } .pd-benefits { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--border); border-radius: 2px; overflow: hidden; margin-bottom: 36px; } .pd-benefit { display: flex; gap: 20px; align-items: flex-start; padding: 24px; border-bottom: 1px solid var(--border); background: var(--warm-white); transition: background 0.2s; } .pd-benefit:last-child { border-bottom: none; } .pd-benefit:hover { background: var(--cream); } .pd-benefit-icon { width: 40px; height: 40px; background: var(--cream); border: 1px solid var(--border); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; margin-top: 2px; } .pd-benefit-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; font-weight: 400; color: var(--navy); margin-bottom: 6px; line-height: 1.2; } .pd-benefit-desc { font-size: 14px; line-height: 1.75; color: var(--text-muted); font-weight: 300; font-family: var(--sans); } .pd-benefit-stat { display: inline-block; margin-top: 8px; font-size: 11px; letter-spacing: 0.06em; color: var(--accent-dark); font-family: var(--sans); } .pd-specs-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-dark); font-weight: 400; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; font-family: var(--sans); } .pd-specs-label::before { content: ''; display: inline-block; width: 20px; height: 1px; background: var(--accent-dark); } .pd-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 2px; overflow: hidden; margin-bottom: 36px; } .pd-spec { background: var(--warm-white); padding: 16px 20px; } .pd-spec-key { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-bottom: 4px; font-family: var(--sans); } .pd-spec-val { font-size: 14px; font-weight: 500; color: var(--navy); font-family: var(--sans); } .pd-pullquote { border-left: 2px solid var(--accent); padding: 20px 24px; background: var(--cream); border-radius: 0 2px 2px 0; margin-bottom: 36px; } .pd-pullquote-stars { color: var(--accent-dark); font-size: 12px; letter-spacing: 2px; margin-bottom: 8px; } .pd-pullquote-text { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; font-weight: 300; font-style: italic; color: var(--navy); line-height: 1.5; margin-bottom: 10px; } .pd-pullquote-author { font-size: 12px; color: var(--text-muted); letter-spacing: 0.06em; font-family: var(--sans); } .pd-bundle { border: 1px solid var(--accent); border-radius: 2px; overflow: hidden; margin-bottom: 36px; background: var(--warm-white); } .pd-bundle-header { background: var(--navy); padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; } .pd-bundle-eyebrow { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-family: var(--sans); } .pd-bundle-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; color: #e8e0d4; font-weight: 300; } .pd-bundle-save { background: var(--accent); color: var(--navy); font-size: 11px; font-weight: 500; letter-spacing: 0.06em; padding: 4px 10px; border-radius: 1px; font-family: var(--sans); } .pd-bundle-items { display: flex; align-items: center; padding: 24px; border-bottom: 1px solid var(--border); } .pd-bundle-item { flex: 1; text-align: center; } .pd-bundle-item-img { width: 72px; height: 90px; object-fit: cover; border-radius: 2px; margin: 0 auto 10px; display: block; background: var(--cream); } .pd-bundle-item-name { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 16px; color: var(--navy); margin-bottom: 3px; } .pd-bundle-item-price { font-size: 12px; color: var(--text-muted); font-family: var(--sans); } .pd-bundle-plus { font-size: 20px; color: var(--accent); padding: 0 8px; flex-shrink: 0; } .pd-bundle-footer { padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; } .pd-bundle-pricing { display: flex; align-items: baseline; gap: 10px; } .pd-bundle-total { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; color: var(--navy); font-weight: 300; } .pd-bundle-original { font-size: 14px; color: var(--text-light); text-decoration: line-through; font-family: var(--sans); } .pd-bundle-btn { display: inline-block; background: var(--navy); color: #e8e0d4 !important; padding: 13px 28px; font-family: var(--sans); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none !important; border-radius: 2px; transition: background 0.2s; font-weight: 400; white-space: nowrap; } .pd-bundle-btn:hover { background: var(--navy-light); } @media (max-width: 600px) { .pd-badges { flex-wrap: wrap; } .pd-badge { min-width: 50%; border-bottom: 1px solid var(--border); } .pd-specs { grid-template-columns: 1fr; } .pd-bundle-items { flex-direction: column; } .pd-bundle-footer { flex-direction: column; align-items: flex-start; } .pd-bundle-btn { width: 100%; text-align: center; } } π‘οΈ 6-Month Guarantee Full money back π¦ Free U.S. Shipping Every order β 4.9 / 5 Stars 47 reviews π Hardcover Quality 6" Γ 9" premium A daily system for the lifeyou actually want. Most of us want more β more happiness, more success, more financial freedom. But we're busy, and we don't have a daily system to get there. The Compound Journal changes that. Five simple prompts, a few minutes each morning and evening, and six months to transform how you think, act, and live. π Boost Gratitude & Happiness Every day begins and ends with a gratitude practice β scientifically proven to rewire your mindset, reduce anxiety, and increase overall happiness. You'll stop taking the small things for granted and start seeing abundance in your everyday life. π― Actually Accomplish Your Goals Dreams without action are just wishes. The Compound Journal helps you reverse-engineer your long-term goals into 5 daily key tasks β so every single day moves you closer to where you want to be. β¦ You're 42% more likely to achieve goals by writing them down β CNBC π° Take Control of Your Money Financial freedom is possible for anyone β but only if you know where your money is going. Our built-in 5-step daily budget exercise takes just minutes and keeps your spending on track without complicated spreadsheets. β¦ 78% of Americans live paycheck to paycheck β Forbes π‘ Reflect, Improve, Repeat Each evening, you'll capture your wins, reflect on how to improve, and close the day with intention. Over 180 days, this nightly habit builds the self-awareness that separates people who drift from people who grow. β β β β β "This journal has seriously helped me in all facets of my life. I highly recommend to everyone trying to be present, set goals, and pay attention to their spending." β Tom W., Verified Buyer What's inside Format Undated daily layout Duration 180 days / 6 months Size 6" Γ 9" hardcover Colors Navy & Linen Daily prompts 5 key tasks + gratitude Includes Goal & budget exercises Frequently bought together The Full Writing Experience Save $4 The Journal $19.99 + The Wand from $11.99 $27.99 $31.98 Shop the Bundle
More you might like
Related
The Compound Journal Ink Bottle 50ml
Related
The Compound Success Kit (Starter Box + Handbook) π The Com
Related