{"product_id":"moral-compass-which-way-is-your-life-going-free","title":"MORAL COMPASS - WHICH WAY IS YOUR LIFE GOING - FREE","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eMoral Compass: What Guides Your Life — Creator Arsenal\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600\u0026amp;family=Outfit:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --navy:    #1A1A2E;\n    --navy2:   #12122A;\n    --gold:    #C9A84C;\n    --goldf:   #E8C56A;\n    --gold-dim:#8A6A2A;\n    --cream:   #F5EDD8;\n    --parch:   #EDE0C4;\n    --sage:    #4A6741;\n    --rust:    #7A3B1E;\n    --white:   #FDFAF4;\n    --gray:    #8A8070;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    background: var(--navy);\n    color: var(--white);\n    font-family: 'Outfit', sans-serif;\n    font-weight: 400;\n    overflow-x: hidden;\n  }\n\n  \/* ── BACKGROUND TEXTURE ── *\/\n  body::before {\n    content: '';\n    position: fixed;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 80% 60% at 15% 10%, rgba(201,168,76,0.06) 0%, transparent 60%),\n      radial-gradient(ellipse 60% 80% at 85% 85%, rgba(74,103,65,0.07) 0%, transparent 60%),\n      repeating-linear-gradient(0deg, transparent, transparent 80px, rgba(201,168,76,0.02) 80px, rgba(201,168,76,0.02) 81px),\n      repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(201,168,76,0.02) 80px, rgba(201,168,76,0.02) 81px);\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  \/* ── COMPASS ROSE DECORATION ── *\/\n  .compass-bg {\n    position: absolute;\n    width: 600px;\n    height: 600px;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    opacity: 0.04;\n    pointer-events: none;\n    animation: slowspin 120s linear infinite;\n  }\n  @keyframes slowspin { to { transform: translate(-50%,-50%) rotate(360deg); } }\n\n  \/* ── UTILITY ── *\/\n  .container { max-width: 1080px; margin: 0 auto; padding: 0 28px; position: relative; z-index: 1; }\n  .gold { color: var(--gold); }\n  .center { text-align: center; }\n\n  \/* ── NAV ── *\/\n  nav {\n    position: fixed; top: 0; left: 0; right: 0; z-index: 100;\n    padding: 16px 28px;\n    display: flex; align-items: center; justify-content: space-between;\n    backdrop-filter: blur(12px);\n    background: rgba(26,26,46,0.85);\n    border-bottom: 1px solid rgba(201,168,76,0.15);\n  }\n  .nav-brand {\n    font-family: 'Outfit', sans-serif;\n    font-size: 13px; font-weight: 600;\n    letter-spacing: 0.12em; text-transform: uppercase;\n    color: var(--gold);\n  }\n  .nav-cta {\n    background: var(--gold); color: var(--navy);\n    font-family: 'Outfit', sans-serif;\n    font-size: 13px; font-weight: 700;\n    letter-spacing: 0.05em;\n    padding: 9px 22px; border-radius: 4px;\n    text-decoration: none;\n    transition: background 0.2s, transform 0.15s;\n  }\n  .nav-cta:hover { background: var(--goldf); transform: translateY(-1px); }\n\n  \/* ── HERO ── *\/\n  .hero {\n    min-height: 100vh;\n    display: flex; align-items: center; justify-content: center;\n    position: relative; overflow: hidden;\n    padding: 120px 0 80px;\n  }\n  .hero-inner { text-align: center; max-width: 820px; margin: 0 auto; padding: 0 28px; position: relative; z-index: 1; }\n\n  .eyebrow {\n    font-size: 11px; font-weight: 700;\n    letter-spacing: 0.22em; text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 28px;\n    opacity: 0; animation: fadeUp 0.8s 0.2s forwards;\n  }\n\n  .hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(52px, 9vw, 96px);\n    font-weight: 600; line-height: 1.0;\n    color: var(--white);\n    margin-bottom: 12px;\n    opacity: 0; animation: fadeUp 0.9s 0.35s forwards;\n  }\n  .hero-subtitle {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(22px, 4vw, 36px);\n    font-weight: 300; font-style: italic;\n    color: var(--gold);\n    margin-bottom: 36px;\n    opacity: 0; animation: fadeUp 0.9s 0.5s forwards;\n  }\n  .hero-rule {\n    width: 80px; height: 1px;\n    background: var(--gold);\n    margin: 0 auto 36px;\n    opacity: 0; animation: fadeUp 0.8s 0.55s forwards;\n  }\n  .hero-hook {\n    font-size: clamp(17px, 2.2vw, 21px);\n    font-weight: 300; line-height: 1.75;\n    color: rgba(253,250,244,0.85);\n    max-width: 640px; margin: 0 auto 48px;\n    opacity: 0; animation: fadeUp 0.9s 0.65s forwards;\n  }\n  .hero-hook strong { color: var(--white); font-weight: 500; }\n\n  .hero-cta-group {\n    display: flex; flex-direction: column; align-items: center; gap: 14px;\n    opacity: 0; animation: fadeUp 0.8s 0.8s forwards;\n  }\n  .btn-primary {\n    display: inline-block;\n    background: var(--gold); color: var(--navy);\n    font-family: 'Outfit', sans-serif;\n    font-size: 16px; font-weight: 700;\n    letter-spacing: 0.04em;\n    padding: 18px 48px; border-radius: 4px;\n    text-decoration: none;\n    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;\n    box-shadow: 0 8px 32px rgba(201,168,76,0.25);\n  }\n  .btn-primary:hover { background: var(--goldf); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(201,168,76,0.35); }\n  .btn-price {\n    font-size: 13px; font-weight: 400;\n    color: rgba(253,250,244,0.55);\n    letter-spacing: 0.04em;\n  }\n  .btn-price span { text-decoration: line-through; margin-right: 6px; }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(24px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* ── VERSE BAND ── *\/\n  .verse-band {\n    background: rgba(201,168,76,0.07);\n    border-top: 1px solid rgba(201,168,76,0.2);\n    border-bottom: 1px solid rgba(201,168,76,0.2);\n    padding: 48px 28px;\n    text-align: center;\n  }\n  .verse-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(19px, 2.8vw, 26px);\n    font-style: italic; font-weight: 400;\n    color: var(--white);\n    max-width: 700px; margin: 0 auto 14px;\n    line-height: 1.6;\n  }\n  .verse-ref {\n    font-size: 12px; font-weight: 600;\n    letter-spacing: 0.14em; text-transform: uppercase;\n    color: var(--gold);\n  }\n\n  \/* ── SECTION HEADERS ── *\/\n  .section { padding: 96px 0; }\n  .section-tag {\n    font-size: 11px; font-weight: 700;\n    letter-spacing: 0.2em; text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 16px;\n  }\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(34px, 5vw, 56px);\n    font-weight: 600; line-height: 1.1;\n    color: var(--white);\n    margin-bottom: 20px;\n  }\n  .section-body {\n    font-size: 17px; font-weight: 300; line-height: 1.85;\n    color: rgba(253,250,244,0.78);\n    max-width: 680px;\n  }\n\n  \/* ── VIDEO SECTION ── *\/\n  .video-section {\n    padding: 80px 0;\n    background: rgba(0,0,0,0.25);\n    border-top: 1px solid rgba(201,168,76,0.1);\n    border-bottom: 1px solid rgba(201,168,76,0.1);\n  }\n  .video-wrap {\n    display: flex; flex-direction: column; align-items: center; gap: 40px;\n  }\n  .video-text { text-align: center; max-width: 560px; }\n  .video-frame-outer {\n    position: relative;\n    border: 1px solid rgba(201,168,76,0.3);\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 24px 64px rgba(0,0,0,0.5);\n    flex-shrink: 0;\n  }\n  .video-frame-outer iframe {\n    display: block;\n    width: 315px; height: 576px;\n    border: none;\n  }\n  \/* Gold corner accents *\/\n  .video-frame-outer::before,\n  .video-frame-outer::after {\n    content: '';\n    position: absolute;\n    width: 24px; height: 24px;\n    border-color: var(--gold);\n    border-style: solid;\n    z-index: 2;\n  }\n  .video-frame-outer::before { top: -1px; left: -1px; border-width: 2px 0 0 2px; }\n  .video-frame-outer::after  { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }\n\n  \/* ── PAIN POINTS ── *\/\n  .pain-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin-top: 48px;\n  }\n  .pain-card {\n    background: rgba(255,255,255,0.03);\n    border: 1px solid rgba(201,168,76,0.12);\n    border-radius: 6px;\n    padding: 28px 24px;\n    position: relative;\n    transition: border-color 0.2s, background 0.2s;\n  }\n  .pain-card:hover { border-color: rgba(201,168,76,0.3); background: rgba(201,168,76,0.04); }\n  .pain-card::before {\n    content: '';\n    position: absolute; top: 0; left: 0;\n    width: 3px; height: 100%;\n    background: var(--gold); border-radius: 6px 0 0 6px;\n    opacity: 0.5;\n  }\n  .pain-card p {\n    font-size: 15px; font-weight: 300; line-height: 1.7;\n    color: rgba(253,250,244,0.8);\n  }\n\n  \/* ── ANCHORS ── *\/\n  .anchors-section { padding: 96px 0; }\n  .anchors-intro { margin-bottom: 60px; }\n  .anchor-list { display: flex; flex-direction: column; gap: 0; }\n  .anchor-item {\n    display: grid;\n    grid-template-columns: 52px 1fr;\n    gap: 20px;\n    padding: 28px 0;\n    border-bottom: 1px solid rgba(201,168,76,0.1);\n    align-items: start;\n    transition: background 0.2s;\n  }\n  .anchor-item:first-child { border-top: 1px solid rgba(201,168,76,0.1); }\n  .anchor-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 36px; font-weight: 300;\n    color: rgba(201,168,76,0.35);\n    line-height: 1;\n    padding-top: 2px;\n  }\n  .anchor-content {}\n  .anchor-verse {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px; font-style: italic; font-weight: 400;\n    color: rgba(253,250,244,0.9);\n    margin-bottom: 4px;\n    line-height: 1.5;\n  }\n  .anchor-ref {\n    font-size: 11px; font-weight: 600;\n    letter-spacing: 0.14em; text-transform: uppercase;\n    color: var(--gold);\n  }\n\n  \/* ── BOOKS ── *\/\n  .books-section { padding: 96px 0; background: rgba(0,0,0,0.2); }\n  .books-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 24px;\n    margin-top: 56px;\n  }\n  .book-card {\n    background: rgba(26,26,46,0.9);\n    border: 1px solid rgba(201,168,76,0.18);\n    border-radius: 8px;\n    padding: 36px 28px;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.2s, border-color 0.2s;\n  }\n  .book-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,0.4); }\n  .book-card::after {\n    content: '';\n    position: absolute; top: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--gold);\n  }\n  .book-badge {\n    font-size: 10px; font-weight: 700;\n    letter-spacing: 0.18em; text-transform: uppercase;\n    color: var(--navy);\n    background: var(--gold);\n    display: inline-block;\n    padding: 4px 12px; border-radius: 2px;\n    margin-bottom: 20px;\n  }\n  .book-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 26px; font-weight: 600;\n    color: var(--white);\n    margin-bottom: 16px; line-height: 1.2;\n  }\n  .book-desc {\n    font-size: 14px; font-weight: 300; line-height: 1.75;\n    color: rgba(253,250,244,0.7);\n    margin-bottom: 20px;\n  }\n  .book-features { display: flex; flex-direction: column; gap: 8px; }\n  .book-feature {\n    display: flex; align-items: flex-start; gap: 10px;\n    font-size: 13px; font-weight: 400;\n    color: rgba(253,250,244,0.75);\n    line-height: 1.5;\n  }\n  .book-feature::before {\n    content: '—';\n    color: var(--gold);\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* ── FOR YOU SECTION ── *\/\n  .for-you { padding: 96px 0; }\n  .for-you-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    margin-top: 56px;\n    align-items: start;\n  }\n  @media (max-width: 680px) { .for-you-grid { grid-template-columns: 1fr; } }\n  .for-you-list { display: flex; flex-direction: column; gap: 18px; }\n  .for-you-item {\n    display: flex; align-items: flex-start; gap: 14px;\n    font-size: 16px; font-weight: 300; line-height: 1.65;\n    color: rgba(253,250,244,0.85);\n  }\n  .for-you-item::before {\n    content: '';\n    width: 6px; height: 6px;\n    background: var(--gold);\n    border-radius: 50%;\n    flex-shrink: 0;\n    margin-top: 8px;\n  }\n  .not-for-list { display: flex; flex-direction: column; gap: 18px; }\n  .not-for-item {\n    display: flex; align-items: flex-start; gap: 14px;\n    font-size: 16px; font-weight: 300; line-height: 1.65;\n    color: rgba(253,250,244,0.55);\n  }\n  .not-for-item::before {\n    content: '×';\n    color: rgba(201,168,76,0.4);\n    flex-shrink: 0;\n    font-size: 18px;\n    line-height: 1.3;\n  }\n\n  \/* ── TESTIMONIAL \/ PULL QUOTE ── *\/\n  .quote-section {\n    padding: 80px 0;\n    background: rgba(201,168,76,0.05);\n    border-top: 1px solid rgba(201,168,76,0.15);\n    border-bottom: 1px solid rgba(201,168,76,0.15);\n    text-align: center;\n  }\n  .pull-quote {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(22px, 3.5vw, 34px);\n    font-style: italic; font-weight: 400;\n    color: var(--white);\n    max-width: 760px; margin: 0 auto 24px;\n    line-height: 1.5;\n  }\n  .quote-source {\n    font-size: 12px; font-weight: 600;\n    letter-spacing: 0.16em; text-transform: uppercase;\n    color: var(--gold);\n  }\n\n  \/* ── PRICING ── *\/\n  .pricing-section { padding: 96px 0; }\n  .pricing-card {\n    background: rgba(26,26,46,0.95);\n    border: 1px solid rgba(201,168,76,0.3);\n    border-radius: 12px;\n    max-width: 580px; margin: 56px auto 0;\n    overflow: hidden;\n    box-shadow: 0 32px 80px rgba(0,0,0,0.4);\n  }\n  .pricing-header {\n    background: var(--gold);\n    padding: 28px 36px;\n    text-align: center;\n  }\n  .pricing-header h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px; font-weight: 600;\n    color: var(--navy);\n    margin-bottom: 4px;\n  }\n  .pricing-header p {\n    font-size: 13px; font-weight: 500;\n    color: rgba(26,26,46,0.7);\n    letter-spacing: 0.05em;\n  }\n  .pricing-body { padding: 36px; }\n  .price-display {\n    text-align: center; margin-bottom: 32px;\n  }\n  .price-old {\n    font-size: 16px; font-weight: 400;\n    color: rgba(253,250,244,0.35);\n    text-decoration: line-through;\n    margin-bottom: 4px;\n  }\n  .price-new {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 72px; font-weight: 600;\n    color: var(--white); line-height: 1;\n  }\n  .price-new sup { font-size: 32px; vertical-align: top; margin-top: 12px; }\n  .price-note {\n    font-size: 13px; font-weight: 300;\n    color: rgba(253,250,244,0.5);\n    margin-top: 6px;\n  }\n  .pricing-includes {\n    display: flex; flex-direction: column; gap: 12px;\n    margin-bottom: 32px;\n  }\n  .pricing-line {\n    display: flex; align-items: center; gap: 12px;\n    font-size: 15px; font-weight: 400;\n    color: rgba(253,250,244,0.85);\n  }\n  .pricing-line::before {\n    content: '✓';\n    color: var(--gold); font-weight: 700;\n    flex-shrink: 0;\n  }\n  .btn-buy {\n    display: block; width: 100%;\n    background: var(--gold); color: var(--navy);\n    font-family: 'Outfit', sans-serif;\n    font-size: 17px; font-weight: 700;\n    letter-spacing: 0.04em;\n    padding: 20px; border-radius: 6px;\n    text-decoration: none; text-align: center;\n    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;\n    box-shadow: 0 8px 28px rgba(201,168,76,0.3);\n    margin-bottom: 16px;\n  }\n  .btn-buy:hover { background: var(--goldf); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(201,168,76,0.4); }\n  .btn-secondary {\n    display: block; width: 100%;\n    background: transparent;\n    border: 1px solid rgba(201,168,76,0.3);\n    color: rgba(253,250,244,0.65);\n    font-family: 'Outfit', sans-serif;\n    font-size: 14px; font-weight: 400;\n    padding: 14px; border-radius: 6px;\n    text-decoration: none; text-align: center;\n    transition: border-color 0.2s, color 0.2s;\n  }\n  .btn-secondary:hover { border-color: rgba(201,168,76,0.6); color: var(--white); }\n  .guarantee {\n    text-align: center; margin-top: 24px;\n    font-size: 13px; font-weight: 300;\n    color: rgba(253,250,244,0.4);\n    line-height: 1.6;\n  }\n\n  \/* ── FINAL CTA ── *\/\n  .final-cta {\n    padding: 96px 0;\n    text-align: center;\n    background: rgba(0,0,0,0.3);\n    border-top: 1px solid rgba(201,168,76,0.1);\n  }\n  .final-cta .section-title { margin-bottom: 16px; }\n  .final-body {\n    font-size: 18px; font-weight: 300; line-height: 1.8;\n    color: rgba(253,250,244,0.75);\n    max-width: 580px; margin: 0 auto 48px;\n  }\n\n  \/* ── FOOTER ── *\/\n  footer {\n    padding: 40px 28px;\n    border-top: 1px solid rgba(201,168,76,0.1);\n    text-align: center;\n  }\n  footer p {\n    font-size: 13px; font-weight: 300;\n    color: rgba(253,250,244,0.3);\n    margin-bottom: 8px;\n  }\n  footer a { color: var(--gold); text-decoration: none; }\n  footer a:hover { text-decoration: underline; }\n\n  \/* ── SCROLL REVEAL ── *\/\n  .reveal {\n    opacity: 0;\n    transform: translateY(32px);\n    transition: opacity 0.7s ease, transform 0.7s ease;\n  }\n  .reveal.visible { opacity: 1; transform: translateY(0); }\n  .reveal-delay-1 { transition-delay: 0.1s; }\n  .reveal-delay-2 { transition-delay: 0.2s; }\n  .reveal-delay-3 { transition-delay: 0.3s; }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 768px) {\n    .for-you-grid { grid-template-columns: 1fr; gap: 36px; }\n    .books-grid { grid-template-columns: 1fr; }\n    .pain-grid { grid-template-columns: 1fr; }\n    .video-frame-outer iframe { width: 280px; height: 512px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- NAV --\u003e\n\u003cnav\u003e\n  \u003cspan class=\"nav-brand\"\u003eCreator Arsenal\u003c\/span\u003e\n  \u003ca href=\"https:\/\/creator-arsenal-3.myshopify.com\/products\/moral-compass-which-way-is-your-life-going-free\" class=\"nav-cta\" target=\"_blank\"\u003eGet the Package — $47\u003c\/a\u003e\n\u003c\/nav\u003e\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003c!-- Compass Rose SVG --\u003e\n  \u003csvg class=\"compass-bg\" viewbox=\"0 0 400 400\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003ccircle cx=\"200\" cy=\"200\" r=\"190\" stroke=\"#C9A84C\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n    \u003ccircle cx=\"200\" cy=\"200\" r=\"150\" stroke=\"#C9A84C\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n    \u003ccircle cx=\"200\" cy=\"200\" r=\"100\" stroke=\"#C9A84C\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n    \u003ccircle cx=\"200\" cy=\"200\" r=\"50\" stroke=\"#C9A84C\" stroke-width=\"0.5\"\u003e\u003c\/circle\u003e\n    \u003cline x1=\"200\" y1=\"10\" x2=\"200\" y2=\"390\" stroke=\"#C9A84C\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n    \u003cline x1=\"10\" y1=\"200\" x2=\"390\" y2=\"200\" stroke=\"#C9A84C\" stroke-width=\"0.5\"\u003e\u003c\/line\u003e\n    \u003cline x1=\"60\" y1=\"60\" x2=\"340\" y2=\"340\" stroke=\"#C9A84C\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n    \u003cline x1=\"340\" y1=\"60\" x2=\"60\" y2=\"340\" stroke=\"#C9A84C\" stroke-width=\"0.3\"\u003e\u003c\/line\u003e\n    \u003cpolygon points=\"200,10 190,180 200,170 210,180\" fill=\"#C9A84C\" opacity=\"0.6\"\u003e\u003c\/polygon\u003e\n    \u003cpolygon points=\"200,390 190,220 200,230 210,220\" fill=\"#C9A84C\" opacity=\"0.3\"\u003e\u003c\/polygon\u003e\n    \u003ctext x=\"200\" y=\"34\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"14\" fill=\"#C9A84C\" opacity=\"0.7\"\u003eN\u003c\/text\u003e\n    \u003ctext x=\"200\" y=\"384\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"14\" fill=\"#C9A84C\" opacity=\"0.4\"\u003eS\u003c\/text\u003e\n    \u003ctext x=\"378\" y=\"205\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"14\" fill=\"#C9A84C\" opacity=\"0.4\"\u003eE\u003c\/text\u003e\n    \u003ctext x=\"22\" y=\"205\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"14\" fill=\"#C9A84C\" opacity=\"0.4\"\u003eW\u003c\/text\u003e\n  \u003c\/svg\u003e\n\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cp class=\"eyebrow\"\u003eCreator Arsenal  ·  Faith × Purpose × Identity\u003c\/p\u003e\n    \u003ch1 class=\"hero-title\"\u003eMoral Compass\u003c\/h1\u003e\n    \u003cp class=\"hero-subtitle\"\u003eWhat Guides Your Life\u003c\/p\u003e\n    \u003cdiv class=\"hero-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"hero-hook\"\u003e\n      You are not lost because you lack direction.\u003cbr\u003e\n      \u003cstrong\u003eYou are lost because you have the wrong one.\u003c\/strong\u003e\n    \u003c\/p\u003e\n    \u003cdiv class=\"hero-cta-group\"\u003e\n      \u003ca href=\"https:\/\/creator-arsenal-3.myshopify.com\/products\/moral-compass-which-way-is-your-life-going-free\" class=\"btn-primary\" target=\"_blank\"\u003e\n        Get the Complete Package — $47\n      \u003c\/a\u003e\n      \u003cspan class=\"btn-price\"\u003e\u003cspan\u003e$97\u003c\/span\u003eThree books. Instant download.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- VERSE BAND --\u003e\n\u003cdiv class=\"verse-band\"\u003e\n  \u003cp class=\"verse-text\"\u003e\"Above all else, guard your heart, for everything you do flows from it.\"\u003c\/p\u003e\n  \u003cp class=\"verse-ref\"\u003eProverbs 4:23  ·  Anchor 8\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- VIDEO SECTION --\u003e\n\u003csection class=\"video-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"video-wrap\"\u003e\n      \u003cdiv class=\"video-text reveal\"\u003e\n        \u003cp class=\"section-tag\"\u003eWatch First\u003c\/p\u003e\n        \u003ch2 class=\"section-title\" style=\"font-size:clamp(28px,4vw,44px);\"\u003eSee what the Moral Compass is all about\u003c\/h2\u003e\n        \u003cp class=\"section-body\" style=\"margin:0 auto;\"\u003e\n          Three books. Ten biblical anchors. A 30-day system built for people who are done navigating by the wrong things and are ready for real direction.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"video-frame-outer reveal reveal-delay-2\"\u003e\n        \u003ciframe width=\"315\" height=\"576\" src=\"https:\/\/www.youtube.com\/embed\/JxgGFR9dqx8\" title=\"COMPASS   FREE\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen\u003e\u003c\/iframe\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- PAIN SECTION --\u003e\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"reveal\"\u003e\n      \u003cp class=\"section-tag\"\u003eSound familiar?\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eThis is what navigating by\u003cbr\u003ethe wrong compass feels like\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pain-grid\"\u003e\n      \u003cdiv class=\"pain-card reveal reveal-delay-1\"\u003e\n        \u003cp\u003eYou keep arriving at the same places. The same anxiety that won't stop even when you pray. The same patterns you said you'd never return to.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card reveal reveal-delay-2\"\u003e\n        \u003cp\u003eYou believe — deeply — but there's a gap between what you believe on Sunday and what actually drives you on a regular Tuesday when things go sideways.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card reveal reveal-delay-3\"\u003e\n        \u003cp\u003eYou've been navigating by fear. By wounds. By what people think. And quietly calling it discernment. It isn't.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card reveal reveal-delay-1\"\u003e\n        \u003cp\u003eYou feel spiritually off — disconnected, directionless — and you can't quite name why. The encouragement doesn't stick. The inspiration fades by Wednesday.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card reveal reveal-delay-2\"\u003e\n        \u003cp\u003eYou're in a season of rebuilding, or returning, or simply asking: what is my life supposed to look like? And you need more than a feeling to answer that.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card reveal reveal-delay-3\"\u003e\n        \u003cp\u003eYou want real direction. Not a motivational quote. Not a weekend retreat. Something you can hold onto when everything else is moving.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- VERSE BAND 2 --\u003e\n\u003cdiv class=\"verse-band\"\u003e\n  \u003cp class=\"verse-text\"\u003e\"He who began a good work in you will carry it on to completion until the day of Christ Jesus.\"\u003c\/p\u003e\n  \u003cp class=\"verse-ref\"\u003ePhilippians 1:6  ·  Anchor 9\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ANCHORS SECTION --\u003e\n\u003csection class=\"anchors-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"anchors-intro reveal\"\u003e\n      \u003cp class=\"section-tag\"\u003eThe Foundation\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eTen biblical anchors.\u003cbr\u003eTen true norths.\u003c\/h2\u003e\n      \u003cp class=\"section-body\"\u003e\n        Not inspiration. Not encouragement. Anchors — things you can hold when everything else is moving. Every book in this package is built on these ten scriptures.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"anchor-list\"\u003e\n      \u003cdiv class=\"anchor-item reveal\"\u003e\n        \u003cdiv class=\"anchor-num\"\u003e01\u003c\/div\u003e\n        \u003cdiv class=\"anchor-content\"\u003e\n          \u003cp class=\"anchor-verse\"\u003e\"Cast all your anxiety on him because he cares for you.\"\u003c\/p\u003e\n          \u003cp class=\"anchor-ref\"\u003e1 Peter 5:7\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"anchor-item reveal\"\u003e\n        \u003cdiv class=\"anchor-num\"\u003e02\u003c\/div\u003e\n        \u003cdiv class=\"anchor-content\"\u003e\n          \u003cp class=\"anchor-verse\"\u003e\"Then you will call on me and come and pray to me, and I will listen to you.\"\u003c\/p\u003e\n          \u003cp class=\"anchor-ref\"\u003eJeremiah 29:12\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"anchor-item reveal\"\u003e\n        \u003cdiv class=\"anchor-num\"\u003e03\u003c\/div\u003e\n        \u003cdiv class=\"anchor-content\"\u003e\n          \u003cp class=\"anchor-verse\"\u003e\"Our present sufferings are not worth comparing with the glory that will be revealed in us.\"\u003c\/p\u003e\n          \u003cp class=\"anchor-ref\"\u003eRomans 8:18\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"anchor-item reveal\"\u003e\n        \u003cdiv class=\"anchor-num\"\u003e04\u003c\/div\u003e\n        \u003cdiv class=\"anchor-content\"\u003e\n          \u003cp class=\"anchor-verse\"\u003e\"Offer your bodies as a living sacrifice, holy and pleasing to God — this is your true and proper worship.\"\u003c\/p\u003e\n          \u003cp class=\"anchor-ref\"\u003eRomans 12:1\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"anchor-item reveal\"\u003e\n        \u003cdiv class=\"anchor-num\"\u003e05\u003c\/div\u003e\n        \u003cdiv class=\"anchor-content\"\u003e\n          \u003cp class=\"anchor-verse\"\u003e\"You do not realize now what I am doing, but later you will understand.\"\u003c\/p\u003e\n          \u003cp class=\"anchor-ref\"\u003eJohn 13:7\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"anchor-item reveal\"\u003e\n        \u003cdiv class=\"anchor-num\"\u003e06\u003c\/div\u003e\n        \u003cdiv class=\"anchor-content\"\u003e\n          \u003cp class=\"anchor-verse\"\u003e\"He came and preached peace to you who were far away and peace to those who were near.\"\u003c\/p\u003e\n          \u003cp class=\"anchor-ref\"\u003eEphesians 2:17\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"anchor-item reveal\"\u003e\n        \u003cdiv class=\"anchor-num\"\u003e07\u003c\/div\u003e\n        \u003cdiv class=\"anchor-content\"\u003e\n          \u003cp class=\"anchor-verse\"\u003e\"Weeping may stay for the night, but rejoicing comes in the morning.\"\u003c\/p\u003e\n          \u003cp class=\"anchor-ref\"\u003ePsalm 30:5\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"anchor-item reveal\"\u003e\n        \u003cdiv class=\"anchor-num\"\u003e08\u003c\/div\u003e\n        \u003cdiv class=\"anchor-content\"\u003e\n          \u003cp class=\"anchor-verse\"\u003e\"Above all else, guard your heart, for everything you do flows from it.\"\u003c\/p\u003e\n          \u003cp class=\"anchor-ref\"\u003eProverbs 4:23\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"anchor-item reveal\"\u003e\n        \u003cdiv class=\"anchor-num\"\u003e09\u003c\/div\u003e\n        \u003cdiv class=\"anchor-content\"\u003e\n          \u003cp class=\"anchor-verse\"\u003e\"He who began a good work in you will carry it on to completion until the day of Christ Jesus.\"\u003c\/p\u003e\n          \u003cp class=\"anchor-ref\"\u003ePhilippians 1:6\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"anchor-item reveal\"\u003e\n        \u003cdiv class=\"anchor-num\"\u003e10\u003c\/div\u003e\n        \u003cdiv class=\"anchor-content\"\u003e\n          \u003cp class=\"anchor-verse\"\u003e\"Love never fails.\"\u003c\/p\u003e\n          \u003cp class=\"anchor-ref\"\u003e1 Corinthians 13:8\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- BOOKS SECTION --\u003e\n\u003csection class=\"books-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"reveal center\"\u003e\n      \u003cp class=\"section-tag\"\u003eWhat's Inside\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eThree books.\u003cbr\u003eOne complete system.\u003c\/h2\u003e\n      \u003cp class=\"section-body\" style=\"margin: 0 auto 0;\"\u003e\n        The Moral Compass Package is not a collection of PDFs. It is an integrated system designed to take each anchor from something you read about to something you actually live.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"books-grid\"\u003e\n      \u003cdiv class=\"book-card reveal reveal-delay-1\"\u003e\n        \u003cspan class=\"book-badge\"\u003eBook 1\u003c\/span\u003e\n        \u003ch3 class=\"book-title\"\u003eThe 60-Page Guide\u003c\/h3\u003e\n        \u003cp class=\"book-desc\"\u003eDeep, honest chapters on all ten anchors. Each one explores the verse in historical and spiritual context, what it means for modern daily life, and closes with reflection questions and a weekly practice.\u003c\/p\u003e\n        \u003cdiv class=\"book-features\"\u003e\n          \u003cdiv class=\"book-feature\"\u003e10 full chapters — one per anchor\u003c\/div\u003e\n          \u003cdiv class=\"book-feature\"\u003eHistorical context for every verse\u003c\/div\u003e\n          \u003cdiv class=\"book-feature\"\u003eModern application, not just theology\u003c\/div\u003e\n          \u003cdiv class=\"book-feature\"\u003eReflection questions and weekly practices\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"book-card reveal reveal-delay-2\"\u003e\n        \u003cspan class=\"book-badge\"\u003eBook 2\u003c\/span\u003e\n        \u003ch3 class=\"book-title\"\u003eThe Workbook\u003c\/h3\u003e\n        \u003cp class=\"book-desc\"\u003eTwo pages per chapter. Five deep reflection questions with lined write-in space. Then a 7-day action plan per anchor designed to move each truth from your head into your actual daily life.\u003c\/p\u003e\n        \u003cdiv class=\"book-features\"\u003e\n          \u003cdiv class=\"book-feature\"\u003e5 honest examination questions per anchor\u003c\/div\u003e\n          \u003cdiv class=\"book-feature\"\u003eLined write-in space for every answer\u003c\/div\u003e\n          \u003cdiv class=\"book-feature\"\u003e7-day action plan per chapter\u003c\/div\u003e\n          \u003cdiv class=\"book-feature\"\u003eBuilt for people who want to do the work\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"book-card reveal reveal-delay-3\"\u003e\n        \u003cspan class=\"book-badge\"\u003eBook 3\u003c\/span\u003e\n        \u003ch3 class=\"book-title\"\u003eThe 30-Day Journal\u003c\/h3\u003e\n        \u003cp class=\"book-desc\"\u003eThirty daily entries rotating through all ten anchor verses. Each verse appears three times — because what you notice on Day 1 will be different from Day 22. One anchor at a time, one day at a time.\u003c\/p\u003e\n        \u003cdiv class=\"book-features\"\u003e\n          \u003cdiv class=\"book-feature\"\u003e30 daily scripture-anchored entries\u003c\/div\u003e\n          \u003cdiv class=\"book-feature\"\u003eFocused examination question each day\u003c\/div\u003e\n          \u003cdiv class=\"book-feature\"\u003e8 lined reflection spaces per entry\u003c\/div\u003e\n          \u003cdiv class=\"book-feature\"\u003e\"Today I Choose To\" intention line daily\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- PULL QUOTE --\u003e\n\u003cdiv class=\"quote-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cp class=\"pull-quote reveal\"\u003e\"A life without direction is a life without destination. Let the Word of God be the compass that guides every step.\"\u003c\/p\u003e\n    \u003cp class=\"quote-source reveal\"\u003eCreator Arsenal  ·  Moral Compass Package\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FOR YOU SECTION --\u003e\n\u003csection class=\"for-you section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"reveal\"\u003e\n      \u003cp class=\"section-tag\"\u003eWho It's For\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eThis package was built for you if…\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"for-you-grid\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"for-you-list\"\u003e\n          \u003cdiv class=\"for-you-item reveal\"\u003eYou've been feeling spiritually off and can't quite name why\u003c\/div\u003e\n          \u003cdiv class=\"for-you-item reveal\"\u003eYou keep arriving at the same anxiety, same patterns, same distance from who you were made to be\u003c\/div\u003e\n          \u003cdiv class=\"for-you-item reveal\"\u003eYou want more than encouragement — you need actual direction\u003c\/div\u003e\n          \u003cdiv class=\"for-you-item reveal\"\u003eYou believe deeply but feel disconnected from what that belief should look like in practice\u003c\/div\u003e\n          \u003cdiv class=\"for-you-item reveal\"\u003eYou're in a season of rebuilding, redirection, or returning\u003c\/div\u003e\n          \u003cdiv class=\"for-you-item reveal\"\u003eYou want something you can hold onto when everything else is moving\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"section-tag\" style=\"margin-bottom:20px;\"\u003eIt's not for you if…\u003c\/p\u003e\n        \u003cdiv class=\"not-for-list\"\u003e\n          \u003cdiv class=\"not-for-item reveal\"\u003eYou're looking for quick hacks and shortcuts to a better life\u003c\/div\u003e\n          \u003cdiv class=\"not-for-item reveal\"\u003eYou want to feel good without doing the honest work of examination\u003c\/div\u003e\n          \u003cdiv class=\"not-for-item reveal\"\u003eYou're satisfied with surface-level faith content\u003c\/div\u003e\n          \u003cdiv class=\"not-for-item reveal\"\u003eYou want someone to tell you what you want to hear\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- VERSE BAND 3 --\u003e\n\u003cdiv class=\"verse-band\"\u003e\n  \u003cp class=\"verse-text\"\u003e\"Love never fails.\"\u003c\/p\u003e\n  \u003cp class=\"verse-ref\"\u003e1 Corinthians 13:8  ·  Anchor 10  ·  The compass doesn't just point to a destination. It points to a Person.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- PRICING --\u003e\n\u003csection class=\"pricing-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"reveal center\"\u003e\n      \u003cp class=\"section-tag\"\u003eThe Investment\u003c\/p\u003e\n      \u003ch2 class=\"section-title\"\u003eEverything you need.\u003cbr\u003eOne clear price.\u003c\/h2\u003e\n      \u003cp class=\"section-body\" style=\"margin:0 auto;\"\u003e\n        Three books at $47 is less than one devotional at Barnes \u0026amp; Noble. And this is not a devotional. This is a system built to change the direction of your life.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pricing-card reveal\"\u003e\n      \u003cdiv class=\"pricing-header\"\u003e\n        \u003ch3\u003eMoral Compass Package\u003c\/h3\u003e\n        \u003cp\u003eComplete 3-Book Digital Bundle · Instant Download\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pricing-body\"\u003e\n        \u003cdiv class=\"price-display\"\u003e\n          \u003cp class=\"price-old\"\u003eRegular price $97\u003c\/p\u003e\n          \u003cp class=\"price-new\"\u003e\u003csup\u003e$\u003c\/sup\u003e47\u003c\/p\u003e\n          \u003cp class=\"price-note\"\u003eOne-time payment · Instant PDF download · All devices\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"pricing-includes\"\u003e\n          \u003cdiv class=\"pricing-line\"\u003eBook 1 — Moral Compass: 60-Page Complete Guide\u003c\/div\u003e\n          \u003cdiv class=\"pricing-line\"\u003eBook 2 — Moral Compass Workbook with 7-Day Action Plans\u003c\/div\u003e\n          \u003cdiv class=\"pricing-line\"\u003eBook 3 — Moral Compass 30-Day Daily Journal\u003c\/div\u003e\n          \u003cdiv class=\"pricing-line\"\u003eAll 10 biblical anchors — deeply explored\u003c\/div\u003e\n          \u003cdiv class=\"pricing-line\"\u003eInstant download — readable on any device\u003c\/div\u003e\n          \u003cdiv class=\"pricing-line\"\u003ePrint at home or use digitally\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003ca href=\"https:\/\/creator-arsenal-3.myshopify.com\/products\/moral-compass-which-way-is-your-life-going-free\" class=\"btn-buy\" target=\"_blank\"\u003e\n          Get the Moral Compass Package — $47 →\n        \u003c\/a\u003e\n        \u003ca href=\"https:\/\/creator-arsenal-3.myshopify.com\/products\/moral-compass-which-way-is-your-life-going-free\" class=\"btn-secondary\" target=\"_blank\"\u003e\n          Shop all products at Creator Arsenal on Shopify\n        \u003c\/a\u003e\n        \u003cp class=\"guarantee\"\u003eDelivered instantly after purchase. Three complete PDF books.\u003cbr\u003eAvailable on Shopify at Creator Arsenal.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"final-cta\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cp class=\"section-tag\"\u003eThe Compass Is Waiting\u003c\/p\u003e\n    \u003ch2 class=\"section-title reveal\"\u003eThe compass was always\u003cbr\u003eavailable to you.\u003c\/h2\u003e\n    \u003cp class=\"final-body reveal\"\u003e\n      This package helps you pick it up, read it, and learn to follow it.\u003cbr\u003e\n      The needle will settle. The direction will hold.\u003cbr\u003e\u003cstrong\u003eKeep walking.\u003c\/strong\u003e\n    \u003c\/p\u003e\n    \u003cdiv class=\"reveal\"\u003e\n      \u003ca href=\"https:\/\/creator-arsenal-3.myshopify.com\/products\/moral-compass-which-way-is-your-life-going-free\" class=\"btn-primary\" target=\"_blank\"\u003e\n        Get the Package at Creator Arsenal — $47\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FOOTER --\u003e\n\u003cfooter\u003e\n  \u003cp\u003e\u003cstrong style=\"color:rgba(253,250,244,0.6)\"\u003eCreator Arsenal\u003c\/strong\u003e  ·  Faith × Purpose × Identity\u003c\/p\u003e\n  \u003cp\u003e\u003ca href=\"https:\/\/creator-arsenal-3.myshopify.com\/products\/moral-compass-which-way-is-your-life-going-free\" target=\"_blank\"\u003ecreator-arsenal-3.myshopify.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top:16px;\"\u003e© 2025 Creator Arsenal. All rights reserved.\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n\/\/ Scroll reveal\nconst reveals = document.querySelectorAll('.reveal');\nconst observer = new IntersectionObserver((entries) =\u003e {\n  entries.forEach(e =\u003e {\n    if (e.isIntersecting) {\n      e.target.classList.add('visible');\n      observer.unobserve(e.target);\n    }\n  });\n}, { threshold: 0.12 });\nreveals.forEach(el =\u003e observer.observe(el));\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"CREATOR ARSENAL","offers":[{"title":"Default Title","offer_id":44716384616493,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0725\/8593\/6941\/files\/FREEGUIDE-Copy_1778480976.webp?v=1778481563","url":"https:\/\/creatorarsenal.shop\/products\/moral-compass-which-way-is-your-life-going-free","provider":"CREATOR ARSENAL","version":"1.0","type":"link"}