{"product_id":"lights-on","title":"Lights On","description":"\u003cstyle\u003e\n  \/* ── LIGHTS ON — Shopify Description Block ── *\/\n  \/* Architecture: single root wrapper IS the breakout container,\n     sections are direct children — same pattern as all other pages *\/\n\n  .lo-wrap {\n    font-family: Georgia, 'Times New Roman', serif;\n    color: #1a1a2e !important;\n    line-height: 1.7;\n    \/* Breakout margins — same as all other pages *\/\n    width: calc(100% + 485px);\n    max-width: calc(100% + 485px);\n    margin-left: -243px;\n    margin-right: -242px;\n    box-sizing: border-box;\n  }\n\n  \/* ── HERO ── *\/\n  .lo-hero {\n    background: linear-gradient(160deg, #0d0d1a 0%, #1a1a2e 40%, #2d1f0a 100%);\n    color: #f5f0e8 !important;\n    padding: 60px 48px;\n    text-align: center;\n  }\n  .lo-hero-eyebrow {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #c9952a !important;\n    margin-bottom: 20px;\n  }\n  .lo-hero h1 {\n    font-size: 42px;\n    font-weight: 700;\n    line-height: 1.15;\n    color: #f5f0e8 !important;\n    margin: 0 0 12px 0;\n  }\n  .lo-hero h1 em {\n    font-style: italic;\n    color: #c9952a !important;\n  }\n  .lo-hero-sub {\n    font-size: 18px;\n    color: #d4c9b0 !important;\n    max-width: 600px;\n    margin: 0 auto 32px auto;\n    font-style: italic;\n  }\n  .lo-hero-stats {\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    margin-top: 32px;\n    padding-top: 32px;\n    border-top: 1px solid rgba(201,149,42,0.3);\n  }\n  .lo-hero-stat {\n    text-align: center;\n  }\n  .lo-hero-stat-num {\n    font-size: 32px;\n    font-weight: 700;\n    color: #c9952a !important;\n    display: block;\n  }\n  .lo-hero-stat-label {\n    font-size: 12px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #a89880 !important;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n  }\n\n  \/* ── SHARED SECTION LABEL ── *\/\n  .lo-section-label {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #c9952a !important;\n    margin-bottom: 16px;\n  }\n\n  \/* ── PROBLEM SECTION ── *\/\n  .lo-problem {\n    background: #f9f5ee;\n    padding: 52px 48px;\n    border-left: 4px solid #c9952a;\n  }\n  .lo-problem h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: #1a1a2e !important;\n    margin: 0 0 20px 0;\n    line-height: 1.3;\n  }\n  .lo-problem p {\n    font-size: 16px;\n    color: #3a3530 !important;\n    margin: 0 0 16px 0;\n  }\n  .lo-stolen-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 28px;\n  }\n  .lo-stolen-item {\n    background: #fff;\n    border: 1px solid #e8dfc8;\n    border-radius: 6px;\n    padding: 14px 16px;\n    font-size: 14px;\n    color: #3a3530 !important;\n    font-style: italic;\n  }\n  .lo-stolen-item::before {\n    content: \"○ \";\n    color: #c9952a;\n    font-style: normal;\n  }\n\n  \/* ── CHANNELS SECTION ── *\/\n  .lo-channels {\n    background: #1a1a2e;\n    color: #f5f0e8 !important;\n    padding: 52px 48px;\n  }\n  .lo-channels h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: #f5f0e8 !important;\n    margin: 0 0 8px 0;\n    text-align: center;\n  }\n  .lo-channels-sub {\n    text-align: center;\n    color: #a89880 !important;\n    font-size: 15px;\n    margin-bottom: 36px;\n    font-style: italic;\n  }\n  .lo-channels-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n  .lo-channel-card {\n    background: rgba(201,149,42,0.08);\n    border: 1px solid rgba(201,149,42,0.25);\n    border-radius: 8px;\n    padding: 20px;\n  }\n  .lo-channel-num {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    color: #c9952a !important;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    margin-bottom: 6px;\n  }\n  .lo-channel-name {\n    font-size: 16px;\n    font-weight: 700;\n    color: #f5f0e8 !important;\n    margin-bottom: 8px;\n  }\n  .lo-channel-desc {\n    font-size: 13px;\n    color: #a89880 !important;\n    line-height: 1.6;\n  }\n\n  \/* ── CURRICULUM ── *\/\n  .lo-curriculum {\n    background: #f9f5ee;\n    padding: 52px 48px;\n  }\n  .lo-curriculum h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: #1a1a2e !important;\n    margin: 0 0 8px 0;\n  }\n  .lo-curriculum-sub {\n    color: #6b5e4e !important;\n    font-size: 15px;\n    margin-bottom: 32px;\n    font-style: italic;\n  }\n  .lo-module-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .lo-module-item {\n    background: #fff;\n    border: 1px solid #e8dfc8;\n    border-radius: 6px;\n    padding: 16px 20px;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n  .lo-module-num {\n    background: #1a1a2e;\n    color: #c9952a;\n    font-size: 12px;\n    font-weight: 700;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    min-width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  .lo-module-info {}\n  .lo-module-weeks {\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #c9952a !important;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    margin-bottom: 4px;\n  }\n  .lo-module-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #1a1a2e !important;\n  }\n\n  \/* ── 30-DAY ONRAMP ── *\/\n  .lo-onramp {\n    background: #2d1f0a;\n    color: #f5f0e8 !important;\n    padding: 52px 48px;\n  }\n  .lo-onramp h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: #f5f0e8 !important;\n    margin: 0 0 8px 0;\n    text-align: center;\n  }\n  .lo-onramp-sub {\n    text-align: center;\n    color: #a89880 !important;\n    font-size: 15px;\n    margin-bottom: 36px;\n    font-style: italic;\n  }\n  .lo-onramp-steps {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 12px;\n  }\n  .lo-onramp-step {\n    background: rgba(201,149,42,0.1);\n    border: 1px solid rgba(201,149,42,0.3);\n    border-radius: 8px;\n    padding: 20px 14px;\n    text-align: center;\n  }\n  .lo-onramp-step-num {\n    font-size: 24px;\n    font-weight: 700;\n    color: #c9952a !important;\n    display: block;\n    margin-bottom: 6px;\n  }\n  .lo-onramp-step-label {\n    font-size: 11px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #c9952a !important;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    margin-bottom: 8px;\n  }\n  .lo-onramp-step-desc {\n    font-size: 12px;\n    color: #a89880 !important;\n    line-height: 1.5;\n  }\n\n  \/* ── VALUE STACK ── *\/\n  .lo-value {\n    background: #f9f5ee;\n    padding: 52px 48px;\n  }\n  .lo-value h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: #1a1a2e !important;\n    margin: 0 0 8px 0;\n  }\n  .lo-value-sub {\n    color: #6b5e4e !important;\n    font-size: 15px;\n    margin-bottom: 32px;\n    font-style: italic;\n  }\n  .lo-value-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 15px;\n  }\n  .lo-value-table thead tr {\n    background: #1a1a2e;\n    color: #c9952a;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    font-size: 11px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n  .lo-value-table thead th {\n    padding: 14px 18px;\n    text-align: left;\n    font-weight: 700;\n  }\n  .lo-value-table tbody tr:nth-child(odd) {\n    background: #fff;\n  }\n  .lo-value-table tbody tr:nth-child(even) {\n    background: #f3ede0;\n  }\n  .lo-value-table tbody td {\n    padding: 14px 18px;\n    color: #3a3530 !important;\n    font-weight: 700;\n  }\n  .lo-value-table tbody td:last-child {\n    color: #1a1a2e !important;\n    font-weight: 700;\n  }\n  .lo-value-table tfoot tr {\n    background: #1a1a2e;\n    color: #f5f0e8 !important;\n  }\n  .lo-value-table tfoot td {\n    padding: 16px 18px;\n    font-weight: 700;\n    font-size: 16px;\n  }\n  .lo-value-price-cell {\n    text-align: right;\n    font-size: 28px;\n    font-weight: 700;\n    color: #c9952a !important;\n  }\n\n  \/* ── TESTIMONIALS ── *\/\n  .lo-testimonials {\n    background: #1a1a2e;\n    color: #f5f0e8 !important;\n    padding: 52px 48px;\n  }\n  .lo-testimonials h2 {\n    font-size: 28px;\n    font-weight: 700;\n    color: #f5f0e8 !important;\n    margin: 0 0 8px 0;\n    text-align: center;\n  }\n  .lo-testimonials-sub {\n    text-align: center;\n    color: #a89880 !important;\n    font-size: 15px;\n    margin-bottom: 36px;\n    font-style: italic;\n  }\n  .lo-testimonials-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n  .lo-testimonial-card {\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(201,149,42,0.2);\n    border-radius: 8px;\n    padding: 24px;\n  }\n  .lo-testimonial-stars {\n    color: #c9952a;\n    font-size: 16px;\n    margin-bottom: 12px;\n    letter-spacing: 2px;\n  }\n  .lo-testimonial-text {\n    font-size: 14px;\n    color: #d4c9b0 !important;\n    line-height: 1.7;\n    font-style: italic;\n    margin-bottom: 16px;\n  }\n  .lo-testimonial-name {\n    font-size: 13px;\n    font-weight: 700;\n    color: #f5f0e8 !important;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n  }\n  .lo-testimonial-role {\n    font-size: 12px;\n    color: #a89880 !important;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n  }\n\n  \/* ── ABOUT PEDRAM ── *\/\n  .lo-about {\n    background: #f9f5ee;\n    padding: 52px 48px;\n    border-left: 4px solid #c9952a;\n  }\n  .lo-about h2 {\n    font-size: 24px;\n    font-weight: 700;\n    color: #1a1a2e !important;\n    margin: 0 0 4px 0;\n  }\n  .lo-about-title {\n    font-size: 13px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #c9952a !important;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    margin-bottom: 16px;\n  }\n  .lo-about p {\n    font-size: 15px;\n    color: #3a3530 !important;\n    margin: 0 0 14px 0;\n  }\n  .lo-about-quote {\n    background: #fff;\n    border-left: 3px solid #c9952a;\n    padding: 16px 20px;\n    font-style: italic;\n    color: #1a1a2e !important;\n    font-size: 16px;\n    margin: 20px 0;\n  }\n  .lo-about-stats {\n    display: flex;\n    gap: 32px;\n    flex-wrap: wrap;\n    margin-top: 20px;\n  }\n  .lo-about-stat {\n    text-align: center;\n  }\n  .lo-about-stat-num {\n    font-size: 22px;\n    font-weight: 700;\n    color: #c9952a !important;\n    display: block;\n  }\n  .lo-about-stat-label {\n    font-size: 11px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #6b5e4e !important;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n  }\n\n  \/* ── GUARANTEE ── *\/\n  .lo-guarantee {\n    background: #2d1f0a;\n    color: #f5f0e8 !important;\n    padding: 44px 48px;\n    text-align: center;\n  }\n  .lo-guarantee h2 {\n    font-size: 26px;\n    font-weight: 700;\n    color: #c9952a !important;\n    margin: 0 0 12px 0;\n  }\n  .lo-guarantee p {\n    font-size: 15px;\n    color: #d4c9b0 !important;\n    max-width: 600px;\n    margin: 0 auto 16px auto;\n    line-height: 1.7;\n  }\n  .lo-guarantee-items {\n    display: flex;\n    justify-content: center;\n    gap: 32px;\n    flex-wrap: wrap;\n    margin-top: 24px;\n  }\n  .lo-guarantee-item {\n    font-size: 13px;\n    color: #a89880 !important;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n  }\n  .lo-guarantee-item::before {\n    content: \"✓ \";\n    color: #c9952a;\n    font-weight: 700;\n  }\n\n  \/* ── FAQ ── *\/\n  .lo-faq {\n    background: #f9f5ee;\n    padding: 52px 48px;\n  }\n  .lo-faq h2 {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a1a2e !important;\n    margin: 0 0 28px 0;\n  }\n  .lo-faq-item {\n    border-bottom: 1px solid #e8dfc8;\n    padding: 20px 0;\n  }\n  .lo-faq-item:last-child {\n    border-bottom: none;\n  }\n  .lo-faq-q {\n    font-size: 16px;\n    font-weight: 700;\n    color: #1a1a2e !important;\n    margin-bottom: 10px;\n  }\n  .lo-faq-a {\n    font-size: 15px;\n    color: #3a3530 !important;\n    line-height: 1.7;\n  }\n\n  @media (max-width: 768px) {\n    .lo-wrap {\n      width: 100%;\n      max-width: 100%;\n      margin-left: 0;\n      margin-right: 0;\n    }\n    .lo-hero, .lo-problem, .lo-channels, .lo-curriculum,\n    .lo-onramp, .lo-value, .lo-testimonials, .lo-about,\n    .lo-guarantee, .lo-faq {\n      padding: 36px 24px;\n    }\n    .lo-hero h1 { font-size: 28px; }\n    .lo-stolen-grid { grid-template-columns: repeat(2, 1fr); }\n    .lo-channels-grid { grid-template-columns: repeat(2, 1fr); }\n    .lo-module-list { grid-template-columns: 1fr; }\n    .lo-onramp-steps { grid-template-columns: repeat(2, 1fr); }\n    .lo-testimonials-grid { grid-template-columns: 1fr; }\n    .lo-hero-stats { gap: 20px; }\n  }\n\n  .lo-video { padding: 48px 48px 8px 48px; background: #faf7f0; }\n  .lo-video h2 { margin-top: 0; }\n  @media (max-width: 768px) {\n    .lo-video { padding: 32px 20px 4px 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lo-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"lo-hero\"\u003e\n    \u003cdiv class=\"lo-hero-eyebrow\"\u003eThe Urban Monk Academy — Advanced Training\u003c\/div\u003e\n    \u003ch1\u003eSomething Has Been\u003cbr\u003e\u003cem\u003eStolen From You.\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"lo-hero-sub\"\u003eYou didn't feel it happen. That's the point. A 52-week system to bring all nine perceptual channels fully back online.\u003c\/p\u003e\n    \u003cdiv class=\"lo-hero-stats\"\u003e\n      \u003cdiv class=\"lo-hero-stat\"\u003e\n        \u003cspan class=\"lo-hero-stat-num\"\u003e52\u003c\/span\u003e\n        \u003cspan class=\"lo-hero-stat-label\"\u003eWeeks of Training\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-hero-stat\"\u003e\n        \u003cspan class=\"lo-hero-stat-num\"\u003e9\u003c\/span\u003e\n        \u003cspan class=\"lo-hero-stat-label\"\u003ePerceptual Channels\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-hero-stat\"\u003e\n        \u003cspan class=\"lo-hero-stat-num\"\u003e10\u003c\/span\u003e\n        \u003cspan class=\"lo-hero-stat-label\"\u003eModules\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-hero-stat\"\u003e\n        \u003cspan class=\"lo-hero-stat-num\"\u003e30\u003c\/span\u003e\n        \u003cspan class=\"lo-hero-stat-label\"\u003eDay Guarantee\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-hero-stat\"\u003e\n        \u003cspan class=\"lo-hero-stat-num\"\u003e$1.01\u003c\/span\u003e\n        \u003cspan class=\"lo-hero-stat-label\"\u003ePer Day\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c!-- VSL VIDEO --\u003e\n  \u003cdiv class=\"lo-video\"\u003e\n    \u003cdiv class=\"lo-section-label\" style=\"text-align:center;\"\u003eWatch First\u003c\/div\u003e\n    \u003ch2 style=\"text-align:center;margin-bottom:12px;\"\u003eSee How Lights On Brings You Back Online.\u003c\/h2\u003e\n    \u003cp class=\"lo-video-sub\" style=\"text-align:center;max-width:640px;margin:0 auto 28px auto;font-style:italic;color:#4a4a5e !important;\"\u003eDr. Pedram Shojai walks you through the nine perceptual channels, why your presence was quietly taken, and exactly how the 52-week system rebuilds it — one week at a time.\u003c\/p\u003e\n    \u003cdiv class=\"lo-video-frame\" style=\"position:relative;width:100%;padding-bottom:56.25%;height:0;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px rgba(13,13,26,0.35);background:#0d0d1a;\"\u003e\n      \u003ciframe src=\"https:\/\/fast.wistia.net\/embed\/iframe\/m6fkmth22s?seo=true\u0026amp;videoFoam=true\" title=\"Lights On — Dr. Pedram Shojai\" allow=\"autoplay; fullscreen\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" allowfullscreen style=\"position:absolute;top:0;left:0;width:100%;height:100%;border:0;\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"lo-video-cta\" style=\"text-align:center;margin-top:18px;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:1px;color:#c9952a !important;\"\u003e↑ Enroll above for just $1.01\/day — 52 weeks of training ↑\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \n  \u003c!-- PROBLEM --\u003e\n  \u003cdiv class=\"lo-problem\"\u003e\n    \u003cdiv class=\"lo-section-label\"\u003eThe Problem\u003c\/div\u003e\n    \u003ch2\u003eYour Presence Has Been Systematically Stolen.\u003c\/h2\u003e\n    \u003cp\u003eThere are industries worth hundreds of billions of dollars whose entire business model depends on you staying anxious, reactive, and reaching for the next thing. Not by accident. By design.\u003c\/p\u003e\n    \u003cp\u003eThe attention economy didn't just steal your focus. It stole something far more essential — your ability to feel your own life. The quiet knowing. The gut that still recognizes what's true.\u003c\/p\u003e\n    \u003cp\u003eYour productivity isn't the casualty. \u003cstrong\u003eYour presence is.\u003c\/strong\u003e And presence is the foundation of everything that actually matters — your relationships, your decisions, your health, your sense of being alive at all.\u003c\/p\u003e\n    \u003cp\u003eThis isn't about willpower or digital detox. Lights On is designed to rewire you at the perceptual level — where the hijacking happened in the first place.\u003c\/p\u003e\n    \u003cdiv class=\"lo-stolen-grid\"\u003e\n      \u003cdiv class=\"lo-stolen-item\"\u003eThe quiet knowing\u003c\/div\u003e\n      \u003cdiv class=\"lo-stolen-item\"\u003eYour gut's honest signal\u003c\/div\u003e\n      \u003cdiv class=\"lo-stolen-item\"\u003eCapacity to be present\u003c\/div\u003e\n      \u003cdiv class=\"lo-stolen-item\"\u003eFelt sense of your own life\u003c\/div\u003e\n      \u003cdiv class=\"lo-stolen-item\"\u003eIntuition that lives in the body\u003c\/div\u003e\n      \u003cdiv class=\"lo-stolen-item\"\u003eThe ability to just be here\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- NINE CHANNELS --\u003e\n  \u003cdiv class=\"lo-channels\"\u003e\n    \u003cdiv class=\"lo-section-label\" style=\"text-align:center; color:#c9952a;\"\u003eThe System\u003c\/div\u003e\n    \u003ch2\u003eYou Have Nine Perceptual Channels. Not Five.\u003c\/h2\u003e\n    \u003cp class=\"lo-channels-sub\"\u003eModern neuroscience and ancient Taoist training agree on this. Most people operate on two or three. The rest are intact — just dormant. Lights On brings all nine fully online.\u003c\/p\u003e\n    \u003cdiv class=\"lo-channels-grid\"\u003e\n      \u003cdiv class=\"lo-channel-card\"\u003e\n        \u003cdiv class=\"lo-channel-num\"\u003eChannel 01\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-name\"\u003eExteroception\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-desc\"\u003eYour five external senses — sharpened beyond what you thought possible after years of screen-induced dulling.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-channel-card\"\u003e\n        \u003cdiv class=\"lo-channel-num\"\u003eChannel 02\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-name\"\u003eInteroception\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-desc\"\u003eYour body's internal intelligence: heartbeat, gut signals, emotional sensation. Restored to full signal strength.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-channel-card\"\u003e\n        \u003cdiv class=\"lo-channel-num\"\u003eChannel 03\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-name\"\u003eProprioception\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-desc\"\u003eYour body's map of itself in space — grounded, embodied, fully here. Qigong and movement practices rebuild this channel.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-channel-card\"\u003e\n        \u003cdiv class=\"lo-channel-num\"\u003eChannel 04\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-name\"\u003eEquilibrioception\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-desc\"\u003eYour vestibular system restored. Groundedness stops being a metaphor and becomes a physical reality.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-channel-card\"\u003e\n        \u003cdiv class=\"lo-channel-num\"\u003eChannel 05\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-name\"\u003eNeuroception\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-desc\"\u003eYour nervous system's safety scan recalibrated out of chronic alarm — so you stop living in a body that thinks it's under attack.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-channel-card\"\u003e\n        \u003cdiv class=\"lo-channel-num\"\u003eChannel 06\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-name\"\u003eChronoception\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-desc\"\u003eYour felt relationship with time — transformed from frantic and compressed to sovereign and spacious.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-channel-card\"\u003e\n        \u003cdiv class=\"lo-channel-num\"\u003eChannel 07\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-name\"\u003eThermoception\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-desc\"\u003eHeat and cold as language. The Fire Chamber tradition and cold exposure practices restore this channel as a source of vitality.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-channel-card\"\u003e\n        \u003cdiv class=\"lo-channel-num\"\u003eChannel 08\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-name\"\u003eNociception\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-desc\"\u003ePain as information, not punishment. Your relationship with physical sensation transforms — from something to suppress to something to interpret.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-channel-card\"\u003e\n        \u003cdiv class=\"lo-channel-num\"\u003eChannel 09\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-name\"\u003eEnergy Perception\u003c\/div\u003e\n        \u003cdiv class=\"lo-channel-desc\"\u003eThe biofield you live in. What Taoists call Qi, what HeartMath measures in the heart's electromagnetic field. Science is catching up.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CURRICULUM --\u003e\n  \u003cdiv class=\"lo-curriculum\"\u003e\n    \u003cdiv class=\"lo-section-label\"\u003eThe Full Curriculum\u003c\/div\u003e\n    \u003ch2\u003e52 Weeks. 10 Modules. One Complete Transformation.\u003c\/h2\u003e\n    \u003cp class=\"lo-curriculum-sub\"\u003eWeek 1 unlocks immediately. A new week drips every 7 days — giving your nervous system time to integrate before moving forward. This is a year of systematic transformation, not a content dump.\u003c\/p\u003e\n    \u003cdiv class=\"lo-module-list\"\u003e\n      \u003cdiv class=\"lo-module-item\"\u003e\n        \u003cdiv class=\"lo-module-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"lo-module-info\"\u003e\n          \u003cdiv class=\"lo-module-weeks\"\u003eWeeks 1–9\u003c\/div\u003e\n          \u003cdiv class=\"lo-module-title\"\u003eThe Nine Perceptual Channels — Awakening Your Senses\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-module-item\"\u003e\n        \u003cdiv class=\"lo-module-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"lo-module-info\"\u003e\n          \u003cdiv class=\"lo-module-weeks\"\u003eWeeks 10–17\u003c\/div\u003e\n          \u003cdiv class=\"lo-module-title\"\u003eSleep Mastery \u0026amp; Recovery Optimization\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-module-item\"\u003e\n        \u003cdiv class=\"lo-module-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"lo-module-info\"\u003e\n          \u003cdiv class=\"lo-module-weeks\"\u003eWeeks 18–25\u003c\/div\u003e\n          \u003cdiv class=\"lo-module-title\"\u003eEnergy Alchemy\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-module-item\"\u003e\n        \u003cdiv class=\"lo-module-num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"lo-module-info\"\u003e\n          \u003cdiv class=\"lo-module-weeks\"\u003eWeeks 26–30\u003c\/div\u003e\n          \u003cdiv class=\"lo-module-title\"\u003eBiofield \u0026amp; Energy Perception\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-module-item\"\u003e\n        \u003cdiv class=\"lo-module-num\"\u003e5\u003c\/div\u003e\n        \u003cdiv class=\"lo-module-info\"\u003e\n          \u003cdiv class=\"lo-module-weeks\"\u003eWeeks 31–36\u003c\/div\u003e\n          \u003cdiv class=\"lo-module-title\"\u003eAdvanced Movement Integration\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-module-item\"\u003e\n        \u003cdiv class=\"lo-module-num\"\u003e6\u003c\/div\u003e\n        \u003cdiv class=\"lo-module-info\"\u003e\n          \u003cdiv class=\"lo-module-weeks\"\u003eWeeks 37–41\u003c\/div\u003e\n          \u003cdiv class=\"lo-module-title\"\u003eNutrition \u0026amp; Consciousness\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-module-item\"\u003e\n        \u003cdiv class=\"lo-module-num\"\u003e7\u003c\/div\u003e\n        \u003cdiv class=\"lo-module-info\"\u003e\n          \u003cdiv class=\"lo-module-weeks\"\u003eWeeks 42–46\u003c\/div\u003e\n          \u003cdiv class=\"lo-module-title\"\u003ePineal Activation\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-module-item\"\u003e\n        \u003cdiv class=\"lo-module-num\"\u003e8\u003c\/div\u003e\n        \u003cdiv class=\"lo-module-info\"\u003e\n          \u003cdiv class=\"lo-module-weeks\"\u003eWeeks 47–49\u003c\/div\u003e\n          \u003cdiv class=\"lo-module-title\"\u003eStress Mastery\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-module-item\"\u003e\n        \u003cdiv class=\"lo-module-num\"\u003e9\u003c\/div\u003e\n        \u003cdiv class=\"lo-module-info\"\u003e\n          \u003cdiv class=\"lo-module-weeks\"\u003eWeeks 50–51\u003c\/div\u003e\n          \u003cdiv class=\"lo-module-title\"\u003eRelationships \u0026amp; Social Consciousness\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-module-item\"\u003e\n        \u003cdiv class=\"lo-module-num\"\u003e10\u003c\/div\u003e\n        \u003cdiv class=\"lo-module-info\"\u003e\n          \u003cdiv class=\"lo-module-weeks\"\u003eWeek 52\u003c\/div\u003e\n          \u003cdiv class=\"lo-module-title\"\u003ePurpose \u0026amp; Integration\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 30-DAY ONRAMP --\u003e\n  \u003cdiv class=\"lo-onramp\"\u003e\n    \u003cdiv class=\"lo-section-label\" style=\"text-align:center; color:#c9952a;\"\u003eYour On-Ramp\u003c\/div\u003e\n    \u003ch2\u003eYour First 30 Days Look Like This.\u003c\/h2\u003e\n    \u003cp class=\"lo-onramp-sub\"\u003eA new week unlocks every 7 days. No overwhelm. No 90-minute daily commitment. Just a structured, intelligent on-ramp designed to meet you exactly where you are.\u003c\/p\u003e\n    \u003cdiv class=\"lo-onramp-steps\"\u003e\n      \u003cdiv class=\"lo-onramp-step\"\u003e\n        \u003cspan class=\"lo-onramp-step-num\"\u003e1\u003c\/span\u003e\n        \u003cdiv class=\"lo-onramp-step-label\"\u003eWeek 1\u003c\/div\u003e\n        \u003cdiv class=\"lo-onramp-step-desc\"\u003eAll nine channels mapped. Baseline assessment complete. Daily anchor practice begins. You start hearing yourself again.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-onramp-step\"\u003e\n        \u003cspan class=\"lo-onramp-step-num\"\u003e2\u003c\/span\u003e\n        \u003cdiv class=\"lo-onramp-step-label\"\u003eWeek 2\u003c\/div\u003e\n        \u003cdiv class=\"lo-onramp-step-desc\"\u003eExteroception. Awakening the five external senses. One meal in complete sensory awareness. Your screen-collapsed visual field begins to open.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-onramp-step\"\u003e\n        \u003cspan class=\"lo-onramp-step-num\"\u003e3\u003c\/span\u003e\n        \u003cdiv class=\"lo-onramp-step-label\"\u003eWeek 3\u003c\/div\u003e\n        \u003cdiv class=\"lo-onramp-step-desc\"\u003eInteroception. The body scan. Emotion as sensation. Breathwork for nervous system regulation. You begin to feel yourself from the inside.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-onramp-step\"\u003e\n        \u003cspan class=\"lo-onramp-step-num\"\u003e4\u003c\/span\u003e\n        \u003cdiv class=\"lo-onramp-step-label\"\u003eWeek 4\u003c\/div\u003e\n        \u003cdiv class=\"lo-onramp-step-desc\"\u003eProprioception. The body map rebuilds. Qigong. Balance training. Movement as meditation. Your daily practice is now a habit, not an effort.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-onramp-step\"\u003e\n        \u003cspan class=\"lo-onramp-step-num\"\u003e30\u003c\/span\u003e\n        \u003cdiv class=\"lo-onramp-step-label\"\u003eDay 30\u003c\/div\u003e\n        \u003cdiv class=\"lo-onramp-step-desc\"\u003eThe decision point. Four weeks complete. You've felt the work in your body. Continue — or email us for a full refund. Either way, you know.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VALUE STACK --\u003e\n  \u003cdiv class=\"lo-value\"\u003e\n    \u003cdiv class=\"lo-section-label\"\u003eWhat's Included\u003c\/div\u003e\n    \u003ch2\u003eEverything You Need. Nothing You Don't.\u003c\/h2\u003e\n    \u003cp class=\"lo-value-sub\"\u003e$4,300+ in total value. One price. One year of access.\u003c\/p\u003e\n    \u003ctable class=\"lo-value-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eWhat's Included\u003c\/th\u003e\n          \u003cth\u003eStandalone Value\u003c\/th\u003e\n          \u003cth\u003eYour Price\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cstrong\u003e52-Week Full Curriculum (10 Modules)\u003c\/strong\u003e — Week 1 unlocks immediately; new week every 7 days\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e$2,600\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd rowspan=\"5\" class=\"lo-value-price-cell\" style=\"vertical-align:middle; font-size:36px;\"\u003e$369\u003cbr\u003e\u003cspan style=\"font-size:14px; color:#6b5e4e; font-weight:400;\"\u003e\/year\u003c\/span\u003e\n\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cstrong\u003eFull Temple Grounds Library\u003c\/strong\u003e — Complete meditation and Qigong training library\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e$500\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e12 Monthly Live Q\u0026amp;A Sessions with Dr. Pedram Shojai\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e$1,200\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cstrong\u003eLights On Community Access\u003c\/strong\u003e — Accountability, insights, fellow practitioners\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eIncluded\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\n\u003cstrong\u003eImmediate Access to Week 1\u003c\/strong\u003e — No waiting, no setup. Module 1 is ready the moment you enroll.\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eImmediate\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n      \u003ctfoot\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eTotal Real-World Value\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e$4,300+\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tfoot\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TESTIMONIALS --\u003e\n  \u003cdiv class=\"lo-testimonials\"\u003e\n    \u003cdiv class=\"lo-section-label\" style=\"text-align:center; color:#c9952a;\"\u003eStudent Stories\u003c\/div\u003e\n    \u003ch2\u003eWhat Students Say\u003c\/h2\u003e\n    \u003cp class=\"lo-testimonials-sub\"\u003eSkeptical, busy, experienced with wellness practices — people like you who gave this a real try and found something they didn't expect.\u003c\/p\u003e\n    \u003cdiv class=\"lo-testimonials-grid\"\u003e\n      \u003cdiv class=\"lo-testimonial-card\"\u003e\n        \u003cdiv class=\"lo-testimonial-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"lo-testimonial-text\"\u003e\"I've done yoga, meditation apps, breathwork — all of it. This is the first thing that actually gave me a framework I understood and felt working in my body. Week 2 was genuinely different.\"\u003c\/p\u003e\n        \u003cdiv class=\"lo-testimonial-name\"\u003eDavid R.\u003c\/div\u003e\n        \u003cdiv class=\"lo-testimonial-role\"\u003eSan Francisco — yoga teacher and tech professional\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-testimonial-card\"\u003e\n        \u003cdiv class=\"lo-testimonial-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"lo-testimonial-text\"\u003e\"I figured I'd cancel after the first month. I'm in month four now. The weekly drip format is the only reason I've actually stayed consistent with anything in years.\"\u003c\/p\u003e\n        \u003cdiv class=\"lo-testimonial-name\"\u003eMelissa T.\u003c\/div\u003e\n        \u003cdiv class=\"lo-testimonial-role\"\u003eAustin — came for the trial, stayed for the transformation\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-testimonial-card\"\u003e\n        \u003cdiv class=\"lo-testimonial-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"lo-testimonial-text\"\u003e\"I work in tech. I was the last person who expected a Taoist training program to be the thing. But the science is real, Pedram is the real deal, and two weeks in I could feel something shifting.\"\u003c\/p\u003e\n        \u003cdiv class=\"lo-testimonial-name\"\u003eJames K.\u003c\/div\u003e\n        \u003cdiv class=\"lo-testimonial-role\"\u003eSeattle — skeptical tech worker turned committed practitioner\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ABOUT PEDRAM --\u003e\n  \u003cdiv class=\"lo-about\"\u003e\n    \u003cdiv class=\"lo-section-label\"\u003eAbout the Teacher\u003c\/div\u003e\n    \u003ch2\u003eDr. Pedram Shojai\u003c\/h2\u003e\n    \u003cdiv class=\"lo-about-title\"\u003eDoctor of Oriental Medicine · Taoist Priest · Author \u0026amp; Filmmaker\u003c\/div\u003e\n    \u003cp\u003ePedram spent years training at Yellow Dragon Monastery in China before returning to practice medicine and raise a family in the modern world — which is precisely what makes him different from most teachers. He didn't stay on the mountain. He came back.\u003c\/p\u003e\n    \u003cp\u003eHe built a life, a practice, and a family inside the same noise you're navigating. And then he built a system for doing it without losing yourself. He's the founder of The Urban Monk Academy, host of The Urban Monk Podcast, and author of \u003cem\u003eThe Urban Monk\u003c\/em\u003e and \u003cem\u003eThe Art of Stopping Time\u003c\/em\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"lo-about-quote\"\u003e\"The monks weren't meditating to feel peaceful. They were training their perceptual system. That's the distinction that changes everything.\"\u003cbr\u003e\u003cbr\u003e— Dr. Pedram Shojai\u003c\/div\u003e\n    \u003cdiv class=\"lo-about-stats\"\u003e\n      \u003cdiv class=\"lo-about-stat\"\u003e\n        \u003cspan class=\"lo-about-stat-num\"\u003e20+\u003c\/span\u003e\n        \u003cspan class=\"lo-about-stat-label\"\u003eYears Teaching\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-about-stat\"\u003e\n        \u003cspan class=\"lo-about-stat-num\"\u003eYellow Dragon\u003c\/span\u003e\n        \u003cspan class=\"lo-about-stat-label\"\u003eMonastery Training\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lo-about-stat\"\u003e\n        \u003cspan class=\"lo-about-stat-num\"\u003eThousands\u003c\/span\u003e\n        \u003cspan class=\"lo-about-stat-label\"\u003eStudents Trained\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GUARANTEE --\u003e\n  \u003cdiv class=\"lo-guarantee\"\u003e\n    \u003ch2\u003e30-Day Money-Back Guarantee\u003c\/h2\u003e\n    \u003cp\u003eYou'll complete 4 full weeks of training within the guarantee window — plenty of time to experience real transformation. If you're not satisfied within 30 days, email us for a full refund. All we ask is that you complete at least 3 lessons before requesting a refund, so you've truly given the program a chance.\u003c\/p\u003e\n    \u003cp\u003eNo hoops. No forms. No guilt. Just an email, and your money is back.\u003c\/p\u003e\n    \u003cdiv class=\"lo-guarantee-items\"\u003e\n      \u003cspan class=\"lo-guarantee-item\"\u003e4 Full Weeks to Decide\u003c\/span\u003e\n      \u003cspan class=\"lo-guarantee-item\"\u003eComplete 3 Lessons First\u003c\/span\u003e\n      \u003cspan class=\"lo-guarantee-item\"\u003eFull Refund, No Questions\u003c\/span\u003e\n      \u003cspan class=\"lo-guarantee-item\"\u003eJust Email to Claim\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"lo-faq\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"lo-faq-item\"\u003e\n      \u003cdiv class=\"lo-faq-q\"\u003eHow does the weekly drip work?\u003c\/div\u003e\n      \u003cdiv class=\"lo-faq-a\"\u003eWeek 1 is available the moment you enroll. A new week unlocks every 7 days after that, automatically. This pacing is intentional — your nervous system needs time to integrate each practice before moving forward. You cannot rush through the curriculum, and that's by design. By Day 30 you will have completed four full weeks.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lo-faq-item\"\u003e\n      \u003cdiv class=\"lo-faq-q\"\u003eWhat if I want to go faster?\u003c\/div\u003e\n      \u003cdiv class=\"lo-faq-a\"\u003eThe weekly drip is a feature, not a limitation. The practices in each module are designed to be lived, not consumed. Most students find that the 7-day window between modules is exactly the right amount of time to feel the work settling into their body before the next layer arrives. If you finish a week early, use the extra days to deepen the practice rather than skip ahead.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lo-faq-item\"\u003e\n      \u003cdiv class=\"lo-faq-q\"\u003eIs this another meditation app?\u003c\/div\u003e\n      \u003cdiv class=\"lo-faq-a\"\u003eNo. Lights On is a structured 52-week training system built at the intersection of Taoist perceptual training and modern neuroscience. It includes live Q\u0026amp;A with Dr. Shojai, community, a full Qigong and meditation library, and a progressive curriculum that builds on itself week by week. It is not a content library you browse. It is a program you complete.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lo-faq-item\"\u003e\n      \u003cdiv class=\"lo-faq-q\"\u003eI've tried meditation before and it didn't stick. Why would this be different?\u003c\/div\u003e\n      \u003cdiv class=\"lo-faq-a\"\u003eBecause Lights On isn't asking you to sit still and clear your mind. It's a perceptual training system — the practices are active, embodied, and structured. The weekly drip format means you're never overwhelmed, and each week builds on the last so the habit forms naturally. Most students who have tried and failed with meditation apps find that the framework here gives them something they could actually feel working — which is what creates consistency.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lo-faq-item\"\u003e\n      \u003cdiv class=\"lo-faq-q\"\u003eWhat's the difference between Lights On and the Urban Monk Academy?\u003c\/div\u003e\n      \u003cdiv class=\"lo-faq-a\"\u003eLights On is a standalone 52-week advanced training program — a complete, self-contained curriculum. The Urban Monk Academy is reserved for higher-tier programs with deeper access and significantly higher investment. Lights On is the right starting point for anyone who wants a full year of systematic perceptual training with live access to Dr. Shojai.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lo-faq-item\"\u003e\n      \u003cdiv class=\"lo-faq-q\"\u003eWhy is it priced at $369?\u003c\/div\u003e\n      \u003cdiv class=\"lo-faq-a\"\u003e\"If you knew the magnificence of 3, 6, and 9, you would have the key to the universe.\" — Nikola Tesla. The price is intentional: 3 (creation), 6 (harmony), 9 (completion). This is the sacred code for transformation. At $1.01\/day for a full year of training, it is also simply the most accessible way to access this level of systematic perceptual work.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Urban Monk Productions","offers":[{"title":"Default Title","offer_id":47631630631066,"sku":"UTM-LIGHTSON-SUBS","price":369.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/2430\/0698\/files\/0ab408-262e-1a72-4458-5213f100682_163ff302-4108-47d7-8ba1-d3a73ce97c18.jpg?v=1773672723","url":"https:\/\/shop.theurbanmonk.com\/products\/lights-on","provider":"Urban Monk Productions","version":"1.0","type":"link"}