{"product_id":"struggling-to-design-your-business-10-000-ready-made-canva-templates-bundle-for-restaurants-salons-gyms-50-niches-instant-download","title":"Stop Wasting Hours on Design — 10,000+ Canva Templates for 50+ Businesses | Instant Download","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\u003eHero Fix — bibliogoo.com\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@700;800\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n:root{\n  --bg:#07070a;\n  --bg2:#111116;\n  --bg3:#18181f;\n  --accent:#6c63ff;\n  --accent2:#a89cff;\n  --green:#22c55e;\n  --gold:#f5c518;\n  --red:#ef4444;\n  --text:#f0eeff;\n  --muted:#7b7a8e;\n  --border:rgba(108,99,255,0.18);\n}\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\nbody{background:var(--bg);color:var(--text);font-family:'Inter',sans-serif;font-size:16px;line-height:1.7;overflow-x:hidden}\n\n\/* ── TOP URGENCY BAR ── *\/\n.urgency-bar{\n  background:var(--red);\n  color:#fff;\n  text-align:center;\n  padding:11px 20px;\n  font-size:13px;\n  font-weight:600;\n  letter-spacing:0.2px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:12px;\n}\n.urgency-bar .timer{\n  background:rgba(0,0,0,0.25);\n  padding:3px 12px;\n  border-radius:100px;\n  font-family:'Syne',sans-serif;\n  font-weight:800;\n  font-size:14px;\n  letter-spacing:1px;\n}\n\n\/* ── BRIDGE BANNER ── *\/\n\/* This is the key fix: first thing visitor sees continues the video *\/\n.bridge{\n  background:var(--bg2);\n  border-bottom:1px solid var(--border);\n  padding:14px 24px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:10px;\n  font-size:14px;\n  color:var(--muted);\n}\n.bridge strong{color:var(--text);font-weight:500}\n.bridge .dot{width:8px;height:8px;background:var(--green);border-radius:50%;flex-shrink:0;box-shadow:0 0 6px var(--green)}\n\n\/* ── HERO ── *\/\n.hero{\n  min-height:100svh;\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  align-items:center;\n  gap:60px;\n  padding:80px 60px;\n  max-width:1200px;\n  margin:0 auto;\n}\n@media(max-width:800px){\n  .hero{grid-template-columns:1fr;padding:50px 24px;text-align:center}\n  .hero-right{order:-1}\n}\n\n\/* LEFT SIDE *\/\n.hero-eyebrow{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  background:rgba(108,99,255,0.1);\n  border:1px solid var(--border);\n  color:var(--accent2);\n  font-size:11px;\n  font-weight:600;\n  letter-spacing:1.5px;\n  text-transform:uppercase;\n  padding:6px 14px;\n  border-radius:100px;\n  margin-bottom:24px;\n}\n.hero h1{\n  font-family:'Syne',sans-serif;\n  font-size:clamp(36px,5vw,60px);\n  font-weight:800;\n  line-height:1.08;\n  letter-spacing:-2px;\n  color:#fff;\n  margin-bottom:20px;\n}\n.hero h1 .hl{color:var(--accent2)}\n.hero h1 .dim{color:var(--muted);font-weight:700}\n\n.hero-sub{\n  font-size:17px;\n  color:var(--muted);\n  max-width:460px;\n  margin-bottom:36px;\n  line-height:1.65;\n  font-weight:300;\n}\n.hero-sub strong{color:var(--text);font-weight:500}\n\n\/* PRICE ROW *\/\n.price-row{\n  display:flex;\n  align-items:center;\n  gap:14px;\n  margin-bottom:20px;\n  flex-wrap:wrap;\n}\n.price-now{\n  font-family:'Syne',sans-serif;\n  font-size:52px;\n  font-weight:800;\n  color:var(--gold);\n  letter-spacing:-2px;\n  line-height:1;\n}\n.price-now sup{font-size:24px;vertical-align:super}\n.price-meta{display:flex;flex-direction:column;gap:4px}\n.price-was{font-size:14px;color:var(--muted);text-decoration:line-through}\n.price-save{\n  font-size:12px;\n  font-weight:700;\n  background:rgba(245,197,24,0.12);\n  color:var(--gold);\n  padding:3px 10px;\n  border-radius:100px;\n  width:fit-content;\n}\n\n\/* CTA BUTTON *\/\n.btn-main{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:10px;\n  width:100%;\n  max-width:420px;\n  background:var(--accent);\n  color:#fff;\n  font-size:17px;\n  font-weight:700;\n  padding:19px 32px;\n  border-radius:12px;\n  text-decoration:none;\n  border:none;\n  cursor:pointer;\n  transition:transform .2s, box-shadow .2s;\n  box-shadow:0 6px 36px rgba(108,99,255,0.4);\n  letter-spacing:-0.2px;\n}\n.btn-main:hover{transform:translateY(-2px);box-shadow:0 14px 44px rgba(108,99,255,0.55)}\n.btn-main .arr{font-size:20px;transition:transform .2s}\n.btn-main:hover .arr{transform:translateX(4px)}\n\n\/* TRUST ROW *\/\n.trust-row{\n  display:flex;\n  align-items:center;\n  gap:20px;\n  margin-top:16px;\n  flex-wrap:wrap;\n}\n.trust-item{\n  font-size:12px;\n  color:var(--muted);\n  display:flex;\n  align-items:center;\n  gap:5px;\n}\n.trust-item::before{content:'✓';color:var(--green);font-weight:700;font-size:13px}\n\n\/* SOCIAL PROOF mini *\/\n.sproof{\n  display:flex;\n  align-items:center;\n  gap:12px;\n  margin-top:28px;\n  padding:14px 18px;\n  background:var(--bg3);\n  border:1px solid var(--border);\n  border-radius:12px;\n  max-width:420px;\n}\n.sproof-avatars{display:flex}\n.sproof-avatars .av{\n  width:30px;height:30px;border-radius:50%;\n  border:2px solid var(--bg3);\n  font-size:11px;font-weight:700;\n  display:flex;align-items:center;justify-content:center;\n  margin-left:-8px;color:#fff;flex-shrink:0;\n}\n.sproof-avatars .av:first-child{margin-left:0}\n.sproof-text{font-size:13px;color:var(--muted);line-height:1.4}\n.sproof-text strong{color:var(--text);font-weight:500}\n.sproof-stars{color:var(--gold);font-size:12px;letter-spacing:1px}\n\n\/* RIGHT SIDE — Template Preview Grid *\/\n.hero-right{position:relative}\n.preview-label{\n  font-size:11px;\n  font-weight:600;\n  letter-spacing:2px;\n  text-transform:uppercase;\n  color:var(--accent2);\n  margin-bottom:16px;\n  text-align:center;\n}\n.template-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:8px;\n}\n.tcard{\n  background:var(--bg3);\n  border:1px solid var(--border);\n  border-radius:10px;\n  padding:16px 12px;\n  text-align:center;\n  transition:border-color .25s, transform .25s;\n  cursor:pointer;\n}\n.tcard:hover{border-color:rgba(108,99,255,0.5);transform:translateY(-3px)}\n.tcard .t-icon{font-size:26px;margin-bottom:8px}\n.tcard .t-name{font-size:11px;font-weight:600;color:#fff;margin-bottom:3px}\n.tcard .t-count{font-size:10px;color:var(--accent2)}\n.tcard.featured{border-color:rgba(108,99,255,0.45);background:rgba(108,99,255,0.06)}\n\n.preview-total{\n  text-align:center;\n  margin-top:14px;\n  padding:12px;\n  background:var(--bg3);\n  border:1px solid var(--border);\n  border-radius:10px;\n  font-size:13px;\n  color:var(--muted);\n}\n.preview-total strong{\n  font-family:'Syne',sans-serif;\n  font-size:22px;\n  font-weight:800;\n  color:#fff;\n  display:block;\n  margin-bottom:2px;\n}\n\n\/* ── BELOW HERO — INSTANT PROOF ── *\/\n\/* This section replaces the visitor's doubt immediately after CTA *\/\n.proof-section{\n  background:var(--bg2);\n  border-top:1px solid var(--border);\n  border-bottom:1px solid var(--border);\n  padding:28px 24px;\n}\n.proof-inner{\n  max-width:900px;\n  margin:0 auto;\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));\n  gap:0;\n}\n.proof-stat{\n  text-align:center;\n  padding:16px 12px;\n  border-right:1px solid var(--border);\n}\n.proof-stat:last-child{border-right:none}\n.proof-stat .p-num{\n  font-family:'Syne',sans-serif;\n  font-size:28px;\n  font-weight:800;\n  color:#fff;\n  line-height:1;\n  margin-bottom:4px;\n}\n.proof-stat .p-label{font-size:12px;color:var(--muted)}\n\u003c\/style\u003e\n\n\n\n\u003c!-- URGENCY BAR WITH REAL COUNTDOWN --\u003e\n\u003cdiv class=\"urgency-bar\"\u003e\n  🔥 Flash Sale — 45% OFF ends in \u003cspan class=\"timer\" id=\"countdown\"\u003e23:59:59\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c!-- \n  ★★★ KEY FIX — THE BRIDGE BANNER ★★★\n  This is the most important element.\n  When visitor arrives from video saying \"click the link below\",\n  this banner says \"yes, you're in the right place\" immediately.\n--\u003e\n\u003cdiv class=\"bridge\"\u003e\n  \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n  \u003cspan\u003eJust watched the video? \u003cstrong\u003eYou're in the right place — here's everything inside the pack.\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\n  \u003c!-- LEFT: Copy that mirrors the video's promise --\u003e\n  \u003cdiv class=\"hero-left\"\u003e\n    \u003cdiv class=\"hero-eyebrow\"\u003e10,000+ Canva Templates · Instant Download\u003c\/div\u003e\n    \u003ch1\u003e\n      Everything I showed\u003cbr\u003e\n      you \u003cspan class=\"hl\"\u003ein the video.\u003c\/span\u003e\u003cbr\u003e\n      \u003cspan class=\"dim\"\u003eAll of it. Right here.\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003e\n      One pack. \u003cstrong\u003e50+ niches.\u003c\/strong\u003e Restaurants, gyms, beauty salons, clinics, architects, cars \u0026amp; more.\n      Customize in Canva in under 10 minutes. No designer needed.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"price-row\"\u003e\n      \u003cdiv class=\"price-now\"\u003e\n\u003csup\u003e$\u003c\/sup\u003e27\u003c\/div\u003e\n      \u003cdiv class=\"price-meta\"\u003e\n        \u003cspan class=\"price-was\"\u003eRegular: $49\u003c\/span\u003e\n        \u003cspan class=\"price-save\"\u003eSave 45% today only\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ca href=\"#\" class=\"btn-main\"\u003e\n      Get Instant Access Now \u003cspan class=\"arr\"\u003e→\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003cdiv class=\"trust-row\"\u003e\n      \u003cspan class=\"trust-item\"\u003eInstant Download\u003c\/span\u003e\n      \u003cspan class=\"trust-item\"\u003eOne-Time Payment\u003c\/span\u003e\n      \u003cspan class=\"trust-item\"\u003e30-Day Guarantee\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sproof\"\u003e\n      \u003cdiv class=\"sproof-avatars\"\u003e\n        \u003cdiv class=\"av\" style=\"background:#6c63ff\"\u003eJM\u003c\/div\u003e\n        \u003cdiv class=\"av\" style=\"background:#16a34a\"\u003eDK\u003c\/div\u003e\n        \u003cdiv class=\"av\" style=\"background:#b45309\"\u003eSR\u003c\/div\u003e\n        \u003cdiv class=\"av\" style=\"background:#dc2626\"\u003eAL\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sproof-text\"\u003e\n        \u003cdiv class=\"sproof-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cstrong\u003e2,400+ designers\u003c\/strong\u003e already using this pack\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RIGHT: Visual proof — show the templates, don't just talk about them --\u003e\n  \u003cdiv class=\"hero-right\"\u003e\n    \u003cp class=\"preview-label\"\u003eWhat's inside the pack\u003c\/p\u003e\n    \u003cdiv class=\"template-grid\"\u003e\n      \u003cdiv class=\"tcard featured\"\u003e\n        \u003cdiv class=\"t-icon\"\u003e🍕\u003c\/div\u003e\n        \u003cdiv class=\"t-name\"\u003eRestaurant\u003c\/div\u003e\n        \u003cdiv class=\"t-count\"\u003e800+ templates\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tcard featured\"\u003e\n        \u003cdiv class=\"t-icon\"\u003e💪\u003c\/div\u003e\n        \u003cdiv class=\"t-name\"\u003eFitness\u003c\/div\u003e\n        \u003cdiv class=\"t-count\"\u003e600+ templates\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tcard featured\"\u003e\n        \u003cdiv class=\"t-icon\"\u003e💅\u003c\/div\u003e\n        \u003cdiv class=\"t-name\"\u003eBeauty\u003c\/div\u003e\n        \u003cdiv class=\"t-count\"\u003e700+ templates\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tcard\"\u003e\n        \u003cdiv class=\"t-icon\"\u003e🦷\u003c\/div\u003e\n        \u003cdiv class=\"t-name\"\u003eDental\u003c\/div\u003e\n        \u003cdiv class=\"t-count\"\u003e400+ templates\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tcard\"\u003e\n        \u003cdiv class=\"t-icon\"\u003e🏛️\u003c\/div\u003e\n        \u003cdiv class=\"t-name\"\u003eArchitecture\u003c\/div\u003e\n        \u003cdiv class=\"t-count\"\u003e500+ templates\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tcard\"\u003e\n        \u003cdiv class=\"t-icon\"\u003e🚗\u003c\/div\u003e\n        \u003cdiv class=\"t-name\"\u003eAutomotive\u003c\/div\u003e\n        \u003cdiv class=\"t-count\"\u003e400+ templates\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tcard\"\u003e\n        \u003cdiv class=\"t-icon\"\u003e📚\u003c\/div\u003e\n        \u003cdiv class=\"t-name\"\u003eEducation\u003c\/div\u003e\n        \u003cdiv class=\"t-count\"\u003e500+ templates\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tcard\"\u003e\n        \u003cdiv class=\"t-icon\"\u003e🎨\u003c\/div\u003e\n        \u003cdiv class=\"t-name\"\u003eMockups\u003c\/div\u003e\n        \u003cdiv class=\"t-count\"\u003e600+ templates\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tcard\" style=\"opacity:.55;border-style:dashed\"\u003e\n        \u003cdiv class=\"t-icon\"\u003e➕\u003c\/div\u003e\n        \u003cdiv class=\"t-name\"\u003e+42 more\u003c\/div\u003e\n        \u003cdiv class=\"t-count\"\u003eniches inside\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"preview-total\"\u003e\n      \u003cstrong\u003e10,000+ Templates\u003c\/strong\u003e\n      across 50+ industries · all editable in Canva Free\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- INSTANT PROOF STRIP — right below hero, before any scrolling --\u003e\n\u003cdiv class=\"proof-section\"\u003e\n  \u003cdiv class=\"proof-inner\"\u003e\n    \u003cdiv class=\"proof-stat\"\u003e\n      \u003cdiv class=\"p-num\"\u003e10K+\u003c\/div\u003e\n      \u003cdiv class=\"p-label\"\u003eTemplates total\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"proof-stat\"\u003e\n      \u003cdiv class=\"p-num\"\u003e50+\u003c\/div\u003e\n      \u003cdiv class=\"p-label\"\u003eNiches covered\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"proof-stat\"\u003e\n      \u003cdiv class=\"p-num\"\u003e4.9★\u003c\/div\u003e\n      \u003cdiv class=\"p-label\"\u003eAverage rating\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"proof-stat\"\u003e\n      \u003cdiv class=\"p-num\"\u003e$27\u003c\/div\u003e\n      \u003cdiv class=\"p-label\"\u003eOne-time only\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"proof-stat\"\u003e\n      \u003cdiv class=\"p-num\"\u003e30d\u003c\/div\u003e\n      \u003cdiv class=\"p-label\"\u003eMoney-back guarantee\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FAQ SECTION — Objection Crusher\n     Every question = a reason NOT to buy removed\n     ══════════════════════════════════════════ --\u003e\n\u003cstyle\u003e\n.faq-section{\n  background:var(--bg2);\n  padding:80px 24px;\n  border-top:1px solid var(--border);\n}\n.faq-inner{max-width:740px;margin:0 auto}\n\n.faq-header{text-align:center;margin-bottom:52px}\n.faq-eyebrow{\n  font-size:11px;font-weight:600;letter-spacing:2.5px;\n  text-transform:uppercase;color:var(--accent2);\n  margin-bottom:12px;display:block;\n}\n.faq-header h2{\n  font-family:'Syne',sans-serif;\n  font-size:clamp(28px,5vw,42px);\n  font-weight:800;letter-spacing:-1px;\n  color:#fff;line-height:1.1;margin-bottom:12px;\n}\n.faq-header h2 span{color:var(--accent2)}\n.faq-header p{font-size:15px;color:var(--muted);max-width:420px;margin:0 auto}\n\n\/* CATEGORY TABS *\/\n.faq-tabs{\n  display:flex;gap:8px;flex-wrap:wrap;\n  justify-content:center;margin-bottom:32px;\n}\n.faq-tab{\n  background:var(--bg3);border:1px solid var(--border);\n  color:var(--muted);font-size:13px;font-weight:500;\n  padding:7px 18px;border-radius:100px;cursor:pointer;\n  transition:all .2s;white-space:nowrap;\n}\n.faq-tab.active,.faq-tab:hover{\n  background:rgba(108,99,255,0.12);\n  border-color:rgba(108,99,255,0.45);\n  color:var(--accent2);\n}\n\n\/* FAQ LIST *\/\n.faq-list{display:flex;flex-direction:column;gap:2px}\n\n.faq-item{\n  background:var(--bg3);\n  border-bottom:1px solid var(--border);\n  overflow:hidden;\n}\n.faq-item:first-child{border-radius:14px 14px 0 0}\n.faq-item:last-child{border-radius:0 0 14px 14px;border-bottom:none}\n.faq-item.only{border-radius:14px}\n\n.faq-q{\n  width:100%;background:none;border:none;\n  text-align:left;padding:20px 24px;\n  cursor:pointer;display:flex;align-items:center;\n  justify-content:space-between;gap:16px;\n  color:#fff;\n  font-family:'Syne',sans-serif;\n  font-size:16px;font-weight:700;\n  transition:color .2s;line-height:1.3;\n}\n.faq-q:hover{color:var(--accent2)}\n.faq-q .q-icon{font-size:18px;flex-shrink:0}\n.faq-q .q-left{display:flex;align-items:center;gap:12px}\n.faq-q .chev{\n  font-size:20px;flex-shrink:0;\n  color:var(--muted);transition:transform .3s;\n}\n.faq-item.open .chev{transform:rotate(180deg);color:var(--accent2)}\n\n.faq-a{\n  max-height:0;overflow:hidden;\n  transition:max-height .4s ease,padding .4s ease;\n}\n.faq-item.open .faq-a{max-height:400px}\n\n.faq-a-inner{\n  padding:0 24px 22px 54px;\n  font-size:15px;color:var(--muted);\n  line-height:1.75;\n}\n.faq-a-inner strong{color:var(--text);font-weight:500}\n.faq-a-inner .highlight{\n  display:inline-block;\n  background:rgba(34,197,94,0.1);\n  border:1px solid rgba(34,197,94,0.2);\n  color:#4ade80;font-size:13px;font-weight:500;\n  padding:4px 12px;border-radius:100px;\n  margin-top:10px;\n}\n.faq-a-inner .warning{\n  display:flex;align-items:flex-start;gap:8px;\n  background:rgba(108,99,255,0.07);\n  border-left:3px solid var(--accent);\n  border-radius:0 8px 8px 0;\n  padding:12px 14px;margin-top:12px;\n  font-size:14px;color:var(--muted);\n}\n.faq-a-inner .warning strong{color:var(--accent2)}\n\n\/* BOTTOM CTA inside FAQ *\/\n.faq-cta{\n  margin-top:40px;\n  background:rgba(108,99,255,0.07);\n  border:1px solid var(--border);\n  border-radius:16px;\n  padding:32px 28px;\n  text-align:center;\n}\n.faq-cta p{font-size:15px;color:var(--muted);margin-bottom:6px}\n.faq-cta strong{\n  font-family:'Syne',sans-serif;\n  font-size:22px;font-weight:800;\n  color:#fff;display:block;margin-bottom:20px;\n}\n.btn-faq-cta{\n  display:inline-flex;align-items:center;gap:8px;\n  background:var(--accent);color:#fff;\n  font-size:16px;font-weight:700;\n  padding:16px 36px;border-radius:10px;\n  text-decoration:none;\n  transition:transform .2s,box-shadow .2s;\n  box-shadow:0 4px 28px rgba(108,99,255,0.35);\n}\n.btn-faq-cta:hover{transform:translateY(-2px);box-shadow:0 10px 36px rgba(108,99,255,0.5)}\n.faq-guarantee{\n  font-size:12px;color:var(--muted);\n  margin-top:12px;display:flex;align-items:center;\n  justify-content:center;gap:6px;\n}\n.faq-guarantee::before{content:'🛡️'}\n\u003c\/style\u003e\n\n\u003csection class=\"faq-section\"\u003e\n  \u003cdiv class=\"faq-inner\"\u003e\n\n    \u003cdiv class=\"faq-header\"\u003e\n      \u003cspan class=\"faq-eyebrow\"\u003e\/\/ Still have questions?\u003c\/span\u003e\n      \u003ch2\u003eEvery Doubt.\u003cbr\u003e\u003cspan\u003eAnswered.\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp\u003eThese are the exact questions buyers ask before clicking \"buy\" — we answer all of them.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CATEGORY FILTER TABS --\u003e\n    \u003cdiv class=\"faq-tabs\"\u003e\n      \u003cbutton class=\"faq-tab active\" data-cat=\"all\"\u003eAll Questions\u003c\/button\u003e\n      \u003cbutton class=\"faq-tab\" data-cat=\"product\"\u003eThe Product\u003c\/button\u003e\n      \u003cbutton class=\"faq-tab\" data-cat=\"technical\"\u003eTechnical\u003c\/button\u003e\n      \u003cbutton class=\"faq-tab\" data-cat=\"payment\"\u003ePayment \u0026amp; Access\u003c\/button\u003e\n      \u003cbutton class=\"faq-tab\" data-cat=\"results\"\u003eResults\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-list\" id=\"faqList\"\u003e\n\n      \u003c!-- PRODUCT --\u003e\n      \u003cdiv class=\"faq-item\" data-cat=\"product\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e📦\u003c\/span\u003eAre these really 10,000 templates or is that inflated?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          Yes — \u003cstrong\u003e10,000+ templates is the real count.\u003c\/strong\u003e The pack is organized by niche: restaurants alone have 800+, beauty has 700+, fitness 600+, and so on across 50+ industries. Each niche includes multiple formats: square posts, stories, reels covers, flyers, and more.\n          \u003cspan class=\"highlight\"\u003e✓ You can verify this immediately after download\u003c\/span\u003e\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\" data-cat=\"product\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e🎨\u003c\/span\u003eAre these generic templates or actually designed for specific niches?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          \u003cstrong\u003eNiche-specific, not generic.\u003c\/strong\u003e A restaurant template has food photography placeholders, menu-style layouts, and warm color palettes. A dental clinic template has clean medical aesthetics and appointment-style formats. They're built for each industry — not just one design resized.\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\" data-cat=\"product\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e🏢\u003c\/span\u003eMy client's niche isn't in the video — is it in the pack?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          With \u003cstrong\u003e50+ niches included\u003c\/strong\u003e, the pack covers restaurants, fast food, dental, fitness, beauty, architecture, teachers, mockups, automotive, real estate, law, e-commerce, tech, and many more. If you're unsure, email us before purchasing and we'll confirm — or take advantage of the 30-day guarantee.\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- TECHNICAL --\u003e\n      \u003cdiv class=\"faq-item\" data-cat=\"technical\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e🆓\u003c\/span\u003eDo I need Canva Pro or does the free plan work?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          \u003cstrong\u003eCanva Free works for the vast majority of templates.\u003c\/strong\u003e Some templates use premium Canva elements that require Pro — but these are clearly marked and represent a small portion of the pack. If you're on the free plan, you'll still have thousands of fully usable templates from day one.\n          \u003cspan class=\"highlight\"\u003e✓ No paid Canva subscription required to get started\u003c\/span\u003e\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\" data-cat=\"technical\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e✏️\u003c\/span\u003eCan I fully customize them — colors, fonts, logo?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          \u003cstrong\u003e100% editable.\u003c\/strong\u003e Every element is unlocked — swap your client's logo, change colors to match their brand, update text, resize, rearrange. Canva's drag-and-drop makes it take minutes, not hours. No design experience needed.\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\" data-cat=\"technical\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e📐\u003c\/span\u003eWhat formats and sizes are included?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          The pack includes \u003cstrong\u003emultiple formats per niche:\u003c\/strong\u003e Instagram square (1080×1080), Stories \u0026amp; Reels (1080×1920), Facebook posts, LinkedIn banners, flyers (A4\/Letter), and more. Each niche has its most relevant formats included.\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- PAYMENT --\u003e\n      \u003cdiv class=\"faq-item\" data-cat=\"payment\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e💳\u003c\/span\u003eIs this really a one-time payment — no hidden subscription?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          \u003cstrong\u003eAbsolutely one-time. $27 total. That's it.\u003c\/strong\u003e No monthly fee, no renewal, no \"basic vs premium\" tier. You pay once and the entire pack is yours forever — including any future updates we add.\n          \u003cdiv class=\"warning\"\u003e\n\u003cstrong\u003eNote:\u003c\/strong\u003e This is a digital product sale — the $27 goes directly to unlocking your download. No recurring charges will ever appear on your card.\u003c\/div\u003e\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\" data-cat=\"payment\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e⚡\u003c\/span\u003eHow do I receive the templates after paying?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          \u003cstrong\u003eInstant access.\u003c\/strong\u003e The moment your payment goes through, Shopify sends you an email with your download link. You click, download, and you're ready to start. No waiting, no manual approval — it's automatic and immediate.\n          \u003cspan class=\"highlight\"\u003e✓ Most buyers are customizing their first template within 15 minutes of purchase\u003c\/span\u003e\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\" data-cat=\"payment\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e🔒\u003c\/span\u003eIs the checkout secure?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          Yes. The store runs on \u003cstrong\u003eShopify\u003c\/strong\u003e — one of the world's largest e-commerce platforms with bank-level SSL encryption. Your payment is processed securely through Shopify Payments or PayPal. We never see or store your card details.\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- RESULTS --\u003e\n      \u003cdiv class=\"faq-item\" data-cat=\"results\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e🛡️\u003c\/span\u003eWhat if I'm not happy with it — can I get a refund?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          \u003cstrong\u003eYes — 30-day money-back guarantee, no questions asked.\u003c\/strong\u003e If you open the pack, look through it, and genuinely feel it wasn't worth $27, email us within 30 days and we'll refund you in full. We'd rather you be happy than keep $27 from someone who isn't satisfied.\n          \u003cspan class=\"highlight\"\u003e✓ Zero risk. Try it for 30 days.\u003c\/span\u003e\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\" data-cat=\"results\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e💼\u003c\/span\u003eCan I use these on client projects and bill for my work?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          \u003cstrong\u003eYes — commercial use is included.\u003c\/strong\u003e You can customize templates for your clients and charge for your design services. The license covers unlimited client projects. The only restriction: you cannot resell or redistribute the raw template files themselves.\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\" data-cat=\"results\"\u003e\n        \u003cbutton class=\"faq-q\"\u003e\n          \u003cspan class=\"q-left\"\u003e\u003cspan class=\"q-icon\"\u003e⏱️\u003c\/span\u003eHow much time will this realistically save me?\u003c\/span\u003e\n          \u003cspan class=\"chev\"\u003e▾\u003c\/span\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-a\"\u003e\u003cdiv class=\"faq-a-inner\"\u003e\n          Designers who use the pack report going from \u003cstrong\u003e2–3 hours per design session to under 15 minutes\u003c\/strong\u003e for most deliverables. Pick a template, swap logo + colors + text, export. That's it. If you deliver 4 designs per week, you're saving 6–8 hours weekly — time you can spend on more clients or getting your life back.\n        \u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c!-- end .faq-list --\u003e\n\n    \u003c!-- BOTTOM CTA — pushes them to buy after objections are resolved --\u003e\n    \u003cdiv class=\"faq-cta\"\u003e\n      \u003cp\u003eStill on the fence? Remember —\u003c\/p\u003e\n      \u003cstrong\u003eYou're protected by a 30-day guarantee.\u003cbr\u003eThere's literally no risk.\u003c\/strong\u003e\n      \u003cbr\u003e\n      \u003ca href=\"#\" class=\"btn-faq-cta\"\u003eGet All 10,000 Templates — $27 →\u003c\/a\u003e\n      \u003cp class=\"faq-guarantee\"\u003e30-day money-back guarantee · No questions asked\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\nfunction tick(){\n  const now = new Date();\n  const end = new Date(); end.setHours(23,59,59,0);\n  let diff = end - now;\n  if(diff \u003c 0) diff = 0;\n  const h = String(Math.floor(diff\/3600000)).padStart(2,'0');\n  const m = String(Math.floor((diff%3600000)\/60000)).padStart(2,'0');\n  const s = String(Math.floor((diff%60000)\/1000)).padStart(2,'0');\n  document.getElementById('countdown').textContent = h+':'+m+':'+s;\n}\nsetInterval(tick,1000); tick();\n\n\/\/ FAQ accordion\ndocument.querySelectorAll('.faq-q').forEach(btn=\u003e{\n  btn.addEventListener('click',()=\u003e{\n    const item=btn.closest('.faq-item');\n    const isOpen=item.classList.contains('open');\n    document.querySelectorAll('.faq-item.open').forEach(i=\u003ei.classList.remove('open'));\n    if(!isOpen) item.classList.add('open');\n  });\n});\n\n\/\/ FAQ category filter\nconst tabs=document.querySelectorAll('.faq-tab');\nconst items=document.querySelectorAll('.faq-item');\ntabs.forEach(tab=\u003e{\n  tab.addEventListener('click',()=\u003e{\n    tabs.forEach(t=\u003et.classList.remove('active'));\n    tab.classList.add('active');\n    const cat=tab.dataset.cat;\n    let visible=0;\n    items.forEach(item=\u003e{\n      const match=cat==='all'||item.dataset.cat===cat;\n      item.style.display=match?'':'none';\n      if(match) visible++;\n    });\n    \/\/ fix border-radius for first\/last visible\n    const vis=[...items].filter(i=\u003ei.style.display!=='none');\n    vis.forEach((i,idx)=\u003e{\n      i.classList.remove('only');\n      if(vis.length===1){i.classList.add('only');return}\n      i.style.borderRadius=idx===0?'14px 14px 0 0':idx===vis.length-1?'0 0 14px 14px':'0';\n    });\n  });\n});\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"bibliogoo","offers":[{"title":"Default Title","offer_id":48865967440122,"sku":null,"price":27.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0827\/4781\/8234\/files\/1622_0.jpg?v=1778340327","url":"https:\/\/bibliogoo.com\/products\/struggling-to-design-your-business-10-000-ready-made-canva-templates-bundle-for-restaurants-salons-gyms-50-niches-instant-download","provider":"bibliogoo","version":"1.0","type":"link"}