{"product_id":"funnel-marketing","title":"মেটা (Meta) এবং গুগল (Google) এআই ড্রিভেন ফানেল মার্কেটিং","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"একবার সিস্টেম তৈরি করুন, তারপর AI আপনার হয়ে মার্কেটিং চালাবে। বাংলায় লেখা ৫ অধ্যায়ের প্র্যাকটিক্যাল গাইড, বোনাস কিট সহ।\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Hind+Siliguri:wght@400;500;600;700\u0026amp;family=Noto+Sans+Bengali:wght@400;500;600;700\u0026amp;family=Inter:wght@500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e \u003cscript\u003e\n  tailwind.config = {\n    theme: {\n      extend: {\n        fontFamily: {\n          bn: ['Noto Sans Bengali','Hind Siliguri','sans-serif'],\n          display: ['Hind Siliguri','Noto Sans Bengali','sans-serif'],\n          num: ['Inter','sans-serif'],\n        },\n        colors: {\n          obsidian: { DEFAULT:'#14131A', 2:'#1B1A24', 3:'#232230' },\n          paper: { DEFAULT:'#FFFFFF', 2:'#F6F5FA', 3:'#EDEBF3' },\n          hairline: '#E4E2ED',\n          violet: { 300:'#C9BEF7', 400:'#8B7CF6', 500:'#6C5CE7', glow:'#4C3FBF', 600:'var(--text-accent-violet)' },\n          gold: { 400:'#F2C868', 500:'#E8B44C', 600:'var(--text-accent-gold)' },\n          emerald: { 500:'#34D399' },\n          ink: { 100:'var(--text-primary)', 400:'var(--text-muted)', 600:'var(--text-dim)' },\n          cream: '#FBF9F2',\n        },\n        boxShadow: {\n          'gold-glow':'0 16px 32px -10px rgba(232,180,76,0.45)',\n          'gold-glow-lg':'0 20px 40px -8px rgba(232,180,76,0.55)',\n          'violet-glow':'0 30px 60px -15px rgba(108,92,231,0.35)',\n          'card':'0 8px 24px -8px rgba(0,0,0,0.5)',\n        },\n      }\n    }\n  }\n\u003c\/script\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    color-scheme: light;\n    \/* ================================================================\n       ADJUSTABLE FONT COLORS — change these 5 values to restyle\n       every text color across the entire page at once.\n       ================================================================ *\/\n    --text-primary:        #17151F;  \/* headings + primary body text *\/\n    --text-muted:          #5B5870;  \/* secondary \/ paragraph text   *\/\n    --text-dim:            #94919F;  \/* captions, meta, footer text  *\/\n    --text-accent-violet:  #5B4FD6;  \/* eyebrow labels, numerals, links *\/\n    --text-accent-gold:    #B7791F;  \/* price highlights, star ratings *\/\n    --bg-page:             #FFFFFF;  \/* page background *\/\n  }\n  html{ scroll-behavior:smooth; }\n  body{\n    font-family:'Noto Sans Bengali','Hind Siliguri',sans-serif;\n    background:var(--bg-page);\n    -webkit-font-smoothing:antialiased;\n  }\n  .font-tnum{ font-variant-numeric: tabular-nums; }\n\n  \/* ---------- scroll reveal ---------- *\/\n  .reveal{ opacity:0; transform:translateY(18px); transition:opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }\n  .reveal.in{ opacity:1; transform:translateY(0); }\n  .reveal-stagger \u003e * { opacity:0; transform:translateY(14px); transition:opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); }\n  .reveal-stagger.in \u003e * { opacity:1; transform:translateY(0); }\n  .reveal-stagger.in \u003e *:nth-child(1){transition-delay:.02s}\n  .reveal-stagger.in \u003e *:nth-child(2){transition-delay:.09s}\n  .reveal-stagger.in \u003e *:nth-child(3){transition-delay:.16s}\n  .reveal-stagger.in \u003e *:nth-child(4){transition-delay:.23s}\n  .reveal-stagger.in \u003e *:nth-child(5){transition-delay:.30s}\n  .reveal-stagger.in \u003e *:nth-child(6){transition-delay:.37s}\n\n  @media (prefers-reduced-motion: reduce){\n    .reveal, .reveal-stagger \u003e *{ opacity:1 !important; transform:none !important; transition:none !important; }\n    *{ animation-duration:0.01ms !important; animation-iteration-count:1 !important; }\n  }\n\n  \/* ---------- urgency pulse ---------- *\/\n  @keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.8)}}\n  .pulse-dot{ animation:pulse-dot 1.6s ease-in-out infinite; }\n\n  \/* ---------- ambient hero glow ---------- *\/\n  @keyframes drift{0%,100%{transform:translate(-50%,0) scale(1)}50%{transform:translate(-50%,-14px) scale(1.04)}}\n  .ambient-glow{ animation:drift 9s ease-in-out infinite; }\n\n  \/* ---------- book mockup ---------- *\/\n  @keyframes book-float{0%,100%{transform:perspective(1000px) rotateY(-20deg) rotateX(3deg) translateY(0)}50%{transform:perspective(1000px) rotateY(-20deg) rotateX(3deg) translateY(-10px)}}\n  .book-float{ animation:book-float 5.5s ease-in-out infinite; }\n\n  \/* ---------- funnel step-in ---------- *\/\n  @keyframes step-in{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}\n  .funnel-step{ opacity:0; animation:step-in .55s ease forwards; }\n  .funnel-step:nth-child(1){animation-delay:.15s}\n  .funnel-step:nth-child(2){animation-delay:.45s}\n  .funnel-step:nth-child(3){animation-delay:.75s}\n  .funnel-step:nth-child(4){animation-delay:1.05s}\n\n  \/* ---------- faq ---------- *\/\n  .faq-panel{ display:grid; grid-template-rows:0fr; opacity:0; transition:grid-template-rows .35s cubic-bezier(.16,1,.3,1), opacity .3s ease; }\n  .faq-panel \u003e div{ overflow:hidden; }\n  .faq-item.open .faq-panel{ grid-template-rows:1fr; opacity:1; }\n  .faq-icon{ transition:transform .3s cubic-bezier(.16,1,.3,1); }\n  .faq-item.open .faq-icon{ transform:rotate(45deg); }\n  .faq-item.open .faq-q{ color:var(--text-primary); }\n\n  \/* ---------- sticky mobile cta ---------- *\/\n  #stickyCta{ transform:translateY(120%); transition:transform .35s cubic-bezier(.16,1,.3,1); }\n  #stickyCta.show{ transform:translateY(0); }\n\n  \/* focus visibility *\/\n  a:focus-visible, button:focus-visible{ outline:2px solid #8B7CF6; outline-offset:3px; border-radius:8px; }\n\n  ::selection{ background:#6C5CE7; color:#fff; }\n\u003c\/style\u003e\n\u003c!-- ================= URGENCY BAR ================= --\u003e\n\u003cdiv class=\"bg-gradient-to-r from-violet-500 to-violet-glow text-white text-center py-2.5 px-4 text-[13px] font-semibold tracking-wide flex items-center justify-center gap-2\"\u003e\n\u003cspan class=\"w-[7px] h-[7px] rounded-full bg-gold-400 pulse-dot\"\u003e\u003c\/span\u003e \u003cspan\u003eসীমিত সময়ের অফার শেষ হতে বাকি\u003c\/span\u003e \u003cspan class=\"font-num font-tnum font-bold text-gold-400 tabular-nums\" id=\"countdown\"\u003e03:59:47\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ================= NAV ================= --\u003e\u003cnav class=\"sticky top-0 z-50 backdrop-blur-xl bg-paper\/85 border-b border-hairline\"\u003e\n\u003cdiv class=\"max-w-[580px] mx-auto px-5 py-4 flex items-center justify-between\"\u003e\n\u003cdiv class=\"flex items-center gap-2 font-display font-bold text-[16px] text-ink-100\"\u003e\n\u003cspan class=\"w-2 h-2 rounded-full bg-violet-500\"\u003e\u003c\/span\u003e AI Ebook Store\u003c\/div\u003e\n\u003ca class=\"bg-gold-500 hover:bg-gold-400 transition-colors text-obsidian text-[13px] font-bold font-display px-4 py-2.5 rounded-lg\" href=\"#buy\"\u003e এখনই কিনুন ₹১৯৯ \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/nav\u003e\u003c!-- ================= HERO ================= --\u003e\u003cheader class=\"relative overflow-hidden pt-12 pb-10 px-5 text-center\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle,rgba(108,92,231,0.16) 0%, transparent 62%);\" class=\"ambient-glow absolute -top-24 left-1\/2 w-[720px] h-[720px] rounded-full pointer-events-none\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"max-w-[580px] mx-auto relative\"\u003e\n\u003cdiv class=\"reveal in inline-flex items-center gap-2 bg-violet-500\/10 border border-violet-500\/30 text-violet-600 text-[12.5px] font-semibold px-4 py-1.5 rounded-full mb-6\"\u003e📘 নতুন ই-বুক · বাংলায় লেখা\u003c\/div\u003e\n\u003ch1 class=\"reveal in font-display font-bold text-[28px] leading-[1.25] px-1 mb-4\"\u003eঅ্যাড থেকে \u003cspan class=\"bg-gradient-to-br from-violet-400 to-[#B8AAFB] bg-clip-text text-transparent\"\u003eসিস্টেমে\u003c\/span\u003e — অপারেটর থেকে \u003cspan class=\"text-gold-600\"\u003eআর্কিটেক্টে\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp style=\"transition-delay: .08s;\" class=\"reveal in text-[15px] text-ink-400 leading-[1.75] max-w-[440px] mx-auto mb-10 px-2\"\u003eএকবার সিস্টেম তৈরি করুন, তারপর AI আপনার হয়ে মার্কেটিং চালাবে — বাড়তি লোক বা বিশাল বাজেট ছাড়াই।\u003c\/p\u003e\n\u003c!-- 3D BOOK MOCKUP --\u003e\n\u003cdiv style=\"transition-delay: .14s;\" class=\"reveal in relative w-full max-w-[380px] mx-auto h-[280px] flex items-center justify-center mb-8\"\u003e\n\u003cdiv style=\"transform-style: preserve-3d; filter: drop-shadow(0 28px 46px rgba(108,92,231,0.32));\" class=\"book-float relative w-[172px] h-[232px]\"\u003e\n\u003cdiv style=\"background: linear-gradient(150deg,#241F4F,#151233,#0B0B10);\" class=\"relative w-[172px] h-[232px] rounded-r-[10px] rounded-l-[4px] border border-violet-500\/40 flex flex-col items-center justify-center px-4 py-5 overflow-hidden\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle,rgba(108,92,231,0.48),transparent 70%);\" class=\"absolute -top-8 left-1\/2 -translate-x-1\/2 w-[130px] h-[130px] rounded-full pointer-events-none\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"absolute top-3 right-3 text-[7px] font-bold tracking-widest uppercase text-violet-300\/70\"\u003eAI Ebook Store\u003c\/span\u003e\n\u003cdiv aria-hidden=\"true\" class=\"relative z-10 text-[30px] mb-2\"\u003e🧠\u003c\/div\u003e\n\u003ch2 class=\"relative z-10 font-display font-bold text-[15.5px] text-center leading-[1.3] text-white mb-2\"\u003eAI ড্রিভেন\u003cbr\u003eফানেল মার্কেটিং\u003c\/h2\u003e\n\u003cp class=\"relative z-10 text-[9px] text-violet-300\/85 font-medium mb-2\"\u003eঅ্যাড থেকে সিস্টেমে\u003c\/p\u003e\n\u003cdiv class=\"relative z-10 w-11 h-px bg-gradient-to-r from-transparent via-violet-500\/70 to-transparent mb-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"relative z-10 text-[8.5px] text-[#C9BEF7]\/70 mb-1\"\u003e৫টি অধ্যায় · বোনাস কিট সহ\u003c\/p\u003e\n\u003cp class=\"relative z-10 text-[8px] text-gold-500 font-bold tracking-wide\"\u003eবাংলা ভাষায়\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(90deg,#161335,#28224f);\" class=\"absolute -left-[6px] top-0 w-[6px] h-[232px] rounded-l-[4px]\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(0,0,0,0.4);\" class=\"absolute -bottom-4 -left-2 -right-1 h-4 rounded-full blur-[10px]\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"absolute -top-2 -right-2 z-10 w-8 h-8 rounded-full bg-gold-500 text-obsidian text-[10px] font-num font-extrabold flex items-center justify-center shadow-gold-glow\"\u003eNEW\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"absolute top-3 left-0 bg-paper-2\/95 border border-hairline rounded-full px-3 py-1.5 text-[11.5px] font-semibold text-ink-100 shadow-card\"\u003e📄 PDF ফরম্যাট\u003c\/span\u003e \u003cspan class=\"absolute top-3 right-0 bg-paper-2\/95 border border-hairline rounded-full px-3 py-1.5 text-[11.5px] font-semibold text-ink-100 shadow-card\"\u003e⚡ ইনস্ট্যান্ট ডাউনলোড\u003c\/span\u003e \u003cspan class=\"absolute bottom-9 left-0 bg-paper-2\/95 border border-hairline rounded-full px-3 py-1.5 text-[11.5px] font-semibold text-ink-100 shadow-card\"\u003e♾️ লাইফটাইম অ্যাক্সেস\u003c\/span\u003e \u003cspan class=\"absolute bottom-9 right-0 bg-paper-2\/95 border border-hairline rounded-full px-3 py-1.5 text-[11.5px] font-semibold text-ink-100 shadow-card\"\u003e🎁 বোনাস কিট ফ্রি\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- QUICK INFO STRIP --\u003e\n\u003cdiv style=\"transition-delay: .18s;\" class=\"reveal in flex items-stretch justify-center bg-paper-2 border border-hairline rounded-2xl py-4 px-2 mb-8\"\u003e\n\u003cdiv class=\"flex-1 flex flex-col items-center gap-1\"\u003e\n\u003cspan class=\"font-num font-tnum font-bold text-[20px] text-violet-600\"\u003e৫\u003c\/span\u003e \u003cspan class=\"text-[11px] text-ink-400\"\u003eঅধ্যায়\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w-px bg-hairline my-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-1 flex flex-col items-center gap-1\"\u003e\n\u003cspan class=\"font-num font-tnum font-bold text-[20px] text-violet-600\"\u003e৩\u003c\/span\u003e \u003cspan class=\"text-[11px] text-ink-400 text-center\"\u003eবোনাস রিসোর্স\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w-px bg-hairline my-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-1 flex flex-col items-center gap-1\"\u003e\n\u003cspan class=\"font-num font-tnum font-bold text-[20px] text-violet-600\"\u003e১০০%\u003c\/span\u003e \u003cspan class=\"text-[11px] text-ink-400\"\u003eবাংলায়\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w-px bg-hairline my-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"flex-1 flex flex-col items-center gap-1\"\u003e\n\u003cspan class=\"font-num font-tnum font-bold text-[20px] text-violet-600\"\u003ePDF\u003c\/span\u003e \u003cspan class=\"text-[11px] text-ink-400 text-center\"\u003eমোবাইল রেডি\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FUNNEL DIAGRAM --\u003e\n\u003cdiv style=\"transition-delay: .22s;\" class=\"reveal in max-w-[280px] mx-auto mb-8\"\u003e\u003csvg aria-label=\"ফানেল ধাপ: অচেনা মানুষ থেকে ভক্ত পর্যন্ত রূপান্তরের চিত্র\" role=\"img\" class=\"w-full h-auto\" viewbox=\"0 0 280 210\"\u003e\n        \u003cg class=\"funnel-step\"\u003e\n          \u003crect stroke-width=\"1.2\" stroke=\"rgba(108,92,231,0.35)\" fill=\"rgba(108,92,231,0.08)\" rx=\"10\" height=\"42\" width=\"240\" y=\"4\" x=\"20\"\u003e\u003c\/rect\u003e\n          \u003ctext fill=\"#4C3FBF\" font-weight=\"600\" font-size=\"11\" font-family=\"Hind Siliguri,sans-serif\" text-anchor=\"middle\" y=\"22\" x=\"140\"\u003eঅচেনা মানুষ\u003c\/text\u003e\n          \u003ctext fill=\"rgba(23,21,31,0.55)\" font-size=\"8.5\" font-family=\"Inter,sans-serif\" text-anchor=\"middle\" y=\"36\" x=\"140\"\u003eCold Audience\u003c\/text\u003e\n        \u003c\/g\u003e\n        \u003cg class=\"funnel-step\"\u003e\n          \u003crect stroke-width=\"1.2\" stroke=\"rgba(108,92,231,0.5)\" fill=\"rgba(108,92,231,0.16)\" rx=\"10\" height=\"42\" width=\"204\" y=\"58\" x=\"38\"\u003e\u003c\/rect\u003e\n          \u003ctext fill=\"#4338CA\" font-weight=\"600\" font-size=\"11\" font-family=\"Hind Siliguri,sans-serif\" text-anchor=\"middle\" y=\"76\" x=\"140\"\u003eলিড\u003c\/text\u003e\n          \u003ctext fill=\"rgba(23,21,31,0.55)\" font-size=\"8.5\" font-family=\"Inter,sans-serif\" text-anchor=\"middle\" y=\"90\" x=\"140\"\u003eEmail \/ WhatsApp\u003c\/text\u003e\n        \u003c\/g\u003e\n        \u003cg class=\"funnel-step\"\u003e\n          \u003crect stroke-width=\"1.2\" stroke=\"rgba(108,92,231,0.65)\" fill=\"rgba(108,92,231,0.26)\" rx=\"10\" height=\"42\" width=\"156\" y=\"112\" x=\"62\"\u003e\u003c\/rect\u003e\n          \u003ctext fill=\"#3730A3\" font-weight=\"600\" font-size=\"11\" font-family=\"Hind Siliguri,sans-serif\" text-anchor=\"middle\" y=\"130\" x=\"140\"\u003eকাস্টমার\u003c\/text\u003e\n          \u003ctext fill=\"rgba(23,21,31,0.6)\" font-size=\"8.5\" font-family=\"Inter,sans-serif\" text-anchor=\"middle\" y=\"144\" x=\"140\"\u003eFirst Purchase\u003c\/text\u003e\n        \u003c\/g\u003e\n        \u003cg class=\"funnel-step\"\u003e\n          \u003crect stroke-width=\"1.5\" stroke=\"#5847d6\" fill=\"#6C5CE7\" rx=\"10\" height=\"38\" width=\"104\" y=\"166\" x=\"88\"\u003e\u003c\/rect\u003e\n          \u003ctext fill=\"#fff\" font-weight=\"700\" font-size=\"11\" font-family=\"Hind Siliguri,sans-serif\" text-anchor=\"middle\" y=\"184\" x=\"140\"\u003eভক্ত 🎯\u003c\/text\u003e\n          \u003ctext fill=\"rgba(255,255,255,0.85)\" font-size=\"8.5\" font-family=\"Inter,sans-serif\" text-anchor=\"middle\" y=\"197\" x=\"140\"\u003eLoyal Fan\u003c\/text\u003e\n        \u003c\/g\u003e\n        \u003cline stroke-dasharray=\"3,3\" stroke-width=\"1.5\" stroke=\"rgba(108,92,231,0.45)\" y2=\"58\" x2=\"140\" y1=\"46\" x1=\"140\"\u003e\u003c\/line\u003e\n        \u003cline stroke-dasharray=\"3,3\" stroke-width=\"1.5\" stroke=\"rgba(108,92,231,0.45)\" y2=\"112\" x2=\"140\" y1=\"100\" x1=\"140\"\u003e\u003c\/line\u003e\n        \u003cline stroke-dasharray=\"3,3\" stroke-width=\"1.5\" stroke=\"rgba(108,92,231,0.45)\" y2=\"166\" x2=\"140\" y1=\"154\" x1=\"140\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003c!-- PRICE CARD --\u003e\n\u003cdiv style=\"transition-delay: .26s;\" class=\"reveal in relative bg-paper-2 border border-hairline rounded-[20px] p-6 overflow-hidden scroll-mt-24\" id=\"buy\"\u003e\n\u003cdiv class=\"absolute top-0 left-0 right-0 h-[3px] bg-gradient-to-r from-violet-500 to-[#B8AAFB]\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"absolute top-4 right-4 bg-gold-500\/15 border border-gold-500\/40 text-gold-600 text-[12px] font-bold px-3 py-1 rounded-full\"\u003e৬০% ছাড়\u003c\/span\u003e\n\u003cdiv class=\"flex items-baseline gap-3 mb-1.5\"\u003e\n\u003cspan class=\"text-[19px] text-ink-600 line-through font-num\"\u003e₹৪৯৯\u003c\/span\u003e \u003cspan class=\"font-num font-extrabold text-[44px] text-ink-100 leading-none font-tnum\"\u003e \u003cspan class=\"text-[24px] align-super text-violet-600 font-bold\"\u003e₹\u003c\/span\u003e১৯৯ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-[13px] text-ink-400 mb-6\"\u003eএকবারের পেমেন্ট · \u003cb class=\"text-emerald-500 font-semibold\"\u003eলাইফটাইম অ্যাক্সেস\u003c\/b\u003e · কোনো হিডেন চার্জ নেই\u003c\/p\u003e\n\u003ca class=\"block w-full text-center bg-gold-500 hover:bg-gold-400 active:scale-[0.98] text-obsidian font-display font-bold text-[17px] py-[17px] rounded-xl shadow-gold-glow hover:shadow-gold-glow-lg transition-all duration-200\" href=\"YOUR_SHOPIFY_CHECKOUT_LINK\"\u003e এখনই ই-বুকটি কিনুন → \u003c\/a\u003e\n\u003cdiv class=\"flex items-center justify-center gap-4 mt-4 text-[12px] text-ink-600 flex-wrap\"\u003e\n\u003cspan class=\"flex items-center gap-1\"\u003e✓ ইনস্ট্যান্ট ডাউনলোড\u003c\/span\u003e \u003cspan class=\"flex items-center gap-1\"\u003e✓ নিরাপদ পেমেন্ট\u003c\/span\u003e \u003cspan class=\"flex items-center gap-1\"\u003e✓ PDF ফরম্যাট\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- ================= PROBLEM ================= --\u003e\n\u003csection class=\"border-t border-hairline py-14 px-5\"\u003e\n\u003cdiv class=\"max-w-[580px] mx-auto\"\u003e\n\u003cp class=\"reveal text-center text-[11.5px] font-bold text-violet-600 uppercase tracking-[0.1em] mb-2.5\"\u003eআপনি কি এই অবস্থায় আছেন?\u003c\/p\u003e\n\u003ch2 style=\"transition-delay: .05s;\" class=\"reveal font-display font-bold text-[23px] text-center leading-[1.35] mb-2.5\"\u003eপ্রতিদিন রাতে Ads Manager রিফ্রেশ করছেন?\u003c\/h2\u003e\n\u003cp style=\"transition-delay: .1s;\" class=\"reveal text-center text-[14px] text-ink-400 mb-8\"\u003eবেশিরভাগ ছোট উদ্যোক্তা এই ফাঁদে আটকে আছেন।\u003c\/p\u003e\n\u003cdiv style=\"transition-delay: .15s;\" class=\"reveal bg-violet-500\/[0.06] border border-violet-500\/20 rounded-2xl p-5 mb-3\"\u003e\n\u003cp class=\"text-[14.5px] text-ink-400 leading-[1.75]\"\u003eটাকা ঢাললে মানুষ আসে, কিছু সেল হয় — কিন্তু টাকা থামালে \u003cem class=\"not-italic text-ink-100 font-semibold\"\u003eসব থেমে যায়\u003c\/em\u003e। লিড নেই, ইনকাম নেই, কোনো সিস্টেম নেই। শুধু একটা খালি অ্যাড অ্যাকাউন্ট।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"transition-delay: .2s;\" class=\"reveal flex gap-3 items-start bg-paper-2 border border-hairline rounded-2xl p-[18px]\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"text-[26px] leading-none\"\u003e💭\u003c\/span\u003e\n\u003cp class=\"text-[13.5px] text-ink-400 italic leading-[1.7]\"\u003e\"অ্যাড মানেই মার্কেটিং\" — এই ভুল ধারণা আপনার ব্যবসাকে একটা ট্রেডমিলে বেঁধে রেখেছে। এই বইটা সেই ট্রেডমিল থেকে নামার রাস্তা।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= WHAT'S INSIDE ================= --\u003e\n\u003csection class=\"border-t border-hairline py-14 px-5\"\u003e\n\u003cdiv class=\"max-w-[580px] mx-auto\"\u003e\n\u003cp class=\"reveal text-center text-[11.5px] font-bold text-violet-600 uppercase tracking-[0.1em] mb-2.5\"\u003eভেতরে কী আছে\u003c\/p\u003e\n\u003ch2 style=\"transition-delay: .05s;\" class=\"reveal font-display font-bold text-[23px] text-center mb-2.5\"\u003eবইয়ের ৫টি মূল অধ্যায়\u003c\/h2\u003e\n\u003cp style=\"transition-delay: .1s;\" class=\"reveal text-center text-[14px] text-ink-400 mb-8\"\u003eশুরু থেকে শেষ পর্যন্ত একটা পরিষ্কার পথ — ধাপে ধাপে সাজানো।\u003c\/p\u003e\n\u003cdiv class=\"reveal-stagger flex flex-col gap-2.5 mb-4\"\u003e\n\u003cdiv class=\"flex gap-3.5 items-start bg-paper-2 border border-hairline hover:border-violet-500\/50 transition-colors rounded-2xl p-4\"\u003e\n\u003cspan class=\"font-num shrink-0 w-9 h-9 rounded-[10px] bg-violet-500\/15 text-violet-600 text-[12px] font-bold flex items-center justify-center\"\u003e০১\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"text-[14.5px] font-semibold mb-1\"\u003eমাইন্ডসেট বদল\u003c\/h3\u003e\n\u003cp class=\"text-[13px] text-ink-400 leading-[1.6]\"\u003eকেন একই বাজেটে একজন \"রাজমিস্ত্রি\" হয়ে থাকেন আর আরেকজন \"আর্কিটেক্ট\" হয়ে ওঠেন। AI কীভাবে ছোটদের পক্ষে খেলাটা বদলে দিয়েছে।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex gap-3.5 items-start bg-paper-2 border border-hairline hover:border-violet-500\/50 transition-colors rounded-2xl p-4\"\u003e\n\u003cspan class=\"font-num shrink-0 w-9 h-9 rounded-[10px] bg-violet-500\/15 text-violet-600 text-[12px] font-bold flex items-center justify-center\"\u003e০২\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"text-[14.5px] font-semibold mb-1\"\u003eফানেলের নকশা\u003c\/h3\u003e\n\u003cp class=\"text-[13px] text-ink-400 leading-[1.6]\"\u003e\"সবার জন্য\" মানে কেন \"কারও জন্য না\" — কাকে, কী বলবেন সেটা ঠিক করার পদ্ধতি। Cold → Warm → Hot পুরো ম্যাপ এক পাতায়।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex gap-3.5 items-start bg-paper-2 border border-hairline hover:border-violet-500\/50 transition-colors rounded-2xl p-4\"\u003e\n\u003cspan class=\"font-num shrink-0 w-9 h-9 rounded-[10px] bg-violet-500\/15 text-violet-600 text-[12px] font-bold flex items-center justify-center\"\u003e০৩\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"text-[14.5px] font-semibold mb-1\"\u003eপ্রতিটা ধাপে AI\u003c\/h3\u003e\n\u003cp class=\"text-[13px] text-ink-400 leading-[1.6]\"\u003eস্ক্রল থামানো হুক, লিড ম্যাগনেট, নার্চার সিরিজ, আপত্তির জবাব — প্রতিটা ধাপে বাংলায় কপি-পেস্ট করা যায় এমন AI প্রম্পট।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex gap-3.5 items-start bg-paper-2 border border-hairline hover:border-violet-500\/50 transition-colors rounded-2xl p-4\"\u003e\n\u003cspan class=\"font-num shrink-0 w-9 h-9 rounded-[10px] bg-violet-500\/15 text-violet-600 text-[12px] font-bold flex items-center justify-center\"\u003e০৪\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"text-[14.5px] font-semibold mb-1\"\u003eসিস্টেম অটোমেশন\u003c\/h3\u003e\n\u003cp class=\"text-[13px] text-ink-400 leading-[1.6]\"\u003en8n দিয়ে হাতের একঘেয়ে কাজ অটোমেট করা, সহজ ড্যাশবোর্ড ছাড়া নম্বর পড়া এবং AI-কে নিজের ব্র্যান্ডের ভাষা শেখানো।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flex gap-3.5 items-start bg-paper-2 border border-hairline hover:border-violet-500\/50 transition-colors rounded-2xl p-4\"\u003e\n\u003cspan class=\"font-num shrink-0 w-9 h-9 rounded-[10px] bg-violet-500\/15 text-violet-600 text-[12px] font-bold flex items-center justify-center\"\u003e০৫\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"text-[14.5px] font-semibold mb-1\"\u003eনিজে-চলা মেশিন তৈরি\u003c\/h3\u003e\n\u003cp class=\"text-[13px] text-ink-400 leading-[1.6]\"\u003eপুরো ফানেল সেটআপের পর আপনি আর মেশিন নন — আপনি মেশিনের মালিক। কীভাবে এই রূপান্তর হয় তার পূর্ণাঙ্গ রোডম্যাপ।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BONUS — elevated block --\u003e\n\u003cdiv style=\"background: linear-gradient(150deg,rgba(232,180,76,0.10),rgba(108,92,231,0.06));\" class=\"reveal relative rounded-[20px] p-6 mt-2 border border-gold-500\/30 overflow-hidden\"\u003e\n\u003cdiv style=\"background: radial-gradient(circle,rgba(232,180,76,0.18),transparent 70%);\" class=\"absolute -top-10 -right-10 w-40 h-40 rounded-full pointer-events-none\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"relative inline-block bg-gold-500\/15 text-gold-600 text-[11px] font-bold uppercase tracking-[0.06em] px-3 py-1.5 rounded-full mb-3.5\"\u003e🎁 ফ্রি বোনাস\u003c\/span\u003e\n\u003ch3 class=\"relative font-display font-bold text-[17px] mb-3.5\"\u003eফানেল-ইন-আ-বক্স স্টার্টার কিট\u003c\/h3\u003e\n\u003cdiv class=\"relative flex gap-2.5 items-start py-2.5 border-b border-gold-500\/15\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"text-[18px] mt-0.5 shrink-0\"\u003e📋\u003c\/span\u003e\n\u003cp class=\"text-[14px] text-ink-400\"\u003e\u003cb class=\"text-ink-100 font-semibold\"\u003eপ্রম্পট প্যাক\u003c\/b\u003e — ফানেলের প্রতিটা ধাপের জন্য রেডি বাংলা প্রম্পট।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative flex gap-2.5 items-start py-2.5 border-b border-gold-500\/15\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"text-[18px] mt-0.5 shrink-0\"\u003e🗺️\u003c\/span\u003e\n\u003cp class=\"text-[14px] text-ink-400\"\u003e\u003cb class=\"text-ink-100 font-semibold\"\u003eফানেল ম্যাপ টেমপ্লেট\u003c\/b\u003e — এক পাতায় পুরো ফানেলের ফাঁকা ছক।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative flex gap-2.5 items-start pt-2.5\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"text-[18px] mt-0.5 shrink-0\"\u003e✅\u003c\/span\u003e\n\u003cp class=\"text-[14px] text-ink-400\"\u003e\u003cb class=\"text-ink-100 font-semibold\"\u003eফানেল হেলথ চেকলিস্ট\u003c\/b\u003e — কোন ঘরে টিক নেই, সেটাই আপনার পরের কাজ।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= AUTHOR \/ TRUST ================= --\u003e\n\u003csection class=\"border-t border-hairline py-14 px-5\"\u003e\n\u003cdiv class=\"max-w-[580px] mx-auto\"\u003e\n\u003cp class=\"reveal text-center text-[11.5px] font-bold text-violet-600 uppercase tracking-[0.1em] mb-2.5\"\u003eলেখকের কথা\u003c\/p\u003e\n\u003ch2 style=\"transition-delay: .05s;\" class=\"reveal font-display font-bold text-[23px] text-center mb-8\"\u003eযিনি নিজে রাস্তাটা হেঁটেছেন\u003c\/h2\u003e\n\u003cdiv style=\"transition-delay: .1s;\" class=\"reveal bg-paper-2 border border-hairline rounded-2xl p-6\"\u003e\n\u003cdiv class=\"flex items-center gap-4 mb-5\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#6C5CE7,#B8AAFB); box-shadow: 0 4px 14px rgba(108,92,231,0.4);\" class=\"w-14 h-14 rounded-full shrink-0 flex items-center justify-center font-display font-bold text-[18px] text-white\"\u003eFM\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"font-display font-semibold text-[15.5px] text-ink-100\"\u003eফানেল মার্কেটিং টিম\u003c\/p\u003e\n\u003cp class=\"text-[12.5px] text-ink-400\"\u003eপ্র্যাকটিশনার, AI-চালিত মার্কেটিং সিস্টেম\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-[14px] text-ink-400 leading-[1.75]\"\u003eরাতারাতি বড়লোক হওয়ার গল্প এখানে নেই, কোনো \"সিক্রেট হ্যাক\" নেই। এটা একজন বড় ভাইয়ের ভাগ করে নেওয়া অভিজ্ঞতা, যিনি আপনার চেয়ে কয়েক কদম আগে হেঁটে বলছেন — \u003cspan class=\"text-ink-100 font-medium\"\u003e\"চলে আসুন, রাস্তাটা এদিকেই।\"\u003c\/span\u003e পুরোটা সাজানো বাস্তব উদাহরণ আর সরাসরি ব্যবসায় বসিয়ে ব্যবহার করা যায় এমন প্রম্পট দিয়ে।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= FOR WHOM ================= --\u003e\n\u003csection class=\"border-t border-hairline py-14 px-5\"\u003e\n\u003cdiv class=\"max-w-[580px] mx-auto\"\u003e\n\u003cp class=\"reveal text-center text-[11.5px] font-bold text-violet-600 uppercase tracking-[0.1em] mb-2.5\"\u003eকাদের জন্য\u003c\/p\u003e\n\u003ch2 style=\"transition-delay: .05s;\" class=\"reveal font-display font-bold text-[23px] text-center mb-2.5\"\u003eএই বইটা আপনার জন্যই\u003c\/h2\u003e\n\u003cp style=\"transition-delay: .1s;\" class=\"reveal text-center text-[14px] text-ink-400 mb-8\"\u003eযারা অ্যাডের ওপর নির্ভরতা কমিয়ে একটা টেকসই সিস্টেম বানাতে চান।\u003c\/p\u003e\n\u003cdiv class=\"reveal-stagger grid grid-cols-2 gap-3 mb-10\"\u003e\n\u003cdiv class=\"bg-paper-2 border border-hairline rounded-2xl p-4 text-center\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"text-[26px] mb-2\"\u003e🏪\u003c\/div\u003e\n\u003ch3 class=\"text-[13.5px] font-medium\"\u003eছোট ব্যবসার মালিক\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bg-paper-2 border border-hairline rounded-2xl p-4 text-center\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"text-[26px] mb-2\"\u003e🧑💻\u003c\/div\u003e\n\u003ch3 class=\"text-[13.5px] font-medium\"\u003eফ্রিল্যান্সার\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bg-paper-2 border border-hairline rounded-2xl p-4 text-center\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"text-[26px] mb-2\"\u003e📦\u003c\/div\u003e\n\u003ch3 class=\"text-[13.5px] font-medium\"\u003eঅনলাইন সেলার\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bg-paper-2 border border-hairline rounded-2xl p-4 text-center\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"text-[26px] mb-2\"\u003e🎬\u003c\/div\u003e\n\u003ch3 class=\"text-[13.5px] font-medium\"\u003eকনটেন্ট ক্রিয়েটার\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RESULTS CHECKLIST --\u003e\n\u003cdiv style=\"transition-delay: .15s;\" class=\"reveal bg-emerald-500\/[0.06] border border-emerald-500\/20 rounded-2xl p-6\"\u003e\n\u003ch3 class=\"font-display font-semibold text-[16px] mb-4\"\u003eবই শেষ করার পর আপনি পারবেন —\u003c\/h3\u003e\n\u003cul class=\"flex flex-col gap-2.5\"\u003e\n\u003cli class=\"flex items-start gap-2.5 text-[14px] text-ink-400\"\u003e\n\u003cspan class=\"text-emerald-500 font-bold shrink-0\"\u003e✓\u003c\/span\u003eCold Audience থেকে Lead আনতে\u003c\/li\u003e\n\u003cli class=\"flex items-start gap-2.5 text-[14px] text-ink-400\"\u003e\n\u003cspan class=\"text-emerald-500 font-bold shrink-0\"\u003e✓\u003c\/span\u003eAI দিয়ে Ad Copy লিখতে\u003c\/li\u003e\n\u003cli class=\"flex items-start gap-2.5 text-[14px] text-ink-400\"\u003e\n\u003cspan class=\"text-emerald-500 font-bold shrink-0\"\u003e✓\u003c\/span\u003eWhatsApp Follow-up Automation ডিজাইন করতে\u003c\/li\u003e\n\u003cli class=\"flex items-start gap-2.5 text-[14px] text-ink-400\"\u003e\n\u003cspan class=\"text-emerald-500 font-bold shrink-0\"\u003e✓\u003c\/span\u003eEmail Funnel তৈরি করতে\u003c\/li\u003e\n\u003cli class=\"flex items-start gap-2.5 text-[14px] text-ink-400\"\u003e\n\u003cspan class=\"text-emerald-500 font-bold shrink-0\"\u003e✓\u003c\/span\u003eCustomer Journey ম্যাপ করতে\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= TESTIMONIALS ================= --\u003e\n\u003csection class=\"border-t border-hairline py-14 px-5\"\u003e\n\u003cdiv class=\"max-w-[580px] mx-auto\"\u003e\n\u003cp class=\"reveal text-center text-[11.5px] font-bold text-violet-600 uppercase tracking-[0.1em] mb-2.5\"\u003eপাঠকরা বলছেন\u003c\/p\u003e\n\u003ch2 style=\"transition-delay: .05s;\" class=\"reveal font-display font-bold text-[23px] text-center mb-8\"\u003eরিয়েল ফিডব্যাক\u003c\/h2\u003e\n\u003cdiv class=\"reveal-stagger flex flex-col gap-3\"\u003e\n\u003cdiv class=\"bg-paper-2 border border-hairline rounded-2xl p-5\"\u003e\n\u003cdiv class=\"flex items-center justify-between mb-2.5\"\u003e\n\u003cdiv aria-label=\"৫ তারকা রেটিং\" class=\"text-gold-600 text-[13px]\"\u003e★★★★★\u003c\/div\u003e\n\u003cspan class=\"flex items-center gap-1 text-[10.5px] text-emerald-500 font-medium\"\u003e\u003cspan class=\"w-1.5 h-1.5 rounded-full bg-emerald-500\"\u003e\u003c\/span\u003eযাচাইকৃত ক্রেতা\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-[14px] text-ink-100 mb-4 leading-[1.7]\"\u003e\"ফানেলের ধারণাটা আগে জটিল মনে হতো। এই বইটা পড়ার পর বুঝলাম আমার ব্যবসায় এটা কীভাবে বসাতে হবে।\"\u003c\/p\u003e\n\u003cdiv class=\"flex items-center gap-2.5\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#6C5CE7,#B8AAFB);\" class=\"w-8 h-8 rounded-full shrink-0 flex items-center justify-center text-[12px] font-bold text-white\"\u003eসু\u003c\/div\u003e\n\u003cdiv class=\"text-[13px] font-semibold text-ink-400\"\u003eসুব্রত চক্রবর্তী \u003cspan class=\"block text-[11.5px] font-normal text-ink-600\"\u003eকলকাতা, পশ্চিমবঙ্গ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bg-paper-2 border border-hairline rounded-2xl p-5\"\u003e\n\u003cdiv class=\"flex items-center justify-between mb-2.5\"\u003e\n\u003cdiv aria-label=\"৫ তারকা রেটিং\" class=\"text-gold-600 text-[13px]\"\u003e★★★★★\u003c\/div\u003e\n\u003cspan class=\"flex items-center gap-1 text-[10.5px] text-emerald-500 font-medium\"\u003e\u003cspan class=\"w-1.5 h-1.5 rounded-full bg-emerald-500\"\u003e\u003c\/span\u003eযাচাইকৃত ক্রেতা\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-[14px] text-ink-100 mb-4 leading-[1.7]\"\u003e\"আগে শুধু Facebook Ads-এর উপর নির্ভর করতাম। এখন অ্যাড বন্ধ থাকলেও লিড আসছে।\"\u003c\/p\u003e\n\u003cdiv class=\"flex items-center gap-2.5\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#8B7CF6,#E8B44C);\" class=\"w-8 h-8 rounded-full shrink-0 flex items-center justify-center text-[12px] font-bold text-white\"\u003eপ্র\u003c\/div\u003e\n\u003cdiv class=\"text-[13px] font-semibold text-ink-400\"\u003eপ্রিয়া মল্লিক \u003cspan class=\"block text-[11.5px] font-normal text-ink-600\"\u003eহাওড়া, পশ্চিমবঙ্গ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bg-paper-2 border border-hairline rounded-2xl p-5\"\u003e\n\u003cdiv class=\"flex items-center justify-between mb-2.5\"\u003e\n\u003cdiv aria-label=\"৫ তারকা রেটিং\" class=\"text-gold-600 text-[13px]\"\u003e★★★★★\u003c\/div\u003e\n\u003cspan class=\"flex items-center gap-1 text-[10.5px] text-emerald-500 font-medium\"\u003e\u003cspan class=\"w-1.5 h-1.5 rounded-full bg-emerald-500\"\u003e\u003c\/span\u003eযাচাইকৃত ক্রেতা\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-[14px] text-ink-100 mb-4 leading-[1.7]\"\u003e\"বাংলায় এই মানের মার্কেটিং বই আগে পাইনি। অনেক কম দামেই পেলাম।\"\u003c\/p\u003e\n\u003cdiv class=\"flex items-center gap-2.5\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg,#34D399,#6C5CE7);\" class=\"w-8 h-8 rounded-full shrink-0 flex items-center justify-center text-[12px] font-bold text-white\"\u003eরা\u003c\/div\u003e\n\u003cdiv class=\"text-[13px] font-semibold text-ink-400\"\u003eরাজেশ বিশ্বাস \u003cspan class=\"block text-[11.5px] font-normal text-ink-600\"\u003eবর্ধমান, পশ্চিমবঙ্গ\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= TRUST BADGES + PAYMENT ================= --\u003e\n\u003csection class=\"border-t border-hairline py-14 px-5\"\u003e\n\u003cdiv class=\"max-w-[580px] mx-auto\"\u003e\n\u003cdiv class=\"reveal bg-paper-2 border border-hairline rounded-[20px] p-7 text-center\"\u003e\n\u003cdiv class=\"flex items-center justify-center gap-6 mb-6 flex-wrap\"\u003e\n\u003cdiv class=\"flex items-center gap-1.5 text-[12px] text-ink-400\"\u003e\n\u003csvg aria-hidden=\"true\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#34D399\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003cpath d=\"M12 2 3 6v6c0 5.2 3.4 9.8 9 11 5.6-1.2 9-5.8 9-11V6l-9-4Z\"\u003e\u003c\/path\u003e\u003cpath d=\"m9 12 2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e নিরাপদ SSL পেমেন্ট\u003c\/div\u003e\n\u003cdiv class=\"flex items-center gap-1.5 text-[12px] text-ink-400\"\u003e\n\u003csvg aria-hidden=\"true\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#8B7CF6\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e ইনস্ট্যান্ট অ্যাক্সেস\u003c\/div\u003e\n\u003cdiv class=\"flex items-center gap-1.5 text-[12px] text-ink-400\"\u003e\n\u003csvg aria-hidden=\"true\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#E8B44C\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\u003crect rx=\"2\" height=\"16\" width=\"18\" y=\"4\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e কোনো হিডেন চার্জ নেই\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"font-display font-semibold text-[17px] mb-1.5\"\u003eসহজ ও নিরাপদ পেমেন্ট\u003c\/h3\u003e\n\u003cp class=\"text-[13.5px] text-ink-400 mb-5\"\u003eআপনার পছন্দের যেকোনো মেথডে পেমেন্ট করুন — ইনস্ট্যান্ট কনফার্মেশন পাবেন\u003c\/p\u003e\n\u003cdiv class=\"flex flex-wrap gap-2.5 justify-center mb-6\"\u003e\n\u003cspan class=\"bg-white\/5 border border-hairline text-ink-100 text-[13px] font-medium px-4 py-2.5 rounded-[10px]\"\u003e💳 UPI\u003c\/span\u003e \u003cspan class=\"bg-white\/5 border border-hairline text-ink-100 text-[13px] font-medium px-4 py-2.5 rounded-[10px]\"\u003e📱 Paytm\u003c\/span\u003e \u003cspan class=\"bg-white\/5 border border-hairline text-ink-100 text-[13px] font-medium px-4 py-2.5 rounded-[10px]\"\u003e🟢 Google Pay\u003c\/span\u003e \u003cspan class=\"bg-white\/5 border border-hairline text-ink-100 text-[13px] font-medium px-4 py-2.5 rounded-[10px]\"\u003e🟣 PhonePe\u003c\/span\u003e \u003cspan class=\"bg-white\/5 border border-hairline text-ink-100 text-[13px] font-medium px-4 py-2.5 rounded-[10px]\"\u003e🔵 Razorpay\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"block w-full text-center bg-gold-500 hover:bg-gold-400 active:scale-[0.98] text-obsidian font-display font-bold text-[16px] py-4 rounded-xl shadow-gold-glow transition-all duration-200\" href=\"YOUR_SHOPIFY_CHECKOUT_LINK\"\u003e ₹১৯৯ তে এখনই কিনুন → \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= FAQ ================= --\u003e\n\u003csection class=\"border-t border-hairline py-14 px-5\"\u003e\n\u003cdiv class=\"max-w-[580px] mx-auto\"\u003e\n\u003cp class=\"reveal text-center text-[11.5px] font-bold text-violet-600 uppercase tracking-[0.1em] mb-2.5\"\u003eপ্রশ্ন আছে?\u003c\/p\u003e\n\u003ch2 style=\"transition-delay: .05s;\" class=\"reveal font-display font-bold text-[23px] text-center mb-8\"\u003eসচরাচর জিজ্ঞাসা\u003c\/h2\u003e\n\u003cdiv id=\"faqList\" class=\"reveal flex flex-col\"\u003e\n\u003cdiv data-faq=\"\" class=\"faq-item border-b border-hairline py-4\"\u003e\n\u003cbutton aria-expanded=\"false\" class=\"faq-q w-full flex items-center justify-between text-left text-[15px] font-semibold text-ink-100 gap-4\" type=\"button\"\u003e \u003cspan\u003eপেমেন্টের পর কীভাবে বইটা পাবো?\u003c\/span\u003e \u003cspan class=\"faq-icon text-violet-600 text-[20px] shrink-0\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-panel\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"text-[13.5px] text-ink-400 leading-[1.75] pt-2.5\"\u003eপেমেন্ট কনফার্ম হওয়ার সাথে সাথেই আপনার ইমেইলে PDF ডাউনলোড লিংক চলে যাবে।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-faq=\"\" class=\"faq-item border-b border-hairline py-4\"\u003e\n\u003cbutton aria-expanded=\"false\" class=\"faq-q w-full flex items-center justify-between text-left text-[15px] font-semibold text-ink-100 gap-4\" type=\"button\"\u003e \u003cspan\u003eএটা কি একবারের পেমেন্ট?\u003c\/span\u003e \u003cspan class=\"faq-icon text-violet-600 text-[20px] shrink-0\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-panel\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"text-[13.5px] text-ink-400 leading-[1.75] pt-2.5\"\u003eহ্যাঁ, সম্পূর্ণ একবারের পেমেন্ট। কোনো মাসিক চার্জ বা সাবস্ক্রিপশন নেই।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-faq=\"\" class=\"faq-item border-b border-hairline py-4\"\u003e\n\u003cbutton aria-expanded=\"false\" class=\"faq-q w-full flex items-center justify-between text-left text-[15px] font-semibold text-ink-100 gap-4\" type=\"button\"\u003e \u003cspan\u003eআমার ব্যবসা ছোট, এই বইটা কি কাজে আসবে?\u003c\/span\u003e \u003cspan class=\"faq-icon text-violet-600 text-[20px] shrink-0\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-panel\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"text-[13.5px] text-ink-400 leading-[1.75] pt-2.5\"\u003eবিশেষভাবে ছোট ব্যবসা আর সলো-উদ্যোক্তাদের কথা মাথায় রেখেই লেখা হয়েছে।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-faq=\"\" class=\"faq-item border-b border-hairline py-4\"\u003e\n\u003cbutton aria-expanded=\"false\" class=\"faq-q w-full flex items-center justify-between text-left text-[15px] font-semibold text-ink-100 gap-4\" type=\"button\"\u003e \u003cspan\u003eকোনো রিফান্ড পলিসি আছে?\u003c\/span\u003e \u003cspan class=\"faq-icon text-violet-600 text-[20px] shrink-0\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-panel\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"text-[13.5px] text-ink-400 leading-[1.75] pt-2.5\"\u003eডিজিটাল প্রোডাক্ট হওয়ায় সাধারণত রিফান্ড দেওয়া হয় না। তবে কোনো সমস্যা হলে সাপোর্টে যোগাযোগ করুন।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-faq=\"\" class=\"faq-item py-4\"\u003e\n\u003cbutton aria-expanded=\"false\" class=\"faq-q w-full flex items-center justify-between text-left text-[15px] font-semibold text-ink-100 gap-4\" type=\"button\"\u003e \u003cspan\u003eমোবাইলে পড়া যাবে?\u003c\/span\u003e \u003cspan class=\"faq-icon text-violet-600 text-[20px] shrink-0\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-panel\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"text-[13.5px] text-ink-400 leading-[1.75] pt-2.5\"\u003eহ্যাঁ, PDF ফরম্যাটে থাকায় মোবাইল, ট্যাবলেট, ল্যাপটপ — সব জায়গায় পড়তে পারবেন।\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= FINAL CTA ================= --\u003e\n\u003csection class=\"border-t border-hairline py-16 px-5 text-center\"\u003e\n\u003cdiv class=\"max-w-[580px] mx-auto\"\u003e\n\u003ch2 class=\"reveal font-display font-bold text-[24px] leading-[1.35] mb-3 px-1\"\u003eপ্রতিদিন নতুন করে শুরু করবেন, নাকি একবার সিস্টেম বানিয়ে AI-কে আপনার হয়ে কাজ করতে দেবেন?\u003c\/h2\u003e\n\u003cp style=\"transition-delay: .05s;\" class=\"reveal text-[14.5px] text-ink-400 mb-7\"\u003e\u003cstrong class=\"text-ink-100 font-semibold\"\u003eএই বইয়ের শেষ পাতায় পৌঁছে আপনি আর মেশিন থাকবেন না — হবেন মেশিনের মালিক।\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"transition-delay: .1s;\" class=\"reveal flex items-baseline justify-center gap-3 mb-6\"\u003e\n\u003cspan class=\"text-[18px] text-ink-600 line-through font-num\"\u003e₹৪৯৯\u003c\/span\u003e \u003cspan class=\"font-num font-extrabold text-[42px] text-ink-100 font-tnum\"\u003e₹১৯৯\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca style=\"transition-delay: .15s;\" class=\"reveal block w-full max-w-[400px] mx-auto text-center bg-gold-500 hover:bg-gold-400 active:scale-[0.98] text-obsidian font-display font-bold text-[17px] py-[17px] rounded-xl shadow-gold-glow hover:shadow-gold-glow-lg transition-all duration-200\" href=\"YOUR_SHOPIFY_CHECKOUT_LINK\"\u003e এখনই শুরু করুন → \u003c\/a\u003e\n\u003cp class=\"text-[12.5px] text-ink-600 mt-4\"\u003e🔒 নিরাপদ পেমেন্ট · ⚡ ইনস্ট্যান্ট ডাউনলোড · 📱 সব ডিভাইসে পড়া যাবে\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= FOOTER ================= --\u003e\u003cfooter class=\"border-t border-hairline text-center py-9 px-5 text-ink-600 text-[12px] leading-[1.8] pb-28 md:pb-9\"\u003e\n\u003cdiv class=\"max-w-[580px] mx-auto\"\u003e© ২০২৬ AI Ebook. সর্বস্বত্ব সংরক্ষিত।\u003cbr\u003eযেকোনো সমস্যায় আমাদের সাপোর্টে যোগাযোগ করুন।\u003c\/div\u003e\n\u003c\/footer\u003e\u003c!-- ================= STICKY MOBILE CTA ================= --\u003e\n\u003cdiv class=\"md:hidden fixed bottom-0 left-0 right-0 z-50 bg-paper-2\/95 backdrop-blur-xl border-t border-hairline px-4 py-3\" id=\"stickyCta\"\u003e\n\u003cdiv class=\"flex items-center gap-3 max-w-[580px] mx-auto\"\u003e\n\u003cdiv class=\"shrink-0\"\u003e\n\u003cp class=\"text-[10px] text-ink-600 line-through font-num leading-none mb-0.5\"\u003e₹৪৯৯\u003c\/p\u003e\n\u003cp class=\"font-num font-extrabold text-[18px] text-ink-100 leading-none font-tnum\"\u003e₹১৯৯\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"flex-1 text-center bg-gold-500 active:scale-[0.98] text-obsidian font-display font-bold text-[14.5px] py-3 rounded-xl shadow-gold-glow transition-transform duration-150\" href=\"YOUR_SHOPIFY_CHECKOUT_LINK\"\u003e এখনই কিনুন → \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"E Book","offers":[{"title":"Default Title","offer_id":47959249158309,"sku":null,"price":199.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0761\/7095\/2869\/files\/covel_funnel.png?v=1783178228","url":"https:\/\/aiebook.in\/products\/funnel-marketing","provider":"AI E-Book","version":"1.0","type":"link"}