{"id":55932,"date":"2026-02-27T20:52:35","date_gmt":"2026-02-27T20:52:35","guid":{"rendered":"https:\/\/www.causevox.com\/?page_id=55932"},"modified":"2026-04-14T16:33:46","modified_gmt":"2026-04-14T16:33:46","slug":"free-fundraising-platform-crm","status":"publish","type":"page","link":"https:\/\/www.causevox.com\/free-fundraising-platform-crm\/","title":{"rendered":"Free Fundraising &amp; CRM"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"55932\" class=\"elementor elementor-55932\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7538ad e-con-full e-flex e-con e-parent\" data-id=\"d7538ad\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f5c0ac elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"2f5c0ac\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- CauseVox Free - Full Page for Elementor HTML Widget -->\n<!-- IMPORTANT: Set the parent Elementor container padding to 0 on all sides -->\n\n<!-- GLOBAL: Entrance animations for all sections -->\n<style>\n\/* Scroll-triggered fade-in-up animation *\/\n.cv-animate {\n  opacity: 0;\n  transform: translateY(32px);\n  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);\n}\n.cv-animate.cv-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\/* Staggered children \u2014 cards, grid items, steps *\/\n.cv-animate-children > * {\n  opacity: 0;\n  transform: translateY(24px);\n  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);\n}\n.cv-animate-children.cv-visible > *:nth-child(1) { transition-delay: 0.05s; }\n.cv-animate-children.cv-visible > *:nth-child(2) { transition-delay: 0.12s; }\n.cv-animate-children.cv-visible > *:nth-child(3) { transition-delay: 0.19s; }\n.cv-animate-children.cv-visible > *:nth-child(4) { transition-delay: 0.26s; }\n.cv-animate-children.cv-visible > *:nth-child(5) { transition-delay: 0.33s; }\n.cv-animate-children.cv-visible > *:nth-child(6) { transition-delay: 0.40s; }\n.cv-animate-children.cv-visible > *:nth-child(7) { transition-delay: 0.47s; }\n.cv-animate-children.cv-visible > *:nth-child(8) { transition-delay: 0.54s; }\n.cv-animate-children.cv-visible > *:nth-child(9) { transition-delay: 0.61s; }\n.cv-animate-children.cv-visible > * {\n  opacity: 0;\n  transform: translateY(24px);\n}\n.cv-animate-children.cv-visible > * {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n\/* Scale-in variant for special elements *\/\n.cv-animate-scale {\n  opacity: 0;\n  transform: scale(0.92);\n  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);\n}\n.cv-animate-scale.cv-visible {\n  opacity: 1;\n  transform: scale(1);\n}\n<\/style>\n\n<script>\n\/\/ IntersectionObserver for scroll-triggered animations\ndocument.addEventListener('DOMContentLoaded', function() {\n  var animateEls = document.querySelectorAll('.cv-animate, .cv-animate-children, .cv-animate-scale');\n  if ('IntersectionObserver' in window) {\n    var observer = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('cv-visible');\n          observer.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.15, rootMargin: '0px 0px -40px 0px' });\n    animateEls.forEach(function(el) { observer.observe(el); });\n  } else {\n    \/\/ Fallback: show everything\n    animateEls.forEach(function(el) { el.classList.add('cv-visible'); });\n  }\n});\n<\/script>\n\n\n<!-- SECTION 1: Hero (v2 \u2014 animated shimmer headline, glowing badge, floating orbs) -->\n<!-- IMPORTANT: In Elementor, set the parent container padding to 0 on all sides -->\n<style>\n.cv-hero {\n  background: linear-gradient(rgba(40, 33, 127, 0.82), rgba(40, 33, 127, 0.82)), url('https:\/\/www.causevox.com\/wp-content\/uploads\/2025\/11\/crm-for-all-bg-scaled.png');\n  background-size: cover;\n  background-position: center;\n  padding: 90px 20px 80px;\n  text-align: center;\n  font-family: 'Roboto', sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\/* Floating orbs \u2014 soft ambient glow *\/\n.cv-hero::before {\n  content: '';\n  position: absolute;\n  width: 350px;\n  height: 350px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(48,182,201,0.15) 0%, transparent 70%);\n  top: -80px;\n  right: -60px;\n  animation: cv-orb-float 8s ease-in-out infinite alternate;\n}\n.cv-hero::after {\n  content: '';\n  position: absolute;\n  width: 280px;\n  height: 280px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(148,46,180,0.12) 0%, transparent 70%);\n  bottom: -60px;\n  left: -40px;\n  animation: cv-orb-float 10s ease-in-out infinite alternate-reverse;\n}\n@keyframes cv-orb-float {\n  0% { transform: translate(0, 0) scale(1); }\n  50% { transform: translate(20px, -15px) scale(1.08); }\n  100% { transform: translate(-15px, 10px) scale(0.95); }\n}\n.cv-hero-inner {\n  max-width: 800px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 1;\n}\n\/* Glowing pill badge *\/\n.cv-hero-badge {\n  display: block;\n  width: fit-content;\n  margin-left: auto;\n  margin-right: auto;\n  background: rgba(255,255,255,0.1);\n  backdrop-filter: blur(8px);\n  -webkit-backdrop-filter: blur(8px);\n  border: 1px solid rgba(255,255,255,0.25);\n  border-radius: 50px;\n  padding: 8px 24px;\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: #ffffff;\n  margin-bottom: 28px;\n  box-shadow: 0 0 20px rgba(48,182,201,0.15), inset 0 0 20px rgba(255,255,255,0.05);\n}\n\/* Headline \u2014 solid white text with animated shimmer overlay *\/\n.cv-hero h1 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 54px;\n  font-weight: 700;\n  line-height: 1.12;\n  color: #ffffff;\n  margin: 0 0 22px;\n  position: relative;\n  display: inline-block;\n}\n\/* Shimmer layer on top of solid text *\/\n.cv-hero h1::after {\n  content: attr(data-text);\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(\n    100deg,\n    transparent 0%,\n    transparent 30%,\n    rgba(126,232,245,0.7) 37%,\n    rgba(251,171,66,0.6) 43%,\n    rgba(216,156,247,0.65) 49%,\n    rgba(126,232,245,0.6) 55%,\n    transparent 62%,\n    transparent 100%\n  );\n  background-size: 200% 100%;\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n  animation: cv-shimmer 5s linear infinite;\n  pointer-events: none;\n}\n@keyframes cv-shimmer {\n  0% { background-position: 200% center; }\n  100% { background-position: -200% center; }\n}\n.cv-hero-sub {\n  font-size: 19px;\n  line-height: 1.6;\n  color: rgba(255,255,255,0.82);\n  margin: 0 0 38px;\n  max-width: 640px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.cv-hero-cta {\n  display: inline-block;\n  background: #30B6C9;\n  color: #ffffff;\n  font-size: 17px;\n  font-weight: 600;\n  padding: 18px 40px;\n  border-radius: 4px;\n  text-decoration: none;\n  transition: background 0.2s, box-shadow 0.3s, transform 0.2s;\n  margin-bottom: 16px;\n  box-shadow: 0 4px 20px rgba(48,182,201,0.3);\n}\n.cv-hero-cta:hover {\n  background: #28a3b4;\n  color: #ffffff;\n  text-decoration: none;\n  box-shadow: 0 6px 28px rgba(48,182,201,0.45);\n  transform: translateY(-1px);\n}\n.cv-hero-detail {\n  font-size: 13px;\n  color: rgba(255,255,255,0.5);\n  margin: 0 0 32px;\n}\n.cv-hero-trust {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  font-size: 14px;\n  color: rgba(255,255,255,0.65);\n  margin-top: 8px;\n}\n.cv-hero-stars {\n  color: #FBAB42;\n  font-size: 18px;\n  letter-spacing: 2px;\n}\n\n@media (max-width: 768px) {\n  .cv-hero { padding: 50px 20px; }\n  .cv-hero h1 { font-size: 36px; }\n  .cv-hero h1::after { display: none; }\n  .cv-hero-sub { font-size: 16px; }\n}\n<\/style>\n\n<div class=\"cv-hero\">\n  <div class=\"cv-hero-inner\">\n    <div class=\"cv-hero-badge\">CauseVox Free<\/div>\n    <h1 data-text=\"Free Fundraising & CRM. All in One Place.\">Free Fundraising &amp; CRM.<br>All in One Place.<\/h1>\n    <p class=\"cv-hero-sub\">Everything your nonprofit needs to raise money and manage donors \u2014 with no license fee, 0% platform fees, and no catch.<\/p>\n    <a href=\"https:\/\/admin.causevox.com\/signup\" class=\"cv-hero-cta\" rel=\"noopener\">Get Started Free<\/a>\n    <p class=\"cv-hero-detail\">No credit card required. Live in minutes.<\/p>\n    <div class=\"cv-hero-trust\">\n      <span class=\"cv-hero-stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/span>\n      Trusted by 1,000+ nonprofits every year\n    <\/div>\n  <\/div>\n<\/div>\n\n\n<!-- SECTION 2: How Is It Free? (v2 \u2014 aurora shimmer background + accent borders + connecting flow) -->\n<!-- Elementor container: set background to #FFFFFF (white) -->\n<style>\n.cv-how {\n  background: #ffffff;\n  padding: 70px 20px;\n  font-family: 'Roboto', sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n\/* Aurora shimmer \u2014 soft flowing color washes *\/\n.cv-how::before {\n  content: '';\n  position: absolute;\n  inset: -40px;\n  pointer-events: none;\n  z-index: 0;\n  background:\n    radial-gradient(ellipse 420px 300px at 8% 20%, rgba(48,182,201,0.18) 0%, transparent 70%),\n    radial-gradient(ellipse 360px 280px at 92% 75%, rgba(148,46,180,0.16) 0%, transparent 70%),\n    radial-gradient(ellipse 340px 240px at 50% 90%, rgba(251,171,66,0.14) 0%, transparent 70%),\n    radial-gradient(ellipse 300px 220px at 75% 15%, rgba(40,33,127,0.12) 0%, transparent 70%),\n    radial-gradient(ellipse 240px 320px at 25% 60%, rgba(148,46,180,0.10) 0%, transparent 70%);\n  animation: cv-aurora-drift 10s ease-in-out infinite alternate;\n}\n.cv-how::after {\n  content: '';\n  position: absolute;\n  inset: -40px;\n  pointer-events: none;\n  z-index: 0;\n  background:\n    radial-gradient(ellipse 320px 240px at 70% 50%, rgba(48,182,201,0.14) 0%, transparent 70%),\n    radial-gradient(ellipse 280px 340px at 15% 80%, rgba(251,171,66,0.12) 0%, transparent 70%),\n    radial-gradient(ellipse 380px 220px at 85% 30%, rgba(148,46,180,0.10) 0%, transparent 70%);\n  animation: cv-aurora-drift 10s ease-in-out infinite alternate-reverse;\n}\n@keyframes cv-aurora-drift {\n  0% { transform: translate(0, 0) scale(1); opacity: 0.85; }\n  33% { transform: translate(30px, -20px) scale(1.08); opacity: 1; }\n  66% { transform: translate(-20px, 15px) scale(0.95); opacity: 0.9; }\n  100% { transform: translate(10px, -8px) scale(1.04); opacity: 1; }\n}\n.cv-how-inner {\n  max-width: 820px;\n  margin: 0 auto;\n  text-align: center;\n  position: relative;\n  z-index: 1;\n}\n.cv-how-label {\n  display: inline-block;\n  background: #942EB4;\n  color: #ffffff;\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  padding: 5px 14px;\n  border-radius: 3px;\n  margin-bottom: 22px;\n}\n.cv-how h2 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 36px;\n  font-weight: 600;\n  color: #1a1a2e;\n  margin: 0 0 40px;\n}\n.cv-how-cards {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n  text-align: center;\n  position: relative;\n}\n\/* Connecting dotted line behind the cards *\/\n.cv-how-cards::before {\n  content: '';\n  position: absolute;\n  top: 52px;\n  left: 16%;\n  right: 16%;\n  height: 2px;\n  background: repeating-linear-gradient(90deg, #30B6C9 0, #30B6C9 6px, transparent 6px, transparent 14px);\n  z-index: 0;\n}\n.cv-how-card {\n  background: rgba(255,255,255,0.85);\n  backdrop-filter: blur(8px);\n  -webkit-backdrop-filter: blur(8px);\n  border-radius: 8px;\n  padding: 36px 28px;\n  position: relative;\n  z-index: 1;\n  border-top: 3px solid transparent;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n  transition: box-shadow 0.2s;\n}\n.cv-how-card:nth-child(1) { border-top-color: #30B6C9; }\n.cv-how-card:nth-child(2) { border-top-color: #942EB4; }\n.cv-how-card:nth-child(3) { border-top-color: #FBAB42; }\n.cv-how-card:hover {\n  box-shadow: 0 6px 24px rgba(0,0,0,0.09);\n}\n.cv-how-card-icon {\n  width: 52px;\n  height: 52px;\n  margin: 0 auto 18px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.cv-how-card:nth-child(1) .cv-how-card-icon { background: #30B6C9; }\n.cv-how-card:nth-child(2) .cv-how-card-icon { background: #942EB4; }\n.cv-how-card:nth-child(3) .cv-how-card-icon { background: #FBAB42; }\n.cv-how-card-icon svg {\n  width: 24px;\n  height: 24px;\n}\n.cv-how-card h3 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 17px;\n  font-weight: 600;\n  color: #1a1a2e;\n  margin: 0 0 10px;\n}\n.cv-how-card p {\n  font-size: 14.5px;\n  line-height: 1.6;\n  color: #545454;\n  margin: 0;\n}\n\n@media (max-width: 768px) {\n  .cv-how-cards { grid-template-columns: 1fr; gap: 16px; }\n  .cv-how-cards::before { display: none; }\n  .cv-how h2 { font-size: 28px; }\n}\n<\/style>\n\n<div class=\"cv-how\">\n  <div class=\"cv-how-inner\">\n    <div class=\"cv-how-label\">How It Works<\/div>\n    <h2>How CauseVox Free Works<\/h2>\n    <div class=\"cv-how-cards\">\n      <div class=\"cv-how-card\">\n        <div class=\"cv-how-card-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 24 24\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\" fill=\"#ffffff\"\/><\/svg>\n        <\/div>\n        <h3>100% Free for Your Nonprofit<\/h3>\n        <p>No license fee, no platform fee, no hidden costs. CauseVox Free is completely free to use.<\/p>\n      <\/div>\n      <div class=\"cv-how-card\">\n        <div class=\"cv-how-card-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 24 24\"><path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\" fill=\"#ffffff\"\/><\/svg>\n        <\/div>\n        <h3>Supported by Optional Donor Tips<\/h3>\n        <p>When donors give, they can choose to leave a small voluntary tip to support CauseVox. That's what keeps the platform free.<\/p>\n      <\/div>\n      <div class=\"cv-how-card\">\n        <div class=\"cv-how-card-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 24 24\"><path d=\"M11.8 10.9c-2.27-.59-3-1.2-3-2.15 0-1.09 1.01-1.85 2.7-1.85 1.78 0 2.44.85 2.5 2.1h2.21c-.07-1.72-1.12-3.3-3.21-3.81V3h-3v2.16c-1.94.42-3.5 1.68-3.5 3.61 0 2.31 1.91 3.46 4.7 4.13 2.5.6 3 1.48 3 2.41 0 .69-.49 1.79-2.7 1.79-2.06 0-2.87-.92-2.98-2.1h-2.2c.12 2.19 1.76 3.42 3.68 3.83V21h3v-2.15c1.95-.37 3.5-1.5 3.5-3.55 0-2.84-2.43-3.81-4.7-4.4z\" fill=\"#ffffff\"\/><\/svg>\n        <\/div>\n        <h3>You Keep 100% of Every Donation<\/h3>\n        <p>Tips are optional. Donors choose the amount \u2014 or skip entirely. Your nonprofit keeps every dollar raised.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n<!-- SECTION 2.5: A Note from Our Founders (v2 \u2014 left purple accent, paper feel, handwritten Hello) -->\n<!-- Elementor container: set background to #F4F4F4 (light gray) -->\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Caveat:wght@500;600&display=swap');\n\n.cv-letter-wrap {\n  background: #F4F4F4;\n  padding: 70px 20px;\n  font-family: 'Roboto', sans-serif;\n}\n.cv-letter {\n  max-width: 700px;\n  margin: 0 auto;\n  background: #ffffff;\n  border-radius: 2px 8px 8px 2px;\n  padding: 50px 56px 50px 52px;\n  box-shadow: 0 4px 24px rgba(0,0,0,0.07), 0 1px 3px rgba(0,0,0,0.04);\n  border-left: 4px solid #942EB4;\n  position: relative;\n  transform: rotate(-0.4deg);\n}\n\/* Faint paper texture overlay *\/\n.cv-letter::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  border-radius: 2px 8px 8px 2px;\n  background: repeating-linear-gradient(\n    0deg,\n    transparent,\n    transparent 27px,\n    rgba(148,46,180,0.018) 27px,\n    rgba(148,46,180,0.018) 28px\n  );\n  pointer-events: none;\n}\n.cv-letter-icon {\n  text-align: center;\n  margin-bottom: 24px;\n  position: relative;\n  z-index: 1;\n}\n.cv-letter-icon img {\n  width: 48px;\n  height: 48px;\n  object-fit: contain;\n}\n.cv-letter h2 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 28px;\n  font-weight: 600;\n  color: #1a1a2e;\n  text-align: center;\n  margin: 0 0 32px;\n  position: relative;\n  z-index: 1;\n}\n.cv-letter p.cv-letter-greeting {\n  font-family: 'Caveat', cursive;\n  font-size: 36px;\n  font-weight: 600;\n  color: #942EB4;\n  margin: 0 0 20px;\n  position: relative;\n  z-index: 1;\n  line-height: 1.1;\n}\n.cv-letter p {\n  font-size: 16px;\n  line-height: 1.75;\n  color: #545454;\n  margin: 0 0 20px;\n  position: relative;\n  z-index: 1;\n}\n.cv-letter p:last-of-type {\n  margin-bottom: 0;\n}\n.cv-letter-sig {\n  margin-top: 32px;\n  padding-top: 24px;\n  border-top: 1px solid #e8e8e8;\n  position: relative;\n  z-index: 1;\n}\n.cv-letter-sig p {\n  font-size: 15px;\n  color: #1a1a2e;\n  margin: 0;\n  line-height: 1.5;\n}\n.cv-letter-sig .cv-sig-names {\n  font-family: 'Caveat', cursive;\n  font-weight: 600;\n  font-size: 24px;\n  color: #28217F;\n}\n.cv-letter-sig .cv-sig-title {\n  color: #545454;\n  font-size: 14px;\n  font-family: 'Roboto', sans-serif;\n}\n\n@media (max-width: 768px) {\n  .cv-letter { padding: 32px 24px 32px 20px; transform: rotate(0); }\n  .cv-letter h2 { font-size: 24px; }\n  .cv-letter p { font-size: 15px; }\n  .cv-letter-greeting { font-size: 28px; }\n}\n<\/style>\n\n<div class=\"cv-letter-wrap\">\n  <div class=\"cv-letter\">\n    <div class=\"cv-letter-icon\">\n      <img decoding=\"async\" src=\"https:\/\/www.causevox.com\/wp-content\/uploads\/2024\/04\/cv-logo.png\" alt=\"CauseVox\" \/>\n    <\/div>\n    <h2>A Note from Our Founders<\/h2>\n    <p class=\"cv-letter-greeting\">Hello Mighty Nonprofit,<\/p>\n    <p>In today's environment, you're being asked to do more than ever with less. Funding is tightening, expectations keep rising, and the tools meant to help haven't kept up.<\/p>\n    <p>Data ends up scattered across disconnected systems, with spreadsheets filling the gaps. That usually means hours of manual entry, patching things together, and still not having a clear view of your donors. Software that should make your work easier can quietly become another burden.<\/p>\n    <p>We don't think that's right. Every nonprofit, regardless of size, mission, or budget, deserves modern fundraising and donor management tools that are unified, intuitive, and free. Not spread across five systems. Not held together by endless exports, imports, and workarounds.<\/p>\n    <p>That's why we built CauseVox Free. It's our full platform, with fundraising and CRM together in one place, made free because donor tips help cover the cost. It's an evolution of our CRM for All commitment, now expanded to include the complete fundraising suite.<\/p>\n    <p>We're building this for the long term, so you can start where you are and grow with CauseVox at your own pace.<\/p>\n    <div class=\"cv-letter-sig\">\n      <p class=\"cv-sig-names\">Rob &amp; Jeff<\/p>\n      <p class=\"cv-sig-title\">Founders @ CauseVox<\/p>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n<!-- SECTION 3: Fundraising Tools (v2 \u2014 gradient featured cards, hover lift & scale, bold borders) -->\n<!-- Elementor container: set background to subtle gradient -->\n<style>\n.cv-tools {\n  background: linear-gradient(160deg, #F4F4F4 0%, #ebe4f0 40%, #e4eef6 100%);\n  padding: 70px 20px;\n  font-family: 'Roboto', sans-serif;\n}\n.cv-tools-inner {\n  max-width: 1040px;\n  margin: 0 auto;\n  text-align: center;\n}\n.cv-tools-label {\n  display: inline-block;\n  background: #942EB4;\n  color: #ffffff;\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  padding: 5px 14px;\n  border-radius: 3px;\n  margin-bottom: 22px;\n}\n.cv-tools h2 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 36px;\n  font-weight: 600;\n  color: #1a1a2e;\n  margin: 0 0 44px;\n}\n\/* Featured top row \u2014 3 larger cards with gradient bg *\/\n.cv-tools-featured {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  margin-bottom: 20px;\n}\n.cv-tool-card-featured {\n  background: linear-gradient(160deg, #ffffff 0%, #f5f0fa 100%);\n  border-radius: 10px;\n  padding: 36px 28px;\n  text-align: center;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.06);\n  transition: box-shadow 0.35s cubic-bezier(0.22,1,0.36,1), transform 0.35s cubic-bezier(0.22,1,0.36,1);\n  border-bottom: 4px solid;\n  position: relative;\n  overflow: hidden;\n}\n.cv-tool-card-featured:nth-child(1) { border-bottom-color: #28217F; }\n.cv-tool-card-featured:nth-child(2) { border-bottom-color: #942EB4; }\n.cv-tool-card-featured:nth-child(3) { border-bottom-color: #30B6C9; }\n.cv-tool-card-featured:hover {\n  box-shadow: 0 12px 36px rgba(40,33,127,0.15);\n  transform: translateY(-4px) scale(1.015);\n}\n\/* Subtle shimmer on hover *\/\n.cv-tool-card-featured::after {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.5) 50%, transparent 60%);\n  background-size: 300% 300%;\n  opacity: 0;\n  transition: opacity 0.3s;\n  pointer-events: none;\n}\n.cv-tool-card-featured:hover::after {\n  opacity: 1;\n  animation: cv-card-shimmer 1.5s ease-out forwards;\n}\n@keyframes cv-card-shimmer {\n  0% { background-position: 100% 100%; }\n  100% { background-position: -100% -100%; }\n}\n.cv-tool-card-featured .cv-tool-icon {\n  width: 56px;\n  height: 56px;\n  margin: 0 auto 18px;\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n  z-index: 1;\n}\n.cv-tool-card-featured:nth-child(1) .cv-tool-icon { background: linear-gradient(135deg, #28217F, #3a2fa0); }\n.cv-tool-card-featured:nth-child(2) .cv-tool-icon { background: linear-gradient(135deg, #7b2a9e, #942EB4); }\n.cv-tool-card-featured:nth-child(3) .cv-tool-icon { background: linear-gradient(135deg, #2598ab, #30B6C9); }\n.cv-tool-card-featured .cv-tool-icon svg {\n  width: 28px;\n  height: 28px;\n}\n.cv-tool-card-featured h3 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 17px;\n  font-weight: 600;\n  color: #1a1a2e;\n  margin: 0 0 8px;\n  position: relative;\n  z-index: 1;\n}\n.cv-tool-card-featured p {\n  font-size: 15.5px;\n  line-height: 1.6;\n  color: #545454;\n  margin: 0;\n  position: relative;\n  z-index: 1;\n}\n\/* Remaining 6 smaller cards *\/\n.cv-tools-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-bottom: 44px;\n}\n.cv-tool-card {\n  background: #ffffff;\n  border-radius: 8px;\n  padding: 24px 20px;\n  text-align: left;\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n  box-shadow: 0 1px 6px rgba(0,0,0,0.04);\n  transition: box-shadow 0.2s;\n}\n.cv-tool-card:hover {\n  box-shadow: 0 4px 16px rgba(0,0,0,0.08);\n}\n.cv-tool-card .cv-tool-icon-sm {\n  flex-shrink: 0;\n  width: 36px;\n  height: 36px;\n  background: #F4F4F4;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.cv-tool-card .cv-tool-icon-sm svg {\n  width: 20px;\n  height: 20px;\n}\n.cv-tool-card h3 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 15px;\n  font-weight: 600;\n  color: #1a1a2e;\n  margin: 0 0 4px;\n}\n.cv-tool-card p {\n  font-size: 14px;\n  line-height: 1.55;\n  color: #545454;\n  margin: 0;\n}\n.cv-tool-beta {\n  display: inline-block;\n  background: #FBAB42;\n  color: #ffffff;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  padding: 2px 8px;\n  border-radius: 3px;\n  margin-left: 6px;\n  vertical-align: middle;\n  position: relative;\n  top: -1px;\n}\n.cv-tools-cta {\n  display: inline-block;\n  background: #30B6C9;\n  color: #ffffff;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 36px;\n  border-radius: 4px;\n  text-decoration: none;\n  transition: background 0.2s;\n}\n.cv-tools-cta:hover {\n  background: #28a3b4;\n  color: #ffffff;\n  text-decoration: none;\n}\n\n@media (max-width: 768px) {\n  .cv-tools-featured { grid-template-columns: 1fr; }\n  .cv-tools-grid { grid-template-columns: 1fr; }\n  .cv-tools h2 { font-size: 28px; }\n  .cv-tool-card-featured { border-bottom-width: 3px; }\n}\n<\/style>\n\n<div class=\"cv-tools\">\n  <div class=\"cv-tools-inner\">\n    <div class=\"cv-tools-label\">Fundraising<\/div>\n    <h2>One Platform. Connected Fundraising.<\/h2>\n\n    <!-- Featured row: 3 hero cards -->\n    <div class=\"cv-tools-featured\">\n      <div class=\"cv-tool-card-featured\">\n        <div class=\"cv-tool-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 40 40\"><path d=\"M20 6c-3.87 0-7 3.13-7 7 0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z\" fill=\"#ffffff\"\/><rect x=\"4\" y=\"28\" width=\"32\" height=\"3\" rx=\"1.5\" fill=\"#30B6C9\"\/><rect x=\"8\" y=\"33\" width=\"24\" height=\"2\" rx=\"1\" fill=\"#30B6C9\" opacity=\"0.4\"\/><\/svg>\n        <\/div>\n        <h3>Donation Pages &amp; Forms<\/h3>\n        <p>Branded, customizable pages live in minutes.<\/p>\n      <\/div>\n      <div class=\"cv-tool-card-featured\">\n        <div class=\"cv-tool-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 40 40\"><circle cx=\"14\" cy=\"14\" r=\"5\" fill=\"#ffffff\"\/><circle cx=\"26\" cy=\"14\" r=\"5\" fill=\"#ffffff\" opacity=\"0.6\"\/><circle cx=\"20\" cy=\"26\" r=\"5\" fill=\"#30B6C9\"\/><path d=\"M14 19v3a4 4 0 004 4h4a4 4 0 004-4v-3\" stroke=\"#ffffff\" stroke-width=\"1.5\" fill=\"none\"\/><\/svg>\n        <\/div>\n        <h3>Peer-to-Peer Fundraising<\/h3>\n        <p>Empower supporters to fundraise on your behalf.<\/p>\n      <\/div>\n      <div class=\"cv-tool-card-featured\">\n        <div class=\"cv-tool-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 40 40\"><rect x=\"6\" y=\"8\" width=\"28\" height=\"20\" rx=\"3\" fill=\"#ffffff\" opacity=\"0.9\"\/><rect x=\"10\" y=\"14\" width=\"8\" height=\"4\" rx=\"1\" fill=\"#30B6C9\"\/><rect x=\"22\" y=\"14\" width=\"8\" height=\"4\" rx=\"1\" fill=\"#30B6C9\" opacity=\"0.5\"\/><rect x=\"10\" y=\"20\" width=\"20\" height=\"2\" rx=\"1\" fill=\"#28217F\" opacity=\"0.3\"\/><rect x=\"16\" y=\"30\" width=\"8\" height=\"2\" rx=\"1\" fill=\"#ffffff\" opacity=\"0.4\"\/><\/svg>\n        <\/div>\n        <h3>Event Ticketing &amp; Management<\/h3>\n        <p>Sell tickets and manage attendees in one place.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- Remaining 6 compact cards -->\n    <div class=\"cv-tools-grid\">\n      <div class=\"cv-tool-card\">\n        <div class=\"cv-tool-icon-sm\">\n          <svg fill=\"none\" viewBox=\"0 0 40 40\"><rect x=\"6\" y=\"6\" width=\"28\" height=\"28\" rx=\"4\" fill=\"#28217F\"\/><path d=\"M13 26V18l4 3 4-6 6 8\" stroke=\"#30B6C9\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/><circle cx=\"28\" cy=\"12\" r=\"3\" fill=\"#30B6C9\"\/><\/svg>\n        <\/div>\n        <div>\n          <h3>Campaign Pages<\/h3>\n          <p>Goal-driven pages that tell your story and track progress.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"cv-tool-card\">\n        <div class=\"cv-tool-icon-sm\">\n          <svg fill=\"none\" viewBox=\"0 0 40 40\"><path d=\"M20 8v24M12 16l8-8 8 8\" stroke=\"#28217F\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><rect x=\"8\" y=\"30\" width=\"24\" height=\"3\" rx=\"1.5\" fill=\"#30B6C9\"\/><\/svg>\n        <\/div>\n        <div>\n          <h3>Pledge Donations<\/h3>\n          <p>Capture commitments now, collect later.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"cv-tool-card\">\n        <div class=\"cv-tool-icon-sm\">\n          <svg fill=\"none\" viewBox=\"0 0 40 40\"><path d=\"M10 28l6-8 5 4 9-12\" stroke=\"#28217F\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><circle cx=\"30\" cy=\"12\" r=\"4\" fill=\"#942EB4\"\/><path d=\"M28 12h4M30 10v4\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><rect x=\"6\" y=\"30\" width=\"28\" height=\"2\" rx=\"1\" fill=\"#30B6C9\" opacity=\"0.4\"\/><\/svg>\n        <\/div>\n        <div>\n          <h3>Silent &amp; Live Auctions<\/h3>\n          <p>Run auctions seamlessly alongside events.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"cv-tool-card\">\n        <div class=\"cv-tool-icon-sm\">\n          <svg fill=\"none\" viewBox=\"0 0 40 40\"><path d=\"M8 20h24\" stroke=\"#28217F\" stroke-width=\"2\"\/><path d=\"M14 14l6-6 6 6\" stroke=\"#30B6C9\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M14 26l6 6 6-6\" stroke=\"#30B6C9\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><circle cx=\"8\" cy=\"20\" r=\"3\" fill=\"#942EB4\"\/><circle cx=\"32\" cy=\"20\" r=\"3\" fill=\"#942EB4\"\/><\/svg>\n        <\/div>\n        <div>\n          <h3>Automated Matching Gifts<\/h3>\n          <p>Highlight sponsors, display matched donations instantly, and automate reporting.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"cv-tool-card\">\n        <div class=\"cv-tool-icon-sm\">\n          <svg fill=\"none\" viewBox=\"0 0 40 40\"><rect x=\"6\" y=\"10\" width=\"12\" height=\"22\" rx=\"2\" fill=\"#28217F\"\/><rect x=\"22\" y=\"6\" width=\"12\" height=\"26\" rx=\"2\" fill=\"#30B6C9\"\/><rect x=\"9\" y=\"14\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#ffffff\" opacity=\"0.5\"\/><rect x=\"9\" y=\"18\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#ffffff\" opacity=\"0.5\"\/><rect x=\"25\" y=\"10\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#ffffff\" opacity=\"0.5\"\/><rect x=\"25\" y=\"14\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#ffffff\" opacity=\"0.5\"\/><\/svg>\n        <\/div>\n        <div>\n          <h3>Funds &amp; Designations<\/h3>\n          <p>Track fundraising by program, project, or fund with dedicated, interactive pages.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"cv-tool-card\">\n        <div class=\"cv-tool-icon-sm\">\n          <svg fill=\"none\" viewBox=\"0 0 40 40\"><rect x=\"6\" y=\"8\" width=\"28\" height=\"24\" rx=\"3\" fill=\"#28217F\"\/><path d=\"M12 16h16M12 21h12M12 26h8\" stroke=\"#30B6C9\" stroke-width=\"2\" stroke-linecap=\"round\"\/><circle cx=\"30\" cy=\"12\" r=\"2\" fill=\"#30B6C9\"\/><\/svg>\n        <\/div>\n        <div>\n          <h3>Email Newsletters <span class=\"cv-tool-beta\">Beta<\/span><\/h3>\n          <p>Reach donors directly from the platform.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <a href=\"https:\/\/admin.causevox.com\/signup\" class=\"cv-tools-cta\" rel=\"noopener\">Get Started Free<\/a>\n  <\/div>\n<\/div>\n\n\n<!-- SECTION 4: CRM, Dashboards & Reporting (v2 \u2014 colored accent bars on grid cards) -->\n<!-- Elementor container: set background to #FFFFFF (white) -->\n<style>\n.cv-crm {\n  background: #ffffff;\n  padding: 70px 20px;\n  font-family: 'Roboto', sans-serif;\n}\n.cv-crm-inner {\n  max-width: 1040px;\n  margin: 0 auto;\n}\n.cv-crm-header {\n  text-align: center;\n  max-width: 740px;\n  margin: 0 auto 36px;\n}\n.cv-crm-label {\n  display: inline-block;\n  background: #942EB4;\n  color: #ffffff;\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  padding: 5px 14px;\n  border-radius: 3px;\n  margin-bottom: 22px;\n}\n.cv-crm h2 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 36px;\n  font-weight: 600;\n  color: #1a1a2e;\n  margin: 0 0 18px;\n}\n.cv-crm-sub {\n  font-size: 17px;\n  line-height: 1.65;\n  color: #545454;\n  margin: 0;\n}\n\/* Highlight banner \u2014 full width indigo strip *\/\n.cv-crm-banner {\n  background: linear-gradient(135deg, #28217F 0%, #3a2fa0 100%);\n  border-radius: 10px;\n  padding: 28px 36px;\n  margin-bottom: 36px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n}\n.cv-crm-banner-icon {\n  flex-shrink: 0;\n  width: 48px;\n  height: 48px;\n  background: rgba(255,255,255,0.15);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.cv-crm-banner-icon svg {\n  width: 24px;\n  height: 24px;\n}\n.cv-crm-banner-text {\n  color: rgba(255,255,255,0.92);\n  font-size: 16px;\n  line-height: 1.6;\n}\n.cv-crm-banner-text strong {\n  color: #ffffff;\n  font-weight: 600;\n}\n\/* Feature grid \u2014 4 columns, accent bars *\/\n.cv-crm-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n  margin-bottom: 40px;\n}\n.cv-crm-item {\n  background: #F4F4F4;\n  border-radius: 10px;\n  padding: 28px 22px 28px 24px;\n  text-align: center;\n  transition: box-shadow 0.2s, transform 0.2s;\n  border-left: 3px solid transparent;\n  position: relative;\n}\n\/* Rotating accent colors across cards *\/\n.cv-crm-item:nth-child(1) { border-left-color: #28217F; }\n.cv-crm-item:nth-child(2) { border-left-color: #30B6C9; }\n.cv-crm-item:nth-child(3) { border-left-color: #942EB4; }\n.cv-crm-item:nth-child(4) { border-left-color: #FBAB42; }\n.cv-crm-item:nth-child(5) { border-left-color: #30B6C9; }\n.cv-crm-item:nth-child(6) { border-left-color: #28217F; }\n.cv-crm-item:nth-child(7) { border-left-color: #FBAB42; }\n.cv-crm-item:nth-child(8) { border-left-color: #942EB4; }\n.cv-crm-item:hover {\n  box-shadow: 0 6px 20px rgba(0,0,0,0.07);\n  transform: translateY(-2px);\n}\n.cv-crm-item-icon {\n  width: 44px;\n  height: 44px;\n  background: #28217F;\n  border-radius: 10px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 14px;\n}\n.cv-crm-item-icon svg {\n  width: 20px;\n  height: 20px;\n}\n.cv-crm-item h3 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 15px;\n  font-weight: 600;\n  color: #1a1a2e;\n  margin: 0 0 6px;\n}\n.cv-crm-item p {\n  font-size: 14.5px;\n  line-height: 1.55;\n  color: #545454;\n  margin: 0;\n}\n.cv-crm-cta-wrap {\n  text-align: center;\n}\n.cv-crm-cta {\n  display: inline-block;\n  background: #30B6C9;\n  color: #ffffff;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 36px;\n  border-radius: 4px;\n  text-decoration: none;\n  transition: background 0.2s;\n}\n.cv-crm-cta:hover {\n  background: #28a3b4;\n  color: #ffffff;\n  text-decoration: none;\n}\n\n@media (max-width: 960px) {\n  .cv-crm-grid { grid-template-columns: repeat(2, 1fr); }\n}\n@media (max-width: 768px) {\n  .cv-crm-grid { grid-template-columns: 1fr; }\n  .cv-crm h2 { font-size: 28px; }\n  .cv-crm-banner { flex-direction: column; text-align: center; padding: 24px 20px; }\n}\n<\/style>\n\n<div class=\"cv-crm\">\n  <div class=\"cv-crm-inner\">\n    <div class=\"cv-crm-header\">\n      <div class=\"cv-crm-label\">CRM &amp; Reporting<\/div>\n      <h2>Know Your Donors. Connect Deeper.<\/h2>\n      <p class=\"cv-crm-sub\">Most platforms make you choose: a fundraising tool or a CRM. CauseVox is both unified \u2014 built together, not bolted on. Every donation, event registration, and interaction feeds directly into your donor records.<\/p>\n    <\/div>\n\n    <div class=\"cv-crm-banner\">\n      <div class=\"cv-crm-banner-icon\">\n        <svg fill=\"none\" viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\" fill=\"#30B6C9\"\/><\/svg>\n      <\/div>\n      <div class=\"cv-crm-banner-text\">\n        <strong>One source of truth for every donor relationship.<\/strong> Every donation, every event attendee, every pledge is already in your CRM the moment it happens. No syncing. No data gaps. Built together from day one.\n      <\/div>\n    <\/div>\n\n    <div class=\"cv-crm-grid\">\n      <div class=\"cv-crm-item\">\n        <div class=\"cv-crm-item-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 20 20\"><path d=\"M10 10a4 4 0 100-8 4 4 0 000 8zm-7 8a7 7 0 0114 0H3z\" fill=\"#ffffff\"\/><\/svg>\n        <\/div>\n        <h3>Contact Records<\/h3>\n        <p>Manage constituents, households, companies, and organizations in one place.<\/p>\n      <\/div>\n      <div class=\"cv-crm-item\">\n        <div class=\"cv-crm-item-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 20 20\"><rect x=\"2\" y=\"3\" width=\"16\" height=\"14\" rx=\"2\" fill=\"#ffffff\"\/><path d=\"M5 12V9M8 12V7M11 12V10M14 12V6\" stroke=\"#28217F\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <h3>Real-Time Dashboards<\/h3>\n        <p>See fundraising performance at a glance. Fully customizable.<\/p>\n      <\/div>\n      <div class=\"cv-crm-item\">\n        <div class=\"cv-crm-item-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 20 20\"><rect x=\"2\" y=\"2\" width=\"16\" height=\"16\" rx=\"2\" fill=\"#ffffff\"\/><path d=\"M6 7h8M6 10h6M6 13h4\" stroke=\"#28217F\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <h3>Saved &amp; Custom Reports<\/h3>\n        <p>Build the reports you actually need.<\/p>\n      <\/div>\n      <div class=\"cv-crm-item\">\n        <div class=\"cv-crm-item-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 20 20\"><path d=\"M4 10l4 4 8-8\" stroke=\"#ffffff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n        <h3>Automated Data Entry<\/h3>\n        <p>Donations and supporter activity flow into your CRM automatically.<\/p>\n      <\/div>\n      <div class=\"cv-crm-item\">\n        <div class=\"cv-crm-item-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 20 20\"><rect x=\"3\" y=\"4\" width=\"14\" height=\"12\" rx=\"2\" fill=\"#ffffff\"\/><path d=\"M7 8h6M7 11h4\" stroke=\"#28217F\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><path d=\"M13 1v4M7 1v4\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <h3>Quick Batch Entry<\/h3>\n        <p>Enter offline gifts fast without one-by-one data entry.<\/p>\n      <\/div>\n      <div class=\"cv-crm-item\">\n        <div class=\"cv-crm-item-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 20 20\"><circle cx=\"7\" cy=\"10\" r=\"3\" fill=\"#ffffff\"\/><circle cx=\"13\" cy=\"10\" r=\"3\" fill=\"#ffffff\" opacity=\"0.6\"\/><path d=\"M3 16l2-3M17 16l-2-3\" stroke=\"#ffffff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n        <\/div>\n        <h3>Custom Fields &amp; Tags<\/h3>\n        <p>Organize and segment donors your way.<\/p>\n      <\/div>\n      <div class=\"cv-crm-item\">\n        <div class=\"cv-crm-item-icon\">\n          <svg fill=\"none\" viewBox=\"0 0 20 20\"><rect x=\"2\" y=\"4\" width=\"16\" height=\"12\" rx=\"2\" fill=\"#ffffff\"\/><path d=\"M6 8h3M6 11h2M11 8h3M11 11h2\" stroke=\"#28217F\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/><path d=\"M9 4v12\" stroke=\"#28217F\" stroke-width=\"1\" opacity=\"0.3\"\/><\/svg>\n        <\/div>\n        <h3>Stewardship Boards <span style=\"display:inline-block;background:#FBAB42;color:#fff;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:2px 8px;border-radius:3px;margin-left:4px;vertical-align:middle;position:relative;top:-1px;\">Beta<\/span><\/h3>\n        <p>Track and nurture donors with moves management.<\/p>\n      <\/div>\n      <div class=\"cv-crm-item\">\n        <div class=\"cv-crm-item-icon\" style=\"background: #942EB4;\">\n          <svg fill=\"none\" viewBox=\"0 0 20 20\"><path d=\"M10 2l1.5 3.3 3.5.5-2.5 2.5.6 3.5L10 10l-3.1 1.8.6-3.5L5 5.8l3.5-.5z\" fill=\"#ffffff\"\/><\/svg>\n        <\/div>\n        <h3>AI-Assisted Data Cleaning<\/h3>\n        <p>Keep your donor data accurate without the busywork.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"cv-crm-cta-wrap\">\n      <a href=\"https:\/\/admin.causevox.com\/signup\" class=\"cv-crm-cta\" rel=\"noopener\">Get Started Free<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n<!-- SECTION 5: Social Proof (v2 \u2014 mosaic layout, hero pull-quote, bigger stars) -->\n<!-- Elementor container: set background to gradient purple-to-indigo -->\n<style>\n.cv-proof {\n  background: linear-gradient(145deg, #942EB4 0%, #6b2498 40%, #28217F 100%);\n  padding: 80px 20px;\n  font-family: 'Roboto', sans-serif;\n  position: relative;\n  overflow: hidden;\n}\n.cv-proof-inner {\n  max-width: 1040px;\n  margin: 0 auto;\n  text-align: center;\n  position: relative;\n  z-index: 1;\n}\n.cv-proof h2 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 36px;\n  font-weight: 600;\n  color: #ffffff;\n  margin: 0 0 48px;\n}\n\/* Mosaic grid: hero quote spans left column, two smaller quotes stack on right *\/\n.cv-proof-mosaic {\n  display: grid;\n  grid-template-columns: 1.15fr 1fr;\n  grid-template-rows: auto auto;\n  gap: 20px;\n  text-align: left;\n}\n\/* Hero quote \u2014 spans both rows on the left *\/\n.cv-proof-hero {\n  grid-row: 1 \/ 3;\n  background: rgba(255,255,255,0.14);\n  backdrop-filter: blur(14px);\n  -webkit-backdrop-filter: blur(14px);\n  border: 1px solid rgba(255,255,255,0.2);\n  border-radius: 16px;\n  padding: 44px 36px 40px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  position: relative;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n.cv-proof-hero:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 16px 40px rgba(0,0,0,0.2);\n}\n\/* Large decorative open-quote *\/\n.cv-proof-hero::before {\n  content: '\\201C';\n  position: absolute;\n  top: 12px;\n  left: 24px;\n  font-family: Georgia, serif;\n  font-size: 90px;\n  line-height: 1;\n  color: rgba(255,255,255,0.08);\n  pointer-events: none;\n}\n.cv-proof-hero-stars {\n  color: #FBAB42;\n  font-size: 24px;\n  letter-spacing: 3px;\n  margin-bottom: 18px;\n}\n.cv-proof-hero p {\n  font-size: 21px;\n  line-height: 1.55;\n  color: #ffffff;\n  margin: 0 0 28px;\n  font-style: italic;\n  font-weight: 400;\n  position: relative;\n  z-index: 1;\n}\n.cv-proof-hero-attr {\n  font-size: 15px;\n  color: rgba(255,255,255,0.7);\n  margin: 0;\n}\n.cv-proof-hero-attr strong {\n  color: #ffffff;\n  font-weight: 600;\n  font-size: 16px;\n  display: block;\n  margin-bottom: 2px;\n}\n\/* Supporting cards \u2014 stacked on the right *\/\n.cv-proof-quote {\n  background: rgba(255,255,255,0.1);\n  backdrop-filter: blur(12px);\n  -webkit-backdrop-filter: blur(12px);\n  border: 1px solid rgba(255,255,255,0.15);\n  border-radius: 12px;\n  padding: 30px 26px 26px;\n  display: flex;\n  flex-direction: column;\n  position: relative;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n.cv-proof-quote:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 12px 32px rgba(0,0,0,0.15);\n}\n\/* Decorative open-quote *\/\n.cv-proof-quote::before {\n  content: '\\201C';\n  position: absolute;\n  top: 8px;\n  left: 18px;\n  font-family: Georgia, serif;\n  font-size: 52px;\n  line-height: 1;\n  color: rgba(255,255,255,0.08);\n  pointer-events: none;\n}\n.cv-proof-quote-star {\n  color: #FBAB42;\n  font-size: 20px;\n  letter-spacing: 3px;\n  margin-bottom: 12px;\n}\n.cv-proof-quote p {\n  font-size: 15px;\n  line-height: 1.6;\n  color: rgba(255,255,255,0.92);\n  margin: 0 0 16px;\n  font-style: italic;\n  flex: 1;\n  position: relative;\n  z-index: 1;\n}\n.cv-proof-quote-attr {\n  font-size: 13px;\n  color: rgba(255,255,255,0.6);\n  margin: 0;\n  font-style: normal;\n}\n.cv-proof-quote-attr strong {\n  color: rgba(255,255,255,0.9);\n  display: block;\n  font-size: 14px;\n  margin-bottom: 2px;\n}\n\n@media (max-width: 768px) {\n  .cv-proof-mosaic {\n    grid-template-columns: 1fr;\n    grid-template-rows: auto;\n  }\n  .cv-proof-hero { grid-row: auto; }\n  .cv-proof h2 { font-size: 28px; }\n  .cv-proof-hero p { font-size: 18px; }\n  .cv-proof-hero { padding: 32px 24px 28px; }\n}\n<\/style>\n\n<div class=\"cv-proof\">\n  <div class=\"cv-proof-inner\">\n    <h2>Trusted by Thousands of Nonprofits<\/h2>\n\n    <div class=\"cv-proof-mosaic\">\n      <!-- Hero pull-quote \u2014 left column, spans full height -->\n      <div class=\"cv-proof-hero\">\n        <div class=\"cv-proof-hero-stars\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n        <p>\"We could not have raised $100k without CauseVox's fundraising tools. It's a snap to set up pages and people were waiting to throw money at us!\"<\/p>\n        <div class=\"cv-proof-hero-attr\">\n          <strong>Alice Laussade<\/strong>\n          Meat Fight\n        <\/div>\n      <\/div>\n\n      <!-- Right column \u2014 two stacked cards -->\n      <div class=\"cv-proof-quote\">\n        <div class=\"cv-proof-quote-star\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n        <p>\"This is my first time using CauseVox and it's been so easy to use. Excited to continue to use CauseVox now and the future!\"<\/p>\n        <div class=\"cv-proof-quote-attr\">\n          <strong>Meghan Murray<\/strong>\n          Junior League of Birmingham\n        <\/div>\n      <\/div>\n      <div class=\"cv-proof-quote\">\n        <div class=\"cv-proof-quote-star\">&#9733;&#9733;&#9733;&#9733;&#9733;<\/div>\n        <p>\"Our fundraiser was extremely successful, raising $16,000 more than our original goal! We had a fantastic experience and are so glad we chose CauseVox.\"<\/p>\n        <div class=\"cv-proof-quote-attr\">\n          <strong>Julia Cardillo<\/strong>\n          Boston Crusaders\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n<!-- SECTION 6: Comparison Table (v2 \u2014 bold column header, larger icons, feature cards approach) -->\n<!-- Elementor container: set background to #FFFFFF (white) -->\n<style>\n.cv-compare {\n  background: #ffffff;\n  padding: 70px 20px;\n  font-family: 'Roboto', sans-serif;\n}\n.cv-compare-inner {\n  max-width: 860px;\n  margin: 0 auto;\n  text-align: center;\n}\n.cv-compare-label {\n  display: inline-block;\n  background: #942EB4;\n  color: #ffffff;\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  padding: 5px 14px;\n  border-radius: 3px;\n  margin-bottom: 22px;\n}\n.cv-compare h2 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 36px;\n  font-weight: 600;\n  color: #1a1a2e;\n  margin: 0 0 14px;\n}\n.cv-compare-subtitle {\n  font-size: 17px;\n  line-height: 1.6;\n  color: #545454;\n  margin: 0 0 40px;\n  max-width: 600px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\/* Table wrapper with premium shadow *\/\n.cv-compare-table-wrap {\n  border-radius: 14px;\n  overflow: hidden;\n  box-shadow: 0 4px 24px rgba(0,0,0,0.08);\n  margin-bottom: 36px;\n}\n.cv-compare-table {\n  width: 100%;\n  border-collapse: collapse;\n  text-align: left;\n}\n\/* Header row *\/\n.cv-compare-table thead th {\n  font-family: 'Rubik', sans-serif;\n  font-size: 13px;\n  font-weight: 600;\n  padding: 18px 20px;\n  letter-spacing: 0.3px;\n}\n.cv-compare-table thead th:first-child {\n  color: #888;\n  background: #f8f8f8;\n  width: 38%;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  font-size: 11px;\n}\n\/* CauseVox column header \u2014 bold teal pill *\/\n.cv-compare-table thead th:nth-child(2) {\n  text-align: center;\n  background: #28217F;\n  color: #ffffff;\n  font-size: 14px;\n  letter-spacing: 0.5px;\n  position: relative;\n}\n.cv-compare-table thead th:nth-child(3) {\n  color: #888;\n  text-align: center;\n  background: #f8f8f8;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  font-size: 11px;\n}\n\/* Body rows *\/\n.cv-compare-table tbody td {\n  padding: 15px 20px;\n  font-size: 14.5px;\n  border-bottom: 1px solid #f0f0f0;\n  color: #545454;\n  transition: background 0.15s;\n}\n.cv-compare-table tbody tr:hover td {\n  background-color: rgba(48,182,201,0.02);\n}\n.cv-compare-table tbody td:first-child {\n  font-weight: 500;\n  color: #1a1a2e;\n}\n\/* CauseVox column \u2014 light teal tint *\/\n.cv-compare-table tbody td:nth-child(2) {\n  text-align: center;\n  background: rgba(40,33,127,0.03);\n  font-weight: 600;\n  color: #28217F;\n}\n.cv-compare-table tbody tr:nth-child(even) td:nth-child(2) {\n  background: rgba(40,33,127,0.05);\n}\n.cv-compare-table tbody tr:nth-child(even) td:first-child,\n.cv-compare-table tbody tr:nth-child(even) td:nth-child(3) {\n  background: #fafafa;\n}\n.cv-compare-table tbody td:nth-child(3) {\n  text-align: center;\n  color: #999;\n}\n\/* Standout value cells \u2014 big numbers *\/\n.cv-compare-big {\n  font-family: 'Rubik', sans-serif;\n  font-size: 22px;\n  font-weight: 700;\n  color: #28217F;\n  display: block;\n  line-height: 1.2;\n}\n.cv-compare-big-sub {\n  font-size: 11px;\n  font-weight: 400;\n  color: #888;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\/* Green check \u2014 larger *\/\n.cv-compare-check {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n}\n.cv-compare-check svg {\n  width: 22px;\n  height: 22px;\n}\n\/* Red X *\/\n.cv-compare-x {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n}\n.cv-compare-x svg {\n  width: 20px;\n  height: 20px;\n}\n\/* Other column values \u2014 muted *\/\n.cv-compare-other {\n  color: #999;\n  font-size: 13.5px;\n}\n.cv-compare-message {\n  font-size: 16px;\n  line-height: 1.65;\n  color: #545454;\n  max-width: 660px;\n  margin: 0 auto;\n}\n\n@media (max-width: 768px) {\n  .cv-compare h2 { font-size: 28px; }\n  .cv-compare-table { font-size: 13px; }\n  .cv-compare-table thead th, .cv-compare-table tbody td { padding: 10px 10px; }\n  .cv-compare-big { font-size: 18px; }\n}\n<\/style>\n\n<div class=\"cv-compare\">\n  <div class=\"cv-compare-inner\">\n    <div class=\"cv-compare-label\">Compare<\/div>\n    <h2>Why Nonprofits Choose CauseVox Free<\/h2>\n    <p class=\"cv-compare-subtitle\">See how CauseVox Free stacks up against other fundraising platforms.<\/p>\n    <div class=\"cv-compare-table-wrap\">\n    <table class=\"cv-compare-table\">\n      <thead>\n        <tr>\n          <th>Feature<\/th>\n          <th>CauseVox Free<\/th>\n          <th>Other Platforms<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>Platform fee<\/td>\n          <td><span class=\"cv-compare-big\">0%<br><span class=\"cv-compare-big-sub\">zero platform fees<\/span><\/span><\/td>\n          <td><span class=\"cv-compare-other\">3\u20138%<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>License \/ subscription fee<\/td>\n          <td><span class=\"cv-compare-big\">$0<br><span class=\"cv-compare-big-sub\">free forever<\/span><\/span><\/td>\n          <td><span class=\"cv-compare-other\">$0\u2013$750\/mo<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Growth-level CRM<\/td>\n          <td><span class=\"cv-compare-check\"><svg fill=\"none\" viewBox=\"0 0 22 22\"><circle cx=\"11\" cy=\"11\" r=\"11\" fill=\"#2ecc71\"\/><path d=\"M6.5 11.5l3 3 6-6\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> Included<\/span><\/td>\n          <td><span class=\"cv-compare-other\">Lightweight or separate tool<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Peer-to-peer fundraising<\/td>\n          <td><span class=\"cv-compare-check\"><svg fill=\"none\" viewBox=\"0 0 22 22\"><circle cx=\"11\" cy=\"11\" r=\"11\" fill=\"#2ecc71\"\/><path d=\"M6.5 11.5l3 3 6-6\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> Included<\/span><\/td>\n          <td><span class=\"cv-compare-other\">Limited or paid add-on<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Event ticketing<\/td>\n          <td><span class=\"cv-compare-check\"><svg fill=\"none\" viewBox=\"0 0 22 22\"><circle cx=\"11\" cy=\"11\" r=\"11\" fill=\"#2ecc71\"\/><path d=\"M6.5 11.5l3 3 6-6\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> Included<\/span><\/td>\n          <td><span class=\"cv-compare-other\">Separate tool<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Auctions<\/td>\n          <td><span class=\"cv-compare-check\"><svg fill=\"none\" viewBox=\"0 0 22 22\"><circle cx=\"11\" cy=\"11\" r=\"11\" fill=\"#2ecc71\"\/><path d=\"M6.5 11.5l3 3 6-6\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> Included<\/span><\/td>\n          <td><span class=\"cv-compare-other\">Separate tool<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Matching gifts<\/td>\n          <td><span class=\"cv-compare-check\"><svg fill=\"none\" viewBox=\"0 0 22 22\"><circle cx=\"11\" cy=\"11\" r=\"11\" fill=\"#2ecc71\"\/><path d=\"M6.5 11.5l3 3 6-6\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> Included<\/span><\/td>\n          <td><span class=\"cv-compare-other\">Separate tool<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Funds &amp; designations<\/td>\n          <td><span class=\"cv-compare-check\"><svg fill=\"none\" viewBox=\"0 0 22 22\"><circle cx=\"11\" cy=\"11\" r=\"11\" fill=\"#2ecc71\"\/><path d=\"M6.5 11.5l3 3 6-6\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> Included<\/span><\/td>\n          <td><span class=\"cv-compare-other\">Limited or paid add-on<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Custom report queries<\/td>\n          <td><span class=\"cv-compare-check\"><svg fill=\"none\" viewBox=\"0 0 22 22\"><circle cx=\"11\" cy=\"11\" r=\"11\" fill=\"#2ecc71\"\/><path d=\"M6.5 11.5l3 3 6-6\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> Yes<\/span><\/td>\n          <td><span class=\"cv-compare-x\"><svg fill=\"none\" viewBox=\"0 0 20 20\"><circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#e74c3c\"\/><path d=\"M6.5 6.5l7 7M13.5 6.5l-7 7\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg> No<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Custom dashboards<\/td>\n          <td><span class=\"cv-compare-check\"><svg fill=\"none\" viewBox=\"0 0 22 22\"><circle cx=\"11\" cy=\"11\" r=\"11\" fill=\"#2ecc71\"\/><path d=\"M6.5 11.5l3 3 6-6\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> Yes<\/span><\/td>\n          <td><span class=\"cv-compare-x\"><svg fill=\"none\" viewBox=\"0 0 20 20\"><circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#e74c3c\"\/><path d=\"M6.5 6.5l7 7M13.5 6.5l-7 7\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg> No<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Full customization &amp; branding<\/td>\n          <td><span class=\"cv-compare-check\"><svg fill=\"none\" viewBox=\"0 0 22 22\"><circle cx=\"11\" cy=\"11\" r=\"11\" fill=\"#2ecc71\"\/><path d=\"M6.5 11.5l3 3 6-6\" stroke=\"#fff\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg> Yes<\/span><\/td>\n          <td><span class=\"cv-compare-x\"><svg fill=\"none\" viewBox=\"0 0 20 20\"><circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#e74c3c\"\/><path d=\"M6.5 6.5l7 7M13.5 6.5l-7 7\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg> No<\/span><\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n    <\/div>\n    <p class=\"cv-compare-message\">Other platforms either take a cut of every donation, charge hundreds per month in licensing, or only offer basic features. CauseVox Free gives you the full platform \u2014 fundraising, a growth-level CRM, events, and reporting \u2014 at zero cost.<\/p>\n  <\/div>\n<\/div>\n\n\n<!-- SECTION 7: How to Get Started (v2 \u2014 connecting lines + gradient circles) -->\n<!-- Elementor container: set background to #F4F4F4 (light gray) -->\n<style>\n.cv-steps {\n  background: #F4F4F4;\n  padding: 70px 20px;\n  font-family: 'Roboto', sans-serif;\n}\n.cv-steps-inner {\n  max-width: 900px;\n  margin: 0 auto;\n  text-align: center;\n}\n.cv-steps-label {\n  display: inline-block;\n  background: #942EB4;\n  color: #ffffff;\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  padding: 5px 14px;\n  border-radius: 3px;\n  margin-bottom: 22px;\n}\n.cv-steps h2 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 36px;\n  font-weight: 600;\n  color: #1a1a2e;\n  margin: 0 0 44px;\n}\n.cv-steps-row {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 32px;\n  margin-bottom: 44px;\n  position: relative;\n}\n\/* Connecting line between step circles *\/\n.cv-steps-row::before {\n  content: '';\n  position: absolute;\n  top: 26px; \/* center of circles *\/\n  left: 18%;\n  right: 18%;\n  height: 3px;\n  background: linear-gradient(90deg, #28217F 0%, #942EB4 50%, #30B6C9 100%);\n  border-radius: 2px;\n  z-index: 0;\n}\n.cv-step {\n  text-align: center;\n  position: relative;\n  z-index: 1;\n}\n.cv-step-num {\n  width: 52px;\n  height: 52px;\n  color: #ffffff;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Rubik', sans-serif;\n  font-size: 22px;\n  font-weight: 700;\n  margin: 0 auto 18px;\n  box-shadow: 0 4px 14px rgba(40,33,127,0.25);\n}\n.cv-step:nth-child(1) .cv-step-num {\n  background: linear-gradient(135deg, #28217F, #3a2fa0);\n}\n.cv-step:nth-child(2) .cv-step-num {\n  background: linear-gradient(135deg, #6b2a9e, #942EB4);\n}\n.cv-step:nth-child(3) .cv-step-num {\n  background: linear-gradient(135deg, #2a9eb4, #30B6C9);\n}\n.cv-step h3 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 17px;\n  font-weight: 600;\n  color: #1a1a2e;\n  margin: 0 0 8px;\n}\n.cv-step p {\n  font-size: 14.5px;\n  line-height: 1.55;\n  color: #545454;\n  margin: 0;\n}\n.cv-steps-cta {\n  display: inline-block;\n  background: #30B6C9;\n  color: #ffffff;\n  font-size: 16px;\n  font-weight: 600;\n  padding: 16px 36px;\n  border-radius: 4px;\n  text-decoration: none;\n  transition: background 0.2s;\n}\n.cv-steps-cta:hover {\n  background: #28a3b4;\n  color: #ffffff;\n  text-decoration: none;\n}\n\n@media (max-width: 768px) {\n  .cv-steps-row { grid-template-columns: 1fr; gap: 28px; }\n  .cv-steps-row::before { display: none; }\n  .cv-steps h2 { font-size: 28px; }\n}\n<\/style>\n\n<div class=\"cv-steps\">\n  <div class=\"cv-steps-inner\">\n    <div class=\"cv-steps-label\">Get Started<\/div>\n    <h2>Go Live in Minutes<\/h2>\n    <div class=\"cv-steps-row\">\n      <div class=\"cv-step\">\n        <div class=\"cv-step-num\">1<\/div>\n        <h3>Sign up for free<\/h3>\n        <p>No credit card, no commitment.<\/p>\n      <\/div>\n      <div class=\"cv-step\">\n        <div class=\"cv-step-num\">2<\/div>\n        <h3>Import donors or create your first page<\/h3>\n        <p>Start with your CRM, a donation page, or both \u2014 it's up to you.<\/p>\n      <\/div>\n      <div class=\"cv-step\">\n        <div class=\"cv-step-num\">3<\/div>\n        <h3>Fundraise and grow<\/h3>\n        <p>Manage donors, launch campaigns, and raise more \u2014 all from one place.<\/p>\n      <\/div>\n    <\/div>\n    <a href=\"https:\/\/admin.causevox.com\/signup\" class=\"cv-steps-cta\" rel=\"noopener\">Get Started Free<\/a>\n  <\/div>\n<\/div>\n\n\n<!-- SECTION 9: Final CTA (v2 \u2014 hero bg mirror + CTA glow animation) -->\n<!-- Elementor container: set background to #28217F (deep indigo) -->\n<style>\n.cv-final {\n  background: linear-gradient(rgba(40, 33, 127, 0.88), rgba(40, 33, 127, 0.88)), url('https:\/\/www.causevox.com\/wp-content\/uploads\/2025\/11\/crm-for-all-bg-scaled.png');\n  background-size: cover;\n  background-position: center;\n  padding: 90px 20px;\n  font-family: 'Roboto', sans-serif;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\/* Subtle radial glow behind CTA area *\/\n.cv-final::before {\n  content: '';\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  width: 500px;\n  height: 300px;\n  background: radial-gradient(ellipse, rgba(48,182,201,0.15) 0%, transparent 70%);\n  pointer-events: none;\n}\n.cv-final-inner {\n  max-width: 640px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 1;\n}\n.cv-final h2 {\n  font-family: 'Rubik', sans-serif;\n  font-size: 40px;\n  font-weight: 600;\n  color: #ffffff;\n  margin: 0 0 16px;\n  line-height: 1.2;\n}\n.cv-final-sub {\n  font-size: 18px;\n  line-height: 1.6;\n  color: rgba(255,255,255,0.75);\n  margin: 0 0 36px;\n}\n.cv-final-cta-primary {\n  display: inline-block;\n  background: #30B6C9;\n  color: #ffffff;\n  font-size: 17px;\n  font-weight: 600;\n  padding: 18px 44px;\n  border-radius: 4px;\n  text-decoration: none;\n  transition: background 0.2s, box-shadow 0.3s;\n  margin-bottom: 16px;\n  box-shadow: 0 0 20px rgba(48,182,201,0.3);\n  animation: cv-cta-glow 2.5s ease-in-out infinite;\n}\n@keyframes cv-cta-glow {\n  0%, 100% { box-shadow: 0 0 20px rgba(48,182,201,0.3); }\n  50% { box-shadow: 0 0 32px rgba(48,182,201,0.5), 0 0 60px rgba(48,182,201,0.15); }\n}\n.cv-final-cta-primary:hover {\n  background: #28a3b4;\n  color: #ffffff;\n  text-decoration: none;\n  box-shadow: 0 0 36px rgba(48,182,201,0.5);\n  animation: none;\n}\n.cv-final-cta-secondary {\n  display: block;\n  font-size: 14px;\n  color: rgba(255,255,255,0.5);\n  text-decoration: none;\n  transition: color 0.2s;\n}\n.cv-final-cta-secondary:hover {\n  color: rgba(255,255,255,0.8);\n  text-decoration: underline;\n}\n\n@media (max-width: 768px) {\n  .cv-final { padding: 50px 20px; }\n  .cv-final h2 { font-size: 30px; }\n  .cv-final-sub { font-size: 16px; }\n}\n<\/style>\n\n<div class=\"cv-final\">\n  <div class=\"cv-final-inner\">\n    <h2>Fundraise for Free.<br>Start Today.<\/h2>\n    <p class=\"cv-final-sub\">No license fee. 0% platform fee. Everything you need to raise more and connect deeper.<\/p>\n    <a href=\"https:\/\/admin.causevox.com\/signup\" class=\"cv-final-cta-primary\" rel=\"noopener\">Get Started Free<\/a>\n    <a href=\"https:\/\/www.causevox.com\/schedule-demo\/\" class=\"cv-final-cta-secondary\">Have questions? Talk to our team.<\/a>\n  <\/div>\n<\/div>\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>CauseVox Free Free Fundraising &amp; CRM.All in One Place. Everything your nonprofit needs to raise money and manage donors \u2014 with no license fee, 0% platform fees, and no catch. Get Started Free No credit card required. Live in minutes. &#9733;&#9733;&#9733;&#9733;&#9733; Trusted by 1,000+ nonprofits every year How It Works How CauseVox Free Works 100% [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":55583,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-55932","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"rankMath":{"parentDomain":"www.causevox.com","noFollowDomains":[],"noFollowExcludeDomains":[],"noFollowExternalLinks":false,"featuredImageNotice":"The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.","pluginReviewed":false,"postSettings":{"linkSuggestions":true,"useFocusKeyword":false},"frontEndScore":false,"postName":"free-fundraising-platform-crm","permalinkFormat":"https:\/\/www.causevox.com\/%pagename%\/","showLockModifiedDate":true,"assessor":{"focusKeywordLink":"https:\/\/www.causevox.com\/wp-admin\/edit.php?focus_keyword=%focus_keyword%&post_type=%post_type%","hasTOCPlugin":true,"primaryTaxonomy":false,"serpData":{"title":"","description":"","focusKeywords":"free fundraising","pillarContent":false,"canonicalUrl":"","breadcrumbTitle":"","advancedRobots":[],"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":"","facebookHasOverlay":false,"facebookImageOverlay":"","facebookAuthor":"","twitterCardType":"","twitterUseFacebook":true,"twitterTitle":"","twitterDescription":"","twitterImage":"","twitterImageID":"","twitterHasOverlay":false,"twitterImageOverlay":"","twitterPlayerUrl":"","twitterPlayerSize":"","twitterPlayerStream":"","twitterPlayerStreamCtype":"","twitterAppDescription":"","twitterAppIphoneName":"","twitterAppIphoneID":"","twitterAppIphoneUrl":"","twitterAppIpadName":"","twitterAppIpadID":"","twitterAppIpadUrl":"","twitterAppGoogleplayName":"","twitterAppGoogleplayID":"","twitterAppGoogleplayUrl":"","twitterAppCountry":"","robots":{"index":true},"twitterAuthor":"causevox","primaryTerm":0,"authorName":"Rob Wu","titleTemplate":"%title% %page% %sep% %sitename%","descriptionTemplate":"%excerpt%","showScoreFrontend":true,"lockModifiedDate":false},"powerWords":["a cut above","absolute","absolutely","absolutely lowest","absurd","abuse","accurate","accuse","achieve","actionable","adaptable","adequate","admit","adorable","advantage","advice","affordable","aggravate","aggressive","agitated","agonizing","agony","alarmed","alarming","alienated","aligned","alive","all-inclusive","alluring","always","amazing","amp","animated","annihilate","announcing","anonymous","antagonistic","anxious","apocalypse","appalled","approved","approving","argumentative","armageddon","arrogant","ass kicking","assault","assured","astonishing","astounded","astounding","at ease","atrocious","attack","attractive","audacity","authentic","authoritative","authority","avoid","aware","awe-inspiring","awesome","awkward","backbone","backdoor","backed","backlash","backstabbing","badass","balanced","banned","bargain","barrage","basic","battle","beaming","beat down","beating","beautiful","beauty","begging","behind the scenes","belief","belong","best","best-selling","better","beware","big","billion","black market","blacklisted","blast","blessed","blinded","blissful","blood","bloodbath","bloodcurdling","bloody","blunder","blushing","bold","bomb","bona","bona fide","bonanza","bonus","bootleg","bottom line","bountiful","brave","bravery","brazen","break","breaking","breakthrough","breathtaking","bright","brilliant","broke","brutal","budget","buffoon","bullshit","bully","bumbling","buy","cadaver","calm","cancel anytime","capable","captivate","captivating","carefree","case study","cash","cataclysmic","catapult","catastrophe","caution","censored","centered","certain","certainly","certified","challenge","charming","cheap","cheat","cheat-sheet","cheer","cheerful","child-like","clarity","classified","clear","clueless","collapse","colorful","colossal","comfortable","compare","competitive","complete","completely","completeness","comprehensive","compromise","compulsive","concealed","conclusive","condemning","condescending","confess","confession","confessions","confident","confidential","conquer","conscientious","constructive","content","contrary","controlling","controversial","convenient","convert","cool","cooperative","copy","corpse","corrupt","corrupting","courage","courageous","cover-up","covert","coward","cowardly","crammed","crave","crazy","create","creative","cringeworthy","cripple","crisis","critical","crooked","crush","crushing","damaging","danger","dangerous","daring","dazzling","dead","deadline","deadly","death","decadent","deceived","deceptive","deep","defiance","definitely","definitive","defying","dejected","delicious","delight","delighted","delightful","delirious","delivered","demoralizing","deplorable","depraved","desire","desperate","despicable","destiny","destroy","detailed","devastating","devoted","diagnosed","direct","dirty","disadvantages","disastrous","discount","discover","disdainful","disempowered","disgusted","disgusting","dishonest","disillusioned","disoriented","distracted","distraught","distressed","distrustful","divulge","document","dollar","dominate","doomed","double","doubtful","download","dreadful","dreamy","drive","drowning","dumb","dynamic","eager","earnest","easily","easy","economical","ecstatic","edge","effective","efficient","effortless","elated","eliminate","elite","embarrass","embarrassed","embarrassing","emergency","emerging","emphasize","empowered","enchant","encouraged","endorsed","energetic","energy","enormous","enraged","enthusiastic","envy","epic","epidemic","essential","ethical","euphoric","evil","exactly","exasperated","excellent","excited","excitement","exciting","exclusive","exclusivity","excruciating","exhilarated","expensive","expert","explode","exploit","explosive","exposed","exquisite","extra","extraordinary","extremely","exuberant","eye-opening","fail","fail-proof","failure","faith","famous","fantasy","fascinating","fatigued","faux","faux pas","fearless","feast","feeble","festive","fide","fierce","fight","final","fine","fired","first","first ever","flirt","fluid","focus","focused","fool","fooled","foolish","forbidden","force-fed","forever","forgiving","forgotten","formula","fortune","foul","frantic","free","freebie","freedom","frenzied","frenzy","frightening","frisky","frugal","frustrated","fulfill","fulfilled","full","fully","fun","fun-loving","fundamentals","funniest","funny","furious","gambling","gargantuan","genius","genuine","gift","gigantic","giveaway","glamorous","gleeful","glorious","glowing","goddamn","gorgeous","graceful","grateful","gratified","gravity","great","greatest","greatness","greed","greedy","gripping","grit","grounded","growth","guaranteed","guilt","guilt-free","gullible","guts","hack","happiness","happy","harmful","harsh","hate","have you heard","havoc","hazardous","healthy","heart","heartbreaking","heartwarming","heavenly","hell","helpful","helplessness","hero","hesitant","hidden","high tech","highest","highly effective","hilarious","hoak","hoax","honest","honored","hope","hopeful","horribly","horrific","horrifying","horror","hostile","how to","huge","humility","humor","hurricane","hurry","hypnotic","idiot","ignite","illegal","illusive","imagination","immediately","imminently","impatience","impatient","impenetrable","important","impressive","improved","in the zone","incapable","incapacitated","incompetent","inconsiderate","increase","incredible","indecisive","indulgence","indulgent","inexpensive","inferior","informative","infuriated","ingredients","innocent","innovative","insane","insecure","insider","insidious","inspired","inspiring","instant savings","instantly","instructive","insult","intel","intelligent","intense","interesting","intriguing","introducing","invasion","investment","iron-clad","ironclad","irresistible","irs","is here","jackpot","jail","jaw-dropping","jealous","jeopardy","jittery","jovial","joyous","jubilant","judgmental","jumpstart","just arrived","keen","kickass","kickstart","kill","killed","killing","kills","know it all","lame","largest","lascivious","last","last chance","last minute","latest","laugh","laughing","launch","launching","lavishly","lawsuit","lazy","left behind","legendary","legitimate","liberal","liberated","lick","lies","life-changing","lifetime","light","lighthearted","likely","limited","literally","little-known","loathsome","lonely","looming","loser","lost","love","lucrative","lunatic","lurking","lust","luxurious","luxury","lying","magic","magical","magnificent","mainstream","malicious","mammoth","manipulative","marked down","massive","master","masterclass","maul","mediocre","meditative","meltdown","memorability","memorable","menacing","mesmerizing","meticulous","mind-blowing","minimalist","miracle","mired","mischievous","misgiving","missing out","mistake","monetize","money","moneyback","moneygrubbing","monumental","most important","motivated","mouth-watering","murder","mystery","nail","naked","natural","naughty","nazi","nest egg","never","new","nightmare","no good","no obligation","no one talks about","no questions asked","no risk","no strings attached","non-controlling","noted","novelty","now","obnoxious","obsessed","obsession","obvious","odd","off-kilter","off-limits","off-the record","offensive","official","okay","on-demand","open-minded","opportunities","optimistic","ordeal","outlawed","outrageousness","outstanding","overcome","overjoyed","overnight","overwhelmed","packed","painful","painless","painstaking","pale","panic","panicked","paralyzed","pas","passionate","pathetic","pay zero","payback","perfect","peril","perplexed","perspective","pessimistic","pioneering","piranha","pitfall","pitiful","placid","plague","played","playful","pleased","pluck","plummet","plunge","poison","poisonous","polarizing","poor","popular","portfolio","pound","powerful","powerless","practical","preposterous","prestige","price","priceless","pride","prison","privacy","private","privileged","prize","problem","productive","professional","profit","profitable","profound","promiscuous","promising","promote","protect","protected","proven","provocative","provoke","psychological","pummel","punch","punish","pus","quadruple","quality","quarrelsome","quick","quick-start","quickly","quiet","radiant","rare","ravenous","rebellious","recession-proof","reckoning","recognized","recommend","recreate","reduced","reflective","refugee","refund","refundable","reject","relaxed","release","relentless","reliable","remarkable","replicate","report","reprimanding","repulsed","repulsive","research","resentful","resourceful","responsible","responsive","rested","restricted","results","retaliating","reveal","revealing","revenge","revengeful","revisited","revolting","revolutionary","reward","rich","ridiculous","risky","riveting","rookie","rowdy","ruin","rules","ruthless","sabotaging","sacred","sadistic","sadly","sadness","safe","safety","sale","sampler","sarcastic","satisfied","savage","savagery","save","savings","savvy","scam","scandal","scandalous","scarce","scared","scary","scornful","scream","searing","secret","secret agenda","secret plot","secrets","secure","security","seductive","seething","seize","selected","self-hating","self-sufficient","sensational","senseless","sensual","serene","seriously","severe","sex","sexy","shaking","shameful","shameless","shaming","shatter","shellacking","shocking","should","shrewd","sick and tired","signs","silly","simple","simplicity","simplified","simplistic","sincere","sinful","sins","six-figure","sizable","sizzle","sizzled","sizzles","sizzling","sizzlingly","skill","skyrocket","slaughter","slave","sleazy","sleeping","sly","smash","smiling","smug","smuggle","smuggled","sneak-peek","sneaky","sniveling","snob","snooty","snotty","soar","soaring","solid","solution","spank","special","spectacular","speedy","spell-binding","spine","spirit","spirited","spiteful","spoiler","spontaneous","spotlight","spunky","squirming","stable","staggering","startling","steady","steal","stealthy","steamy","step-by-step","still","stoic","stop","strange","strangle","strategy","stressed","strong","strongly suggest","struggle","stuck up","studies","stunning","stupid","stupid-simple","sturdy","sublime","succeed","success","successful","suck","suddenly","suffer","sunny","super","super-human","superb","supercharge","superior","supported","supportive","sure","sure fire","surefire","surge","surging","surprise","surprised","surprising","survival","survive","suspicious","sweaty","swoon","swoon-worthy","tailspin","tank","tantalizing","targeted","tawdry","tease","technology","teetering","tempting","tenacious","tense","terrible","terrific","terrified","terrifying","terror","terrorist","tested","thankful","the truth","threaten","threatened","thrilled","thrilling","thug","ticked off","tickled","timely","today","torture","toxic","track record","trade secret","tragedy","tragic","transform","transparency","trap","trapped","trauma","traumatized","treacherous","treasure","tremendous","trend","tricks","triggers","triple","triumph","truly","trusting","trustworthy","truth","truthful","turbo-charge","turbocharges","tweaks","twitching","ultimate","unadulterated","unassuming","unauthorized","unbelievable","unburdened","uncaring","uncensored","uncertain","uncomfortable","unconditional","uncontrollable","unconventional","uncovered","undeniable","under priced","undercover","underground","underhanded","underused","unexpected","unforgettable","unheard of","unhurried","uninterested","unique","unjustified","unknowingly","unleashed","unlimited","unlock","unparalleled","unpopular","unreliable","unresponsive","unseen","unstable","unstoppable","unsure","unsurpassed","untapped","unusual","up-sell","upbeat","uplifted","uplifting","urge","urgent","useful","useless","validate","valor","valuable","value","vanquish","vaporize","venomous","verify","vibrant","vicious","victim","victory","vigorous","vilified","vindictive","violated","violent","volatile","vulnerable","waiting","wanted","wanton","warning","waste","weak","wealth","weird","what no one tells you","whip","whopping","wicked","wild","willpower","withheld","wonderful","wondrous","woozy","world","worry","worst","worthwhile","wounded","wreaking","youthful","zen","zinger"],"diacritics":{"A":"[\\u0041\\u24B6\\uFF21\\u00C0\\u00C1\\u00C2\\u1EA6\\u1EA4\\u1EAA\\u1EA8\\u00C3\\u0100\\u0102\\u1EB0\\u1EAE\\u1EB4\\u1EB2\\u0226\\u01E0\\u00C4\\u01DE\\u1EA2\\u00C5\\u01FA\\u01CD\\u0200\\u0202\\u1EA0\\u1EAC\\u1EB6\\u1E00\\u0104\\u023A\\u2C6F]","AA":"[\\uA732]","AE":"[\\u00C6\\u01FC\\u01E2]","AO":"[\\uA734]","AU":"[\\uA736]","AV":"[\\uA738\\uA73A]","AY":"[\\uA73C]","B":"[\\u0042\\u24B7\\uFF22\\u1E02\\u1E04\\u1E06\\u0243\\u0182\\u0181]","C":"[\\u0043\\u24B8\\uFF23\\u0106\\u0108\\u010A\\u010C\\u00C7\\u1E08\\u0187\\u023B\\uA73E]","D":"[\\u0044\\u24B9\\uFF24\\u1E0A\\u010E\\u1E0C\\u1E10\\u1E12\\u1E0E\\u0110\\u018B\\u018A\\u0189\\uA779]","DZ":"[\\u01F1\\u01C4]","Dz":"[\\u01F2\\u01C5]","E":"[\\u0045\\u24BA\\uFF25\\u00C8\\u00C9\\u00CA\\u1EC0\\u1EBE\\u1EC4\\u1EC2\\u1EBC\\u0112\\u1E14\\u1E16\\u0114\\u0116\\u00CB\\u1EBA\\u011A\\u0204\\u0206\\u1EB8\\u1EC6\\u0228\\u1E1C\\u0118\\u1E18\\u1E1A\\u0190\\u018E]","F":"[\\u0046\\u24BB\\uFF26\\u1E1E\\u0191\\uA77B]","G":"[\\u0047\\u24BC\\uFF27\\u01F4\\u011C\\u1E20\\u011E\\u0120\\u01E6\\u0122\\u01E4\\u0193\\uA7A0\\uA77D\\uA77E]","H":"[\\u0048\\u24BD\\uFF28\\u0124\\u1E22\\u1E26\\u021E\\u1E24\\u1E28\\u1E2A\\u0126\\u2C67\\u2C75\\uA78D]","I":"[\\u0049\\u24BE\\uFF29\\u00CC\\u00CD\\u00CE\\u0128\\u012A\\u012C\\u0130\\u00CF\\u1E2E\\u1EC8\\u01CF\\u0208\\u020A\\u1ECA\\u012E\\u1E2C\\u0197]","J":"[\\u004A\\u24BF\\uFF2A\\u0134\\u0248]","K":"[\\u004B\\u24C0\\uFF2B\\u1E30\\u01E8\\u1E32\\u0136\\u1E34\\u0198\\u2C69\\uA740\\uA742\\uA744\\uA7A2]","L":"[\\u004C\\u24C1\\uFF2C\\u013F\\u0139\\u013D\\u1E36\\u1E38\\u013B\\u1E3C\\u1E3A\\u0141\\u023D\\u2C62\\u2C60\\uA748\\uA746\\uA780]","LJ":"[\\u01C7]","Lj":"[\\u01C8]","M":"[\\u004D\\u24C2\\uFF2D\\u1E3E\\u1E40\\u1E42\\u2C6E\\u019C]","N":"[\\u004E\\u24C3\\uFF2E\\u01F8\\u0143\\u00D1\\u1E44\\u0147\\u1E46\\u0145\\u1E4A\\u1E48\\u0220\\u019D\\uA790\\uA7A4]","NJ":"[\\u01CA]","Nj":"[\\u01CB]","O":"[\\u004F\\u24C4\\uFF2F\\u00D2\\u00D3\\u00D4\\u1ED2\\u1ED0\\u1ED6\\u1ED4\\u00D5\\u1E4C\\u022C\\u1E4E\\u014C\\u1E50\\u1E52\\u014E\\u022E\\u0230\\u00D6\\u022A\\u1ECE\\u0150\\u01D1\\u020C\\u020E\\u01A0\\u1EDC\\u1EDA\\u1EE0\\u1EDE\\u1EE2\\u1ECC\\u1ED8\\u01EA\\u01EC\\u00D8\\u01FE\\u0186\\u019F\\uA74A\\uA74C]","OI":"[\\u01A2]","OO":"[\\uA74E]","OU":"[\\u0222]","P":"[\\u0050\\u24C5\\uFF30\\u1E54\\u1E56\\u01A4\\u2C63\\uA750\\uA752\\uA754]","Q":"[\\u0051\\u24C6\\uFF31\\uA756\\uA758\\u024A]","R":"[\\u0052\\u24C7\\uFF32\\u0154\\u1E58\\u0158\\u0210\\u0212\\u1E5A\\u1E5C\\u0156\\u1E5E\\u024C\\u2C64\\uA75A\\uA7A6\\uA782]","S":"[\\u0053\\u24C8\\uFF33\\u1E9E\\u015A\\u1E64\\u015C\\u1E60\\u0160\\u1E66\\u1E62\\u1E68\\u0218\\u015E\\u2C7E\\uA7A8\\uA784]","T":"[\\u0054\\u24C9\\uFF34\\u1E6A\\u0164\\u1E6C\\u021A\\u0162\\u1E70\\u1E6E\\u0166\\u01AC\\u01AE\\u023E\\uA786]","TZ":"[\\uA728]","U":"[\\u0055\\u24CA\\uFF35\\u00D9\\u00DA\\u00DB\\u0168\\u1E78\\u016A\\u1E7A\\u016C\\u00DC\\u01DB\\u01D7\\u01D5\\u01D9\\u1EE6\\u016E\\u0170\\u01D3\\u0214\\u0216\\u01AF\\u1EEA\\u1EE8\\u1EEE\\u1EEC\\u1EF0\\u1EE4\\u1E72\\u0172\\u1E76\\u1E74\\u0244]","V":"[\\u0056\\u24CB\\uFF36\\u1E7C\\u1E7E\\u01B2\\uA75E\\u0245]","VY":"[\\uA760]","W":"[\\u0057\\u24CC\\uFF37\\u1E80\\u1E82\\u0174\\u1E86\\u1E84\\u1E88\\u2C72]","X":"[\\u0058\\u24CD\\uFF38\\u1E8A\\u1E8C]","Y":"[\\u0059\\u24CE\\uFF39\\u1EF2\\u00DD\\u0176\\u1EF8\\u0232\\u1E8E\\u0178\\u1EF6\\u1EF4\\u01B3\\u024E\\u1EFE]","Z":"[\\u005A\\u24CF\\uFF3A\\u0179\\u1E90\\u017B\\u017D\\u1E92\\u1E94\\u01B5\\u0224\\u2C7F\\u2C6B\\uA762]","a":"[\\u0061\\u24D0\\uFF41\\u1E9A\\u00E0\\u00E1\\u00E2\\u1EA7\\u1EA5\\u1EAB\\u1EA9\\u00E3\\u0101\\u0103\\u1EB1\\u1EAF\\u1EB5\\u1EB3\\u0227\\u01E1\\u00E4\\u01DF\\u1EA3\\u00E5\\u01FB\\u01CE\\u0201\\u0203\\u1EA1\\u1EAD\\u1EB7\\u1E01\\u0105\\u2C65\\u0250]","aa":"[\\uA733]","ae":"[\\u00E6\\u01FD\\u01E3]","ao":"[\\uA735]","au":"[\\uA737]","av":"[\\uA739\\uA73B]","ay":"[\\uA73D]","b":"[\\u0062\\u24D1\\uFF42\\u1E03\\u1E05\\u1E07\\u0180\\u0183\\u0253]","c":"[\\u0063\\u24D2\\uFF43\\u0107\\u0109\\u010B\\u010D\\u00E7\\u1E09\\u0188\\u023C\\uA73F\\u2184]","d":"[\\u0064\\u24D3\\uFF44\\u1E0B\\u010F\\u1E0D\\u1E11\\u1E13\\u1E0F\\u0111\\u018C\\u0256\\u0257\\uA77A]","dz":"[\\u01F3\\u01C6]","e":"[\\u0065\\u24D4\\uFF45\\u00E8\\u00E9\\u00EA\\u1EC1\\u1EBF\\u1EC5\\u1EC3\\u1EBD\\u0113\\u1E15\\u1E17\\u0115\\u0117\\u00EB\\u1EBB\\u011B\\u0205\\u0207\\u1EB9\\u1EC7\\u0229\\u1E1D\\u0119\\u1E19\\u1E1B\\u0247\\u025B\\u01DD]","f":"[\\u0066\\u24D5\\uFF46\\u1E1F\\u0192\\uA77C]","g":"[\\u0067\\u24D6\\uFF47\\u01F5\\u011D\\u1E21\\u011F\\u0121\\u01E7\\u0123\\u01E5\\u0260\\uA7A1\\u1D79\\uA77F]","h":"[\\u0068\\u24D7\\uFF48\\u0125\\u1E23\\u1E27\\u021F\\u1E25\\u1E29\\u1E2B\\u1E96\\u0127\\u2C68\\u2C76\\u0265]","hv":"[\\u0195]","i":"[\\u0069\\u24D8\\uFF49\\u00EC\\u00ED\\u00EE\\u0129\\u012B\\u012D\\u00EF\\u1E2F\\u1EC9\\u01D0\\u0209\\u020B\\u1ECB\\u012F\\u1E2D\\u0268\\u0131]","j":"[\\u006A\\u24D9\\uFF4A\\u0135\\u01F0\\u0249]","k":"[\\u006B\\u24DA\\uFF4B\\u1E31\\u01E9\\u1E33\\u0137\\u1E35\\u0199\\u2C6A\\uA741\\uA743\\uA745\\uA7A3]","l":"[\\u006C\\u24DB\\uFF4C\\u0140\\u013A\\u013E\\u1E37\\u1E39\\u013C\\u1E3D\\u1E3B\\u017F\\u0142\\u019A\\u026B\\u2C61\\uA749\\uA781\\uA747]","lj":"[\\u01C9]","m":"[\\u006D\\u24DC\\uFF4D\\u1E3F\\u1E41\\u1E43\\u0271\\u026F]","n":"[\\u006E\\u24DD\\uFF4E\\u01F9\\u0144\\u00F1\\u1E45\\u0148\\u1E47\\u0146\\u1E4B\\u1E49\\u019E\\u0272\\u0149\\uA791\\uA7A5]","nj":"[\\u01CC]","o":"[\\u006F\\u24DE\\uFF4F\\u00F2\\u00F3\\u00F4\\u1ED3\\u1ED1\\u1ED7\\u1ED5\\u00F5\\u1E4D\\u022D\\u1E4F\\u014D\\u1E51\\u1E53\\u014F\\u022F\\u0231\\u00F6\\u022B\\u1ECF\\u0151\\u01D2\\u020D\\u020F\\u01A1\\u1EDD\\u1EDB\\u1EE1\\u1EDF\\u1EE3\\u1ECD\\u1ED9\\u01EB\\u01ED\\u00F8\\u01FF\\u0254\\uA74B\\uA74D\\u0275]","oi":"[\\u01A3]","ou":"[\\u0223]","oo":"[\\uA74F]","p":"[\\u0070\\u24DF\\uFF50\\u1E55\\u1E57\\u01A5\\u1D7D\\uA751\\uA753\\uA755]","q":"[\\u0071\\u24E0\\uFF51\\u024B\\uA757\\uA759]","r":"[\\u0072\\u24E1\\uFF52\\u0155\\u1E59\\u0159\\u0211\\u0213\\u1E5B\\u1E5D\\u0157\\u1E5F\\u024D\\u027D\\uA75B\\uA7A7\\uA783]","s":"[\\u0073\\u24E2\\uFF53\\u015B\\u1E65\\u015D\\u1E61\\u0161\\u1E67\\u1E63\\u1E69\\u0219\\u015F\\u023F\\uA7A9\\uA785\\u1E9B]","ss":"[\\u00DF]","t":"[\\u0074\\u24E3\\uFF54\\u1E6B\\u1E97\\u0165\\u1E6D\\u021B\\u0163\\u1E71\\u1E6F\\u0167\\u01AD\\u0288\\u2C66\\uA787]","tz":"[\\uA729]","u":"[\\u0075\\u24E4\\uFF55\\u00F9\\u00FA\\u00FB\\u0169\\u1E79\\u016B\\u1E7B\\u016D\\u00FC\\u01DC\\u01D8\\u01D6\\u01DA\\u1EE7\\u016F\\u0171\\u01D4\\u0215\\u0217\\u01B0\\u1EEB\\u1EE9\\u1EEF\\u1EED\\u1EF1\\u1EE5\\u1E73\\u0173\\u1E77\\u1E75\\u0289]","v":"[\\u0076\\u24E5\\uFF56\\u1E7D\\u1E7F\\u028B\\uA75F\\u028C]","vy":"[\\uA761]","w":"[\\u0077\\u24E6\\uFF57\\u1E81\\u1E83\\u0175\\u1E87\\u1E85\\u1E98\\u1E89\\u2C73]","x":"[\\u0078\\u24E7\\uFF58\\u1E8B\\u1E8D]","y":"[\\u0079\\u24E8\\uFF59\\u1EF3\\u00FD\\u0177\\u1EF9\\u0233\\u1E8F\\u00FF\\u1EF7\\u1E99\\u1EF5\\u01B4\\u024F\\u1EFF]","z":"[\\u007A\\u24E9\\uFF5A\\u017A\\u1E91\\u017C\\u017E\\u1E93\\u1E95\\u01B6\\u0225\\u0240\\u2C6C\\uA763]"},"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasRedirection":true,"hasBreadcrumb":false},"homeUrl":"https:\/\/www.causevox.com","objectID":55932,"objectType":"post","locale":"en","localeFull":"en_US","overlayImages":{"play":{"name":"Play icon","url":"https:\/\/www.causevox.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","path":"\/nas\/content\/live\/causevox2\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","position":"middle_center"},"gif":{"name":"GIF icon","url":"https:\/\/www.causevox.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","path":"\/nas\/content\/live\/causevox2\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","position":"middle_center"}},"defautOgImage":"https:\/\/www.causevox.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/social-placeholder.jpg","customPermalinks":true,"isUserRegistered":true,"autoSuggestKeywords":true,"connectSiteUrl":"https:\/\/rankmath.com\/auth?site=https%3A%2F%2Fwww.causevox.com&r=https%3A%2F%2Fwww.causevox.com%2Fwp-json%2Fwp%2Fv2%2Fpages%2F55932%3Fnonce%3De79eb7d60a&pro=1","maxTags":100,"trendsIcon":"<svg viewBox=\"0 0 610 610\"><path d=\"M18.85,446,174.32,290.48l58.08,58.08L76.93,504a14.54,14.54,0,0,1-20.55,0L18.83,466.48a14.54,14.54,0,0,1,0-20.55Z\" style=\"fill:#4285f4\"\/><path d=\"M242.65,242.66,377.59,377.6l-47.75,47.75a14.54,14.54,0,0,1-20.55,0L174.37,290.43l47.75-47.75A14.52,14.52,0,0,1,242.65,242.66Z\" style=\"fill:#ea4335\"\/><polygon points=\"319.53 319.53 479.26 159.8 537.34 217.88 377.61 377.62 319.53 319.53\" style=\"fill:#fabb05\"\/><path d=\"M594.26,262.73V118.61h0a16.94,16.94,0,0,0-16.94-16.94H433.2a16.94,16.94,0,0,0-12,28.92L565.34,274.71h0a16.94,16.94,0,0,0,28.92-12Z\" style=\"fill:#34a853\"\/><rect width=\"610\" height=\"610\" style=\"fill:none\"\/><\/svg>","showScore":true,"siteFavIcon":"https:\/\/www.causevox.com\/wp-content\/uploads\/2024\/05\/cv-logo-150x150.png","canUser":{"general":false,"advanced":false,"snippet":false,"social":false,"analysis":false,"analytics":false,"content_ai":false},"isPro":true,"is_front_page":false,"trendsUpgradeLink":"https:\/\/rankmath.com\/pricing\/?utm_source=Plugin&utm_medium=CE%20General%20Tab%20Trends&utm_campaign=WP","trendsUpgradeLabel":"Upgrade","trendsPreviewImage":"https:\/\/www.causevox.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/trends-preview.jpg","currentEditor":false,"homepageData":{"assessor":{"powerWords":["a cut above","absolute","absolutely","absolutely lowest","absurd","abuse","accurate","accuse","achieve","actionable","adaptable","adequate","admit","adorable","advantage","advice","affordable","aggravate","aggressive","agitated","agonizing","agony","alarmed","alarming","alienated","aligned","alive","all-inclusive","alluring","always","amazing","amp","animated","annihilate","announcing","anonymous","antagonistic","anxious","apocalypse","appalled","approved","approving","argumentative","armageddon","arrogant","ass kicking","assault","assured","astonishing","astounded","astounding","at ease","atrocious","attack","attractive","audacity","authentic","authoritative","authority","avoid","aware","awe-inspiring","awesome","awkward","backbone","backdoor","backed","backlash","backstabbing","badass","balanced","banned","bargain","barrage","basic","battle","beaming","beat down","beating","beautiful","beauty","begging","behind the scenes","belief","belong","best","best-selling","better","beware","big","billion","black market","blacklisted","blast","blessed","blinded","blissful","blood","bloodbath","bloodcurdling","bloody","blunder","blushing","bold","bomb","bona","bona fide","bonanza","bonus","bootleg","bottom line","bountiful","brave","bravery","brazen","break","breaking","breakthrough","breathtaking","bright","brilliant","broke","brutal","budget","buffoon","bullshit","bully","bumbling","buy","cadaver","calm","cancel anytime","capable","captivate","captivating","carefree","case study","cash","cataclysmic","catapult","catastrophe","caution","censored","centered","certain","certainly","certified","challenge","charming","cheap","cheat","cheat-sheet","cheer","cheerful","child-like","clarity","classified","clear","clueless","collapse","colorful","colossal","comfortable","compare","competitive","complete","completely","completeness","comprehensive","compromise","compulsive","concealed","conclusive","condemning","condescending","confess","confession","confessions","confident","confidential","conquer","conscientious","constructive","content","contrary","controlling","controversial","convenient","convert","cool","cooperative","copy","corpse","corrupt","corrupting","courage","courageous","cover-up","covert","coward","cowardly","crammed","crave","crazy","create","creative","cringeworthy","cripple","crisis","critical","crooked","crush","crushing","damaging","danger","dangerous","daring","dazzling","dead","deadline","deadly","death","decadent","deceived","deceptive","deep","defiance","definitely","definitive","defying","dejected","delicious","delight","delighted","delightful","delirious","delivered","demoralizing","deplorable","depraved","desire","desperate","despicable","destiny","destroy","detailed","devastating","devoted","diagnosed","direct","dirty","disadvantages","disastrous","discount","discover","disdainful","disempowered","disgusted","disgusting","dishonest","disillusioned","disoriented","distracted","distraught","distressed","distrustful","divulge","document","dollar","dominate","doomed","double","doubtful","download","dreadful","dreamy","drive","drowning","dumb","dynamic","eager","earnest","easily","easy","economical","ecstatic","edge","effective","efficient","effortless","elated","eliminate","elite","embarrass","embarrassed","embarrassing","emergency","emerging","emphasize","empowered","enchant","encouraged","endorsed","energetic","energy","enormous","enraged","enthusiastic","envy","epic","epidemic","essential","ethical","euphoric","evil","exactly","exasperated","excellent","excited","excitement","exciting","exclusive","exclusivity","excruciating","exhilarated","expensive","expert","explode","exploit","explosive","exposed","exquisite","extra","extraordinary","extremely","exuberant","eye-opening","fail","fail-proof","failure","faith","famous","fantasy","fascinating","fatigued","faux","faux pas","fearless","feast","feeble","festive","fide","fierce","fight","final","fine","fired","first","first ever","flirt","fluid","focus","focused","fool","fooled","foolish","forbidden","force-fed","forever","forgiving","forgotten","formula","fortune","foul","frantic","free","freebie","freedom","frenzied","frenzy","frightening","frisky","frugal","frustrated","fulfill","fulfilled","full","fully","fun","fun-loving","fundamentals","funniest","funny","furious","gambling","gargantuan","genius","genuine","gift","gigantic","giveaway","glamorous","gleeful","glorious","glowing","goddamn","gorgeous","graceful","grateful","gratified","gravity","great","greatest","greatness","greed","greedy","gripping","grit","grounded","growth","guaranteed","guilt","guilt-free","gullible","guts","hack","happiness","happy","harmful","harsh","hate","have you heard","havoc","hazardous","healthy","heart","heartbreaking","heartwarming","heavenly","hell","helpful","helplessness","hero","hesitant","hidden","high tech","highest","highly effective","hilarious","hoak","hoax","honest","honored","hope","hopeful","horribly","horrific","horrifying","horror","hostile","how to","huge","humility","humor","hurricane","hurry","hypnotic","idiot","ignite","illegal","illusive","imagination","immediately","imminently","impatience","impatient","impenetrable","important","impressive","improved","in the zone","incapable","incapacitated","incompetent","inconsiderate","increase","incredible","indecisive","indulgence","indulgent","inexpensive","inferior","informative","infuriated","ingredients","innocent","innovative","insane","insecure","insider","insidious","inspired","inspiring","instant savings","instantly","instructive","insult","intel","intelligent","intense","interesting","intriguing","introducing","invasion","investment","iron-clad","ironclad","irresistible","irs","is here","jackpot","jail","jaw-dropping","jealous","jeopardy","jittery","jovial","joyous","jubilant","judgmental","jumpstart","just arrived","keen","kickass","kickstart","kill","killed","killing","kills","know it all","lame","largest","lascivious","last","last chance","last minute","latest","laugh","laughing","launch","launching","lavishly","lawsuit","lazy","left behind","legendary","legitimate","liberal","liberated","lick","lies","life-changing","lifetime","light","lighthearted","likely","limited","literally","little-known","loathsome","lonely","looming","loser","lost","love","lucrative","lunatic","lurking","lust","luxurious","luxury","lying","magic","magical","magnificent","mainstream","malicious","mammoth","manipulative","marked down","massive","master","masterclass","maul","mediocre","meditative","meltdown","memorability","memorable","menacing","mesmerizing","meticulous","mind-blowing","minimalist","miracle","mired","mischievous","misgiving","missing out","mistake","monetize","money","moneyback","moneygrubbing","monumental","most important","motivated","mouth-watering","murder","mystery","nail","naked","natural","naughty","nazi","nest egg","never","new","nightmare","no good","no obligation","no one talks about","no questions asked","no risk","no strings attached","non-controlling","noted","novelty","now","obnoxious","obsessed","obsession","obvious","odd","off-kilter","off-limits","off-the record","offensive","official","okay","on-demand","open-minded","opportunities","optimistic","ordeal","outlawed","outrageousness","outstanding","overcome","overjoyed","overnight","overwhelmed","packed","painful","painless","painstaking","pale","panic","panicked","paralyzed","pas","passionate","pathetic","pay zero","payback","perfect","peril","perplexed","perspective","pessimistic","pioneering","piranha","pitfall","pitiful","placid","plague","played","playful","pleased","pluck","plummet","plunge","poison","poisonous","polarizing","poor","popular","portfolio","pound","powerful","powerless","practical","preposterous","prestige","price","priceless","pride","prison","privacy","private","privileged","prize","problem","productive","professional","profit","profitable","profound","promiscuous","promising","promote","protect","protected","proven","provocative","provoke","psychological","pummel","punch","punish","pus","quadruple","quality","quarrelsome","quick","quick-start","quickly","quiet","radiant","rare","ravenous","rebellious","recession-proof","reckoning","recognized","recommend","recreate","reduced","reflective","refugee","refund","refundable","reject","relaxed","release","relentless","reliable","remarkable","replicate","report","reprimanding","repulsed","repulsive","research","resentful","resourceful","responsible","responsive","rested","restricted","results","retaliating","reveal","revealing","revenge","revengeful","revisited","revolting","revolutionary","reward","rich","ridiculous","risky","riveting","rookie","rowdy","ruin","rules","ruthless","sabotaging","sacred","sadistic","sadly","sadness","safe","safety","sale","sampler","sarcastic","satisfied","savage","savagery","save","savings","savvy","scam","scandal","scandalous","scarce","scared","scary","scornful","scream","searing","secret","secret agenda","secret plot","secrets","secure","security","seductive","seething","seize","selected","self-hating","self-sufficient","sensational","senseless","sensual","serene","seriously","severe","sex","sexy","shaking","shameful","shameless","shaming","shatter","shellacking","shocking","should","shrewd","sick and tired","signs","silly","simple","simplicity","simplified","simplistic","sincere","sinful","sins","six-figure","sizable","sizzle","sizzled","sizzles","sizzling","sizzlingly","skill","skyrocket","slaughter","slave","sleazy","sleeping","sly","smash","smiling","smug","smuggle","smuggled","sneak-peek","sneaky","sniveling","snob","snooty","snotty","soar","soaring","solid","solution","spank","special","spectacular","speedy","spell-binding","spine","spirit","spirited","spiteful","spoiler","spontaneous","spotlight","spunky","squirming","stable","staggering","startling","steady","steal","stealthy","steamy","step-by-step","still","stoic","stop","strange","strangle","strategy","stressed","strong","strongly suggest","struggle","stuck up","studies","stunning","stupid","stupid-simple","sturdy","sublime","succeed","success","successful","suck","suddenly","suffer","sunny","super","super-human","superb","supercharge","superior","supported","supportive","sure","sure fire","surefire","surge","surging","surprise","surprised","surprising","survival","survive","suspicious","sweaty","swoon","swoon-worthy","tailspin","tank","tantalizing","targeted","tawdry","tease","technology","teetering","tempting","tenacious","tense","terrible","terrific","terrified","terrifying","terror","terrorist","tested","thankful","the truth","threaten","threatened","thrilled","thrilling","thug","ticked off","tickled","timely","today","torture","toxic","track record","trade secret","tragedy","tragic","transform","transparency","trap","trapped","trauma","traumatized","treacherous","treasure","tremendous","trend","tricks","triggers","triple","triumph","truly","trusting","trustworthy","truth","truthful","turbo-charge","turbocharges","tweaks","twitching","ultimate","unadulterated","unassuming","unauthorized","unbelievable","unburdened","uncaring","uncensored","uncertain","uncomfortable","unconditional","uncontrollable","unconventional","uncovered","undeniable","under priced","undercover","underground","underhanded","underused","unexpected","unforgettable","unheard of","unhurried","uninterested","unique","unjustified","unknowingly","unleashed","unlimited","unlock","unparalleled","unpopular","unreliable","unresponsive","unseen","unstable","unstoppable","unsure","unsurpassed","untapped","unusual","up-sell","upbeat","uplifted","uplifting","urge","urgent","useful","useless","validate","valor","valuable","value","vanquish","vaporize","venomous","verify","vibrant","vicious","victim","victory","vigorous","vilified","vindictive","violated","violent","volatile","vulnerable","waiting","wanted","wanton","warning","waste","weak","wealth","weird","what no one tells you","whip","whopping","wicked","wild","willpower","withheld","wonderful","wondrous","woozy","world","worry","worst","worthwhile","wounded","wreaking","youthful","zen","zinger"],"diacritics":true,"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasBreadcrumb":false,"serpData":{"title":"%sitename% %page% %sep% %sitedesc%","description":"","titleTemplate":"%sitename% %page% %sep% %sitedesc%","descriptionTemplate":"","focusKeywords":"","breadcrumbTitle":"Home","robots":{"index":true},"advancedRobots":[],"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":""}}},"isAnalyticsConnected":false,"tocTitle":"Table of Contents","tocExcludeHeadings":[],"listStyle":"ul"},"featured_image_src":"https:\/\/www.causevox.com\/wp-content\/uploads\/2025\/11\/crm-for-all-bg-600x400.png","featured_image_src_square":"https:\/\/www.causevox.com\/wp-content\/uploads\/2025\/11\/crm-for-all-bg-600x600.png","_links":{"self":[{"href":"https:\/\/www.causevox.com\/wp-json\/wp\/v2\/pages\/55932","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.causevox.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.causevox.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.causevox.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.causevox.com\/wp-json\/wp\/v2\/comments?post=55932"}],"version-history":[{"count":0,"href":"https:\/\/www.causevox.com\/wp-json\/wp\/v2\/pages\/55932\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.causevox.com\/wp-json\/wp\/v2\/media\/55583"}],"wp:attachment":[{"href":"https:\/\/www.causevox.com\/wp-json\/wp\/v2\/media?parent=55932"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}