{"product_id":"the-social-media-planner-that-actually-gets-you-posting-consistently","title":"The Social Media Planner That Actually Gets You Posting Consistently","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\u003eThe Social Media Planner — Plan a Month in 60 Minutes\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 rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\"\u003e\n\u003cstyle\u003e\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --ink: #0d0d0d;\n  --ink2: #1a1a2e;\n  --gold: #c9a84c;\n  --gold-light: #f0d080;\n  --cream: #faf7f2;\n  --white: #ffffff;\n  --muted: #7a7a8a;\n  --border: rgba(201,168,76,0.2);\n  --r: 12px;\n}\n\nbody {\n  font-family: 'DM Sans', sans-serif;\n  background: var(--ink);\n  color: var(--white);\n  line-height: 1.7;\n  font-size: 1rem;\n  overflow-x: hidden;\n}\n\n\/* ─── FLASH BAR ─── *\/\n.flash-bar {\n  background: var(--gold);\n  color: #0d0d0d;\n  text-align: center;\n  padding: 10px 16px;\n  font-size: 0.8rem;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 12px;\n}\n.flash-bar .dot {\n  width: 7px; height: 7px;\n  background: #0d0d0d;\n  border-radius: 50%;\n  animation: blink 1.4s ease-in-out infinite;\n}\n@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }\n#timer { font-weight: 800; font-size: 0.9rem; }\n\n\/* ─── HERO ─── *\/\n.hero {\n  background: var(--ink2);\n  padding: 70px 24px 60px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.hero::before {\n  content: '';\n  position: absolute; inset: 0;\n  background:\n    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(201,168,76,0.12) 0%, transparent 70%),\n    radial-gradient(ellipse 40% 40% at 80% 80%, rgba(201,168,76,0.07) 0%, transparent 60%);\n  pointer-events: none;\n}\n.hero-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  border: 1px solid var(--gold);\n  color: var(--gold);\n  font-size: 0.72rem;\n  font-weight: 600;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  padding: 5px 18px;\n  border-radius: 999px;\n  margin-bottom: 24px;\n  opacity: 0;\n  animation: fadeUp 0.6s 0.1s ease forwards;\n}\n.hero h1 {\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: clamp(2rem, 5.5vw, 3.4rem);\n  color: var(--white);\n  font-weight: 400;\n  line-height: 1.18;\n  max-width: 680px;\n  margin: 0 auto 20px;\n  opacity: 0;\n  animation: fadeUp 0.7s 0.2s ease forwards;\n}\n.hero h1 em { font-style: italic; color: var(--gold-light); }\n.hero-sub {\n  color: #b0b0c0;\n  font-size: 1.05rem;\n  font-weight: 300;\n  max-width: 480px;\n  margin: 0 auto 32px;\n  opacity: 0;\n  animation: fadeUp 0.7s 0.35s ease forwards;\n}\n.hero-proof {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 16px;\n  flex-wrap: wrap;\n  opacity: 0;\n  animation: fadeUp 0.7s 0.5s ease forwards;\n}\n.hero-proof .stars { color: var(--gold); font-size: 1rem; letter-spacing: 2px; }\n.hero-proof .count { color: #b0b0c0; font-size: 0.82rem; }\n.hero-proof .divider { width: 1px; height: 14px; background: rgba(255,255,255,0.2); }\n\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(18px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n\/* ─── PRICE BLOCK ─── *\/\n.price-block {\n  background: #13132a;\n  border-top: 1px solid var(--border);\n  border-bottom: 1px solid var(--border);\n  padding: 28px 24px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  flex-wrap: wrap;\n  gap: 20px;\n}\n.price-row { display: flex; align-items: baseline; gap: 14px; }\n.price-old { font-size: 1.1rem; color: #555; text-decoration: line-through; }\n.price-now {\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: 3rem;\n  color: var(--gold-light);\n  line-height: 1;\n}\n.price-tag {\n  background: rgba(201,168,76,0.15);\n  border: 1px solid var(--gold);\n  color: var(--gold);\n  font-size: 0.75rem;\n  font-weight: 700;\n  padding: 4px 12px;\n  border-radius: 999px;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n}\n.price-meta { font-size: 0.78rem; color: #666; margin-top: 5px; }\n.pill-row { display: flex; gap: 8px; flex-wrap: wrap; }\n.pill {\n  border-radius: 999px;\n  padding: 6px 14px;\n  font-size: 0.75rem;\n  font-weight: 600;\n  border: 1px solid;\n}\n.pill-g { border-color: #4ade80; color: #4ade80; background: rgba(74,222,128,0.07); }\n.pill-b { border-color: #818cf8; color: #818cf8; background: rgba(129,140,248,0.07); }\n\n\/* ─── CTA ─── *\/\n.cta-section { background: #13132a; padding: 0 24px 28px; border-bottom: 1px solid var(--border); }\n.btn-gold {\n  display: block; width: 100%;\n  background: linear-gradient(135deg, var(--gold), #e8c35a);\n  color: #0d0d0d;\n  font-size: 1.05rem; font-weight: 700;\n  padding: 18px 28px;\n  border-radius: 10px; border: none; cursor: pointer;\n  letter-spacing: 0.01em;\n  transition: transform 0.18s, box-shadow 0.18s;\n  box-shadow: 0 4px 24px rgba(201,168,76,0.35);\n}\n.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(201,168,76,0.5); }\n.guarantee-note {\n  text-align: center;\n  font-size: 0.77rem;\n  color: #666;\n  margin-top: 12px;\n  display: flex; align-items: center; justify-content: center; gap: 6px;\n}\n\n\/* ─── BODY ─── *\/\n.body-wrap { background: var(--ink2); padding: 0 24px 60px; }\n\n\/* ─── SECTION HEADING ─── *\/\n.s-head {\n  text-align: center;\n  padding: 52px 0 24px;\n}\n.s-head .eyebrow {\n  display: inline-block;\n  font-size: 0.7rem; font-weight: 600;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--gold);\n  margin-bottom: 10px;\n}\n.s-head h2 {\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: clamp(1.5rem, 3.5vw, 2rem);\n  font-weight: 400;\n  color: var(--white);\n  line-height: 1.25;\n}\n.s-head h2 em { font-style: italic; color: var(--gold-light); }\n\n\/* ─── FEATURE GRID ─── *\/\n.feat-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  margin-top: 8px;\n}\n.feat-card {\n  background: rgba(255,255,255,0.03);\n  border: 1px solid rgba(255,255,255,0.07);\n  border-radius: var(--r);\n  padding: 22px 18px;\n  transition: border-color 0.2s, background 0.2s;\n}\n.feat-card:hover {\n  border-color: var(--border);\n  background: rgba(201,168,76,0.04);\n}\n.feat-card .icon { font-size: 1.6rem; margin-bottom: 10px; }\n.feat-card h3 { font-size: 0.9rem; font-weight: 600; color: var(--white); margin-bottom: 5px; }\n.feat-card p { font-size: 0.82rem; color: #8888a0; line-height: 1.55; }\n\n\/* ─── CHECKLIST ─── *\/\n.check-list { list-style: none; }\n.check-list li {\n  display: flex; align-items: flex-start; gap: 14px;\n  padding: 14px 0;\n  border-bottom: 1px solid rgba(255,255,255,0.05);\n  font-size: 0.95rem; color: #c0c0d0;\n}\n.check-list li:last-child { border-bottom: none; }\n.chk {\n  width: 22px; height: 22px;\n  border-radius: 50%;\n  background: rgba(201,168,76,0.15);\n  border: 1px solid var(--gold);\n  color: var(--gold);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 0.6rem; font-weight: 900; flex-shrink: 0; margin-top: 1px;\n}\n.check-list li strong { color: var(--white); }\n\n\/* ─── STEPS ─── *\/\n.steps-list { list-style: none; }\n.steps-list li {\n  display: flex; align-items: flex-start; gap: 18px;\n  padding: 16px 0;\n  border-bottom: 1px solid rgba(255,255,255,0.05);\n}\n.steps-list li:last-child { border-bottom: none; }\n.step-num {\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: 1.8rem; font-weight: 700; font-style: italic;\n  color: var(--gold); flex-shrink: 0; line-height: 1; width: 34px;\n  opacity: 0.85;\n}\n.steps-list li p { font-size: 0.92rem; color: #b0b0c0; padding-top: 4px; }\n.steps-list li p strong { color: var(--white); display: block; margin-bottom: 2px; font-size: 0.97rem; }\n\n\/* ─── TESTIMONIALS ─── *\/\n.testi-grid { display: flex; flex-direction: column; gap: 14px; }\n.testi {\n  background: rgba(255,255,255,0.03);\n  border: 1px solid rgba(255,255,255,0.07);\n  border-radius: var(--r);\n  padding: 22px 20px;\n  position: relative;\n}\n.testi::before {\n  content: '\"';\n  position: absolute; top: 12px; right: 18px;\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: 4rem; color: rgba(201,168,76,0.15); line-height: 1;\n}\n.testi .stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 10px; }\n.testi blockquote { font-size: 0.9rem; color: #c0c0d0; line-height: 1.65; font-style: italic; margin-bottom: 14px; }\n.testi .author { font-size: 0.82rem; font-weight: 600; color: var(--white); }\n.testi .role { font-size: 0.76rem; color: #666; }\n.testi .badge {\n  position: absolute; top: 16px; left: 20px;\n  background: rgba(74,222,128,0.12);\n  border: 1px solid rgba(74,222,128,0.3);\n  color: #4ade80; font-size: 0.65rem; font-weight: 700;\n  padding: 2px 8px; border-radius: 999px; letter-spacing: 0.05em;\n}\n\n\/* ─── GUARANTEE ─── *\/\n.guarantee {\n  background: rgba(74,222,128,0.05);\n  border: 1px solid rgba(74,222,128,0.25);\n  border-radius: var(--r);\n  padding: 26px 22px;\n  display: flex; gap: 18px; align-items: flex-start;\n  margin-top: 8px;\n}\n.guarantee .g-icon { font-size: 2.2rem; flex-shrink: 0; }\n.guarantee h3 { font-size: 1rem; font-weight: 700; color: #4ade80; margin-bottom: 6px; }\n.guarantee p { font-size: 0.87rem; color: #a0a0b0; line-height: 1.65; }\n\n\/* ─── TRUST ROW ─── *\/\n.trust-row {\n  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;\n  background: rgba(255,255,255,0.05);\n  border-radius: var(--r);\n  overflow: hidden;\n  margin-top: 40px;\n}\n.trust-item {\n  background: rgba(255,255,255,0.02);\n  padding: 20px 12px;\n  text-align: center;\n}\n.trust-item .ti { font-size: 1.4rem; margin-bottom: 6px; }\n.trust-item .tl { font-size: 0.8rem; font-weight: 700; color: var(--white); }\n.trust-item .ts { font-size: 0.7rem; color: #666; margin-top: 2px; }\n\n\/* ─── FINAL CTA ─── *\/\n.final-cta {\n  background: linear-gradient(160deg, #1a1a2e 0%, #0d0d20 50%, #1a0a2e 100%);\n  padding: 60px 24px;\n  text-align: center;\n  border-top: 1px solid var(--border);\n  position: relative;\n  overflow: hidden;\n}\n.final-cta::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(201,168,76,0.1) 0%, transparent 70%);\n  pointer-events: none;\n}\n.final-cta h2 {\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: clamp(1.5rem, 4vw, 2.4rem);\n  font-weight: 400; color: var(--white);\n  margin-bottom: 10px;\n}\n.final-cta p { color: #8888a0; font-size: 0.95rem; margin-bottom: 28px; }\n.final-price {\n  display: flex; align-items: baseline; justify-content: center; gap: 12px;\n  margin-bottom: 28px;\n}\n.fp-old { font-size: 1.1rem; color: #444; text-decoration: line-through; }\n.fp-now {\n  font-family: 'Playfair Display', Georgia, serif;\n  font-size: 2.8rem; color: var(--gold-light);\n}\n.fp-badge { background: var(--gold); color: #0d0d0d; font-size: 0.76rem; font-weight: 800; padding: 3px 12px; border-radius: 999px; }\n.btn-gold-lg {\n  display: inline-block;\n  background: linear-gradient(135deg, var(--gold), #e8c35a);\n  color: #0d0d0d;\n  font-size: 1.05rem; font-weight: 700;\n  padding: 18px 48px;\n  border-radius: 10px; border: none; cursor: pointer;\n  transition: transform 0.18s, box-shadow 0.18s;\n  box-shadow: 0 4px 28px rgba(201,168,76,0.4);\n}\n.btn-gold-lg:hover { transform: translateY(-2px); box-shadow: 0 8px 36px rgba(201,168,76,0.55); }\n.final-note { color: #555; font-size: 0.76rem; margin-top: 16px; }\n\n\/* ─── FAQ ─── *\/\n.faq { margin-top: 8px; }\n.faq-item { border-bottom: 1px solid rgba(255,255,255,0.06); padding: 16px 0; }\n.faq-item:last-child { border-bottom: none; }\n.faq-q {\n  font-size: 0.95rem; font-weight: 600; color: var(--white);\n  cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 10px;\n}\n.faq-q span { color: var(--gold); font-size: 1.1rem; flex-shrink: 0; }\n.faq-a { font-size: 0.88rem; color: #8888a0; line-height: 1.65; margin-top: 8px; }\n\n@media (max-width: 600px) {\n  .hero, .price-block, .cta-section, .body-wrap, .final-cta { padding-left: 18px; padding-right: 18px; }\n  .feat-grid { grid-template-columns: 1fr; }\n  .trust-row { grid-template-columns: repeat(2, 1fr); }\n  .price-block { flex-direction: column; align-items: flex-start; }\n}\n\u003c\/style\u003e\n\n\n\n\u003c!-- FLASH BAR --\u003e\n\u003cdiv class=\"flash-bar\"\u003e\n  \u003cdiv class=\"dot\"\u003e\u003c\/div\u003e\n  🔥 Limited Offer — Ends in: \u003cstrong id=\"timer\"\u003e23:47:12\u003c\/strong\u003e\n  \u003cdiv class=\"dot\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-eyebrow\"\u003e⭐ #1 Best-Selling Content Planner\u003c\/div\u003e\n  \u003ch1\u003eThe Only Social Media Planner You'll \u003cem\u003eEver\u003c\/em\u003e Need\u003c\/h1\u003e\n  \u003cp class=\"hero-sub\"\u003ePlan a full month of content in under 60 minutes — with a stunning, done-for-you Canva template.\u003c\/p\u003e\n  \u003cdiv class=\"hero-proof\"\u003e\n    \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cspan class=\"count\"\u003eTrusted by 3,200+ creators \u0026amp; coaches worldwide\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- PRICE BLOCK --\u003e\n\u003cdiv class=\"price-block\"\u003e\n  \u003cdiv\u003e\n    \u003cdiv class=\"price-row\"\u003e\n      \u003cspan class=\"price-old\"\u003e$34.99\u003c\/span\u003e\n      \u003cspan class=\"price-now\"\u003e$9.99\u003c\/span\u003e\n      \u003cspan class=\"price-tag\"\u003eSave 70%\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"price-meta\"\u003eOne-time payment • Instant digital download • No subscription\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"pill-row\"\u003e\n    \u003cspan class=\"pill pill-g\"\u003e✅ Instant Access\u003c\/span\u003e\n    \u003cspan class=\"pill pill-b\"\u003e🔒 Secure Checkout\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n  \u003ca href=\"https:\/\/grabandgotemplates.com\/checkouts\/cn\/hWNAs7tC03Ket18rPZ1qecPy\/en-gb?_r=AQABsFY5C-nYj9pUIAdSYR9XRMdWuDgCPTnvS4zudMt3StI\u0026amp;preview_theme_id=148975648943\"\u003e\n    \u003cbutton class=\"btn-gold\" style=\"margin-top: 20px;\"\u003e🛒 Get Instant Access — Only $9.99\u003c\/button\u003e\n  \u003c\/a\u003e\n  \u003cdiv class=\"guarantee-note\"\u003e🛡️ 30-day money-back guarantee  ·  No questions asked\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- BODY --\u003e\n\u003cdiv class=\"body-wrap\"\u003e\n\n  \u003c!-- WHY --\u003e\n  \u003cdiv class=\"s-head\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eWhy Creators Love It\u003c\/div\u003e\n    \u003ch2\u003eStop Guessing. Start \u003cem\u003eGrowing.\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e⏰\u003c\/div\u003e\n      \u003ch3\u003eSave 5+ Hours a Week\u003c\/h3\u003e\n      \u003cp\u003eMap out your entire month in one focused session. No more last-minute scrambling.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e📈\u003c\/div\u003e\n      \u003ch3\u003eGrow Consistently\u003c\/h3\u003e\n      \u003cp\u003eConsistent posting equals consistent growth. Show up every day without the burnout.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e🎨\u003c\/div\u003e\n      \u003ch3\u003eCanva-Ready\u003c\/h3\u003e\n      \u003cp\u003eFully editable with a free Canva account. Swap colors, fonts, and logos in minutes.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"icon\"\u003e✍️\u003c\/div\u003e\n      \u003ch3\u003eNever Run Out of Ideas\u003c\/h3\u003e\n      \u003cp\u003e100+ caption prompts included. Just pick one, write, and post. It's that simple.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT'S INSIDE --\u003e\n  \u003cdiv class=\"s-head\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eWhat's Included\u003c\/div\u003e\n    \u003ch2\u003eEverything You Need for \u003cem\u003e$9.99\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cul class=\"check-list\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"chk\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e30-Day Content Calendar\u003c\/strong\u003e — fully editable Canva template, ready to customize in minutes\u003c\/div\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"chk\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWeekly \u0026amp; Monthly Planning Layouts\u003c\/strong\u003e — see your entire strategy at a glance\u003c\/div\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"chk\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e100+ Caption Prompt Ideas\u003c\/strong\u003e — never stare at a blank screen again\u003c\/div\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"chk\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHashtag Research Tracker\u003c\/strong\u003e — organize by niche and track what actually drives results\u003c\/div\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"chk\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEngagement \u0026amp; Analytics Log\u003c\/strong\u003e — track likes, reach, and follower growth week by week\u003c\/div\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"chk\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eColor-Coded Content Categories\u003c\/strong\u003e — balance promotional, educational, and entertaining posts perfectly\u003c\/div\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"s-head\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eGetting Started\u003c\/div\u003e\n    \u003ch2\u003eUp and Running in \u003cem\u003e5 Minutes\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003col class=\"steps-list\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003ePurchase \u0026amp; Download\u003c\/strong\u003eReceive instant access to your Canva template right after checkout.\u003c\/p\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eDuplicate to Canva\u003c\/strong\u003eOne click copies it to your free Canva account. Zero design experience needed.\u003c\/p\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eBrand It in Minutes\u003c\/strong\u003eSwap colors, fonts, and logo to make it 100% yours.\u003c\/p\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003ePlan Your Month\u003c\/strong\u003eFill in 30 days of posts using the caption prompts — then schedule and forget.\u003c\/p\u003e\n\u003c\/li\u003e\n  \u003c\/ol\u003e\n\n  \u003c!-- TESTIMONIALS --\u003e\n  \u003cdiv class=\"s-head\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eReal Results\u003c\/div\u003e\n    \u003ch2\u003eCreators Are \u003cem\u003eObsessed\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"testi-grid\"\u003e\n    \u003cdiv class=\"testi\"\u003e\n      \u003cdiv class=\"badge\"\u003eVERIFIED PURCHASE\u003c\/div\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cblockquote\u003e\"I used to spend 3 hours every Sunday planning content. Now I do it in 45 minutes and my engagement has gone up 40%. This planner is an absolute game-changer.\"\u003c\/blockquote\u003e\n      \u003cdiv class=\"author\"\u003eSarah M.\u003c\/div\u003e\n      \u003cdiv class=\"role\"\u003eOnline Coach • 12k followers\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"testi\"\u003e\n      \u003cdiv class=\"badge\"\u003eVERIFIED PURCHASE\u003c\/div\u003e\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cblockquote\u003e\"The caption prompts alone saved me weeks of brainstorming. I finally feel in control of my content instead of just reacting. Highly recommend for any creator.\"\u003c\/blockquote\u003e\n      \u003cdiv class=\"author\"\u003ePriya L.\u003c\/div\u003e\n      \u003cdiv class=\"role\"\u003eSocial Media Manager\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GUARANTEE --\u003e\n  \u003cdiv class=\"s-head\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eZero Risk\u003c\/div\u003e\n    \u003ch2\u003eWe've Got You \u003cem\u003eCovered\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"guarantee\"\u003e\n    \u003cdiv class=\"g-icon\"\u003e🛡️\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003e30-Day Money-Back Guarantee\u003c\/h3\u003e\n      \u003cp\u003eNot completely satisfied? Contact us within 30 days for a full refund — no questions asked. We stand behind every product we sell.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"s-head\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eFAQs\u003c\/div\u003e\n    \u003ch2\u003eQuick \u003cem\u003eAnswers\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq\"\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDo I need Canva Pro? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo — the free version of Canva works perfectly. All elements are fully editable with a free account.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow do I receive the product? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eInstantly! You'll receive a download link by email immediately after checkout. Available 24\/7.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhich platforms does this work for? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eInstagram, TikTok, Facebook, Pinterest, LinkedIn — any platform where you post regularly.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this a physical product? \u003cspan\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo — 100% digital. Nothing ships. You get a Canva template link accessible forever.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TRUST --\u003e\n  \u003cdiv class=\"trust-row\"\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"ti\"\u003e⭐\u003c\/div\u003e\n\u003cdiv class=\"tl\"\u003e5-Star Rated\u003c\/div\u003e\n\u003cdiv class=\"ts\"\u003e3,200+ buyers\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"ti\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"tl\"\u003eInstant Access\u003c\/div\u003e\n\u003cdiv class=\"ts\"\u003eDownload now\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"ti\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"tl\"\u003eSecure Checkout\u003c\/div\u003e\n\u003cdiv class=\"ts\"\u003eEncrypted\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"ti\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"tl\"\u003e30-Day Refund\u003c\/div\u003e\n\u003cdiv class=\"ts\"\u003eRisk-free\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/body-wrap --\u003e\n\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"final-cta\"\u003e\n  \u003ch2\u003eReady to Take Control of Your Content?\u003c\/h2\u003e\n  \u003cp\u003eJoin 3,200+ creators who've stopped guessing and started growing — consistently.\u003c\/p\u003e\n  \u003cdiv class=\"final-price\"\u003e\n    \u003cspan class=\"fp-old\"\u003e$34.99\u003c\/span\u003e\n    \u003cspan class=\"fp-now\"\u003e$9.99\u003c\/span\u003e\n    \u003cspan class=\"fp-badge\"\u003e70% OFF Today\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003ca href=\"https:\/\/grabandgotemplates.com\/checkouts\/cn\/hWNAs7tC03Ket18rPZ1qecPy\/en-gb?_r=AQABsFY5C-nYj9pUIAdSYR9XRMdWuDgCPTnvS4zudMt3StI\u0026amp;preview_theme_id=148975648943\"\u003e\n    \u003cbutton class=\"btn-gold-lg\"\u003e🚀 Get Instant Access for $9.99\u003c\/button\u003e\n  \u003c\/a\u003e\n  \u003cdiv class=\"final-note\"\u003e⭐⭐⭐⭐⭐  ·  Instant Download  ·  30-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n\/\/ Countdown timer\nfunction startTimer(duration, display) {\n  let timer = duration;\n  setInterval(() =\u003e {\n    const h = String(Math.floor(timer \/ 3600)).padStart(2, '0');\n    const m = String(Math.floor((timer % 3600) \/ 60)).padStart(2, '0');\n    const s = String(timer % 60).padStart(2, '0');\n    display.textContent = `${h}:${m}:${s}`;\n    if (--timer \u003c 0) timer = duration;\n  }, 1000);\n}\nconst saved = sessionStorage.getItem('timerVal');\nconst start = saved ? parseInt(saved) : 85632;\nstartTimer(start, document.getElementById('timer'));\n\n\/\/ FAQ toggles\ndocument.querySelectorAll('.faq-q').forEach(q =\u003e {\n  const a = q.nextElementSibling;\n  a.style.display = 'none';\n  q.addEventListener('click', () =\u003e {\n    const open = a.style.display === 'block';\n    a.style.display = open ? 'none' : 'block';\n    q.querySelector('span').textContent = open ? '+' : '−';\n  });\n});\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Grab And Go","offers":[{"title":"Default Title","offer_id":46743999414447,"sku":null,"price":9.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/5034\/9999\/files\/1775585656087-019d6926-91d0-72f7-9384-90fae24dfd2f.png?v=1775845164","url":"https:\/\/grabandgotemplates.com\/products\/the-social-media-planner-that-actually-gets-you-posting-consistently","provider":"Grab And Go","version":"1.0","type":"link"}