{"id":12319,"date":"2026-03-01T23:02:54","date_gmt":"2026-03-01T23:02:54","guid":{"rendered":"https:\/\/loyalty.kangaroorewards.com\/?page_id=12319"},"modified":"2026-03-12T02:05:31","modified_gmt":"2026-03-12T02:05:31","slug":"roi-calculator-booking-form","status":"publish","type":"page","link":"https:\/\/loyalty.kangaroorewards.com\/fr\/roi-calculator-booking-form\/","title":{"rendered":"ROI Calculator Booking Form"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12319\" class=\"elementor elementor-12319\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52acadd e-flex e-con-boxed animejs-disable e-con e-parent\" data-id=\"52acadd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-166edee animejs-disable elementor-widget elementor-widget-spacer\" data-id=\"166edee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a252c35 e-flex e-con-boxed animejs-disable e-con e-parent\" data-id=\"a252c35\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fc6f3f animejs-disable elementor-widget elementor-widget-html\" data-id=\"6fc6f3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Book Your Free Demo \u2014 Kangaroo Rewards<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Sora:wght@300;400;600;700;800;900&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,400&display=swap\" rel=\"stylesheet\">\n\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --blue: #2EAFD3;\n      --blue-d: #1a8aaa;\n      --blue-light: #e8f6fb;\n      --blue-mid: #b8e5f2;\n      --navy: #0d1f2d;\n      --navy2: #0F1C5C;\n      --green: #16a34a;\n      --green-light: #f0fdf4;\n      --gold: #f59e0b;\n      --border: #e2eef4;\n      --muted: #6b8a9a;\n      --text: #1a2d3a;\n      --off: #f8fbfd;\n    }\n\n    html { scroll-behavior: smooth; }\n    body {\n      font-family: 'DM Sans', sans-serif;\n      background: #fff;\n      color: var(--text);\n      min-height: 100vh;\n      overflow-x: hidden;\n    }\n\n    \/* \u2500\u2500 LAYOUT \u2500\u2500 *\/\n    .wrapper {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      min-height: 100vh;\n    }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       LEFT \u2014 FORM (white)\n       First in DOM = first on mobile\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    .form-side {\n      background: #ffffff;\n      padding: 56px 60px 64px 72px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .form-side::before {\n      content: '';\n      position: absolute; top: -120px; right: -80px;\n      width: 500px; height: 500px;\n      background: radial-gradient(circle, rgba(46,175,211,0.07) 0%, transparent 65%);\n      pointer-events: none;\n    }\n    .form-side::after {\n      content: '';\n      position: absolute; bottom: -80px; left: -60px;\n      width: 380px; height: 380px;\n      background: radial-gradient(circle, rgba(15,28,92,0.04) 0%, transparent 65%);\n      pointer-events: none;\n    }\n    .form-inner { position: relative; z-index: 1; max-width: 480px; }\n\n    \/* ROI badge *\/\n    .roi-badge {\n      display: inline-flex; align-items: center; gap: 8px;\n      background: rgba(46,175,211,0.08);\n      border: 1px solid rgba(46,175,211,0.22);\n      border-radius: 100px; padding: 6px 14px;\n      font-size: 0.7rem; font-weight: 700; color: var(--blue);\n      margin-bottom: 20px; width: fit-content;\n      animation: fadeUp .5s ease both;\n    }\n    .roi-badge-dot {\n      width: 6px; height: 6px; border-radius: 50%;\n      background: var(--blue);\n      animation: livePulse 1.8s ease-in-out infinite;\n    }\n\n    \/* Form heading *\/\n    .form-heading { margin-bottom: 8px; animation: fadeUp .5s .06s ease both; }\n    .form-heading h2 {\n      font-family: 'Sora', sans-serif;\n      font-size: clamp(1.35rem, 2.1vw, 1.65rem);\n      font-weight: 800; color: var(--navy);\n      letter-spacing: -0.025em; line-height: 1.2; margin-bottom: 8px;\n    }\n    .form-heading p { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }\n\n    \/* Shimmer accent line *\/\n    .accent-bar {\n      height: 3px; border-radius: 2px;\n      background: linear-gradient(90deg, var(--blue), rgba(46,175,211,0.2), var(--blue));\n      background-size: 200% 100%;\n      animation: shimmer 3s linear infinite;\n      margin: 20px 0 26px;\n    }\n\n    \/* \u2500\u2500 HubSpot overrides \u2500\u2500 *\/\n    #hs-form-wrapper { animation: fadeUp .5s .12s ease both; }\n    #hs-form-wrapper .hs-form { display: flex; flex-direction: column; gap: 13px; }\n    #hs-form-wrapper .hs-form-field > label {\n      display: block; font-size: 0.72rem; font-weight: 600;\n      color: var(--muted); margin-bottom: 5px;\n      letter-spacing: 0.04em; text-transform: uppercase;\n    }\n    #hs-form-wrapper .hs-input,\n    #hs-form-wrapper input[type=\"text\"],\n    #hs-form-wrapper input[type=\"email\"],\n    #hs-form-wrapper input[type=\"tel\"],\n    #hs-form-wrapper input[type=\"number\"],\n    #hs-form-wrapper select,\n    #hs-form-wrapper textarea {\n      width: 100% !important; background: var(--off) !important;\n      border: 1.5px solid var(--border) !important; border-radius: 10px !important;\n      padding: 12px 14px !important; font-size: 0.9rem !important;\n      color: var(--text) !important; font-family: 'DM Sans', sans-serif !important;\n      outline: none !important;\n      transition: border-color .2s, background .2s, box-shadow .2s !important;\n      -webkit-appearance: none !important;\n    }\n    #hs-form-wrapper .hs-input:focus,\n    #hs-form-wrapper input:focus,\n    #hs-form-wrapper select:focus,\n    #hs-form-wrapper textarea:focus {\n      border-color: var(--blue) !important; background: #fff !important;\n      box-shadow: 0 0 0 3px rgba(46,175,211,0.1) !important;\n    }\n    #hs-form-wrapper input::placeholder,\n    #hs-form-wrapper textarea::placeholder { color: #b0c8d4 !important; }\n    #hs-form-wrapper select option { background: #fff !important; color: var(--text) !important; }\n    #hs-form-wrapper .hs-button,\n    #hs-form-wrapper input[type=\"submit\"] {\n      width: 100% !important; background: var(--blue) !important;\n      color: #fff !important; border: none !important; border-radius: 11px !important;\n      padding: 15px !important; font-family: 'Sora', sans-serif !important;\n      font-size: 0.95rem !important; font-weight: 700 !important;\n      cursor: pointer !important;\n      transition: background .2s, transform .15s, box-shadow .2s !important;\n      margin-top: 6px !important; box-shadow: 0 6px 20px rgba(46,175,211,0.3) !important;\n    }\n    #hs-form-wrapper .hs-button:hover,\n    #hs-form-wrapper input[type=\"submit\"]:hover {\n      background: var(--blue-d) !important; transform: translateY(-1px) !important;\n      box-shadow: 0 10px 28px rgba(46,175,211,0.4) !important;\n    }\n    #hs-form-wrapper .hs-error-msgs { margin-top: 4px; list-style: none; }\n    #hs-form-wrapper .hs-error-msg { font-size: 0.7rem; color: #ef4444; }\n    #hs-form-wrapper .hs-richtext,\n    #hs-form-wrapper .legal-consent-container { font-size: 0.7rem; color: var(--muted); line-height: 1.5; }\n    #hs-form-wrapper fieldset { max-width: 100% !important; border: none !important; padding: 0 !important; }\n    #hs-form-wrapper .form-columns-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }\n    #hs-form-wrapper .form-columns-2 .hs-form-field,\n    #hs-form-wrapper .form-columns-1 .hs-form-field { padding: 0 !important; width: 100% !important; float: none !important; }\n    #hs-form-wrapper .hs_submit { margin-top: 4px; }\n\n    \/* Privacy *\/\n    .form-privacy {\n      display: flex; align-items: center; gap: 7px;\n      margin-top: 12px; font-size: 0.68rem; color: var(--muted);\n      animation: fadeUp .5s .2s ease both;\n    }\n\n    \/* What happens next *\/\n    .next-steps {\n      margin-top: 22px; padding-top: 18px;\n      border-top: 1px solid var(--border);\n      animation: fadeUp .5s .24s ease both;\n    }\n    .next-steps-title {\n      font-size: 0.68rem; font-weight: 700; color: var(--muted);\n      text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 12px;\n    }\n    .next-step {\n      display: flex; align-items: flex-start; gap: 10px;\n      margin-bottom: 10px;\n    }\n    .ns-num {\n      width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;\n      background: var(--blue); color: #fff;\n      display: flex; align-items: center; justify-content: center;\n      font-family: 'Sora', sans-serif; font-size: 0.58rem; font-weight: 800;\n    }\n    .ns-text { font-size: 0.78rem; color: var(--text); line-height: 1.5; }\n    .ns-text strong { color: var(--navy); font-weight: 600; }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       RIGHT \u2014 CONTENT\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    .content-side {\n      background: #ffffff;\n      border-left: 1px solid var(--border);\n      padding: 56px 72px 64px 60px;\n      display: flex; flex-direction: column; justify-content: center;\n      position: relative; overflow: hidden;\n    }\n    .content-side::before {\n      content: '';\n      position: absolute; top: -100px; right: -100px;\n      width: 500px; height: 500px;\n      background: radial-gradient(circle, rgba(46,175,211,0.06) 0%, transparent 65%);\n      pointer-events: none;\n    }\n    .content-side::after {\n      content: '';\n      position: absolute; bottom: -80px; left: -60px;\n      width: 400px; height: 400px;\n      background: radial-gradient(circle, rgba(15,28,92,0.03) 0%, transparent 65%);\n      pointer-events: none;\n    }\n    .content-inner { position: relative; z-index: 1; max-width: 480px; }\n\n    \/* Tag *\/\n    .content-tag {\n      display: inline-flex; align-items: center; gap: 6px;\n      background: rgba(46,175,211,0.08); border: 1px solid rgba(46,175,211,0.2);\n      border-radius: 100px; padding: 5px 14px;\n      font-size: 0.7rem; font-weight: 700; color: var(--blue);\n      letter-spacing: 0.07em; text-transform: uppercase;\n      margin-bottom: 20px; width: fit-content;\n      animation: fadeUp .5s .1s ease both;\n    }\n\n    \/* Headline *\/\n    .content-inner h1 {\n      font-family: 'Sora', sans-serif;\n      font-size: clamp(1.65rem, 2.6vw, 2.3rem);\n      font-weight: 900; line-height: 1.1;\n      letter-spacing: -0.03em; color: var(--navy);\n      margin-bottom: 14px;\n      animation: fadeUp .5s .15s ease both;\n    }\n    .content-inner h1 em { font-style: normal; color: var(--blue); }\n\n    .content-desc {\n      font-size: 0.92rem; color: var(--muted); line-height: 1.75;\n      margin-bottom: 28px;\n      animation: fadeUp .5s .18s ease both;\n    }\n\n    \/* Growth points *\/\n    .growth-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; animation: fadeUp .5s .22s ease both; }\n    .growth-item {\n      display: flex; gap: 13px; align-items: flex-start;\n      padding: 14px 16px;\n      background: var(--off); border: 1px solid var(--border);\n      border-radius: 13px;\n      transition: border-color .2s, box-shadow .2s;\n    }\n    .growth-item:hover { border-color: rgba(46,175,211,0.3); box-shadow: 0 4px 14px rgba(46,175,211,0.08); }\n    .gi-icon {\n      width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;\n      background: rgba(46,175,211,0.1);\n      display: flex; align-items: center; justify-content: center;\n    }\n    .gi-body h4 {\n      font-family: 'Sora', sans-serif; font-size: 0.84rem;\n      font-weight: 700; color: var(--navy); margin-bottom: 3px;\n    }\n    .gi-body p { font-size: 0.77rem; color: var(--muted); line-height: 1.55; }\n    .gi-stat {\n      margin-left: auto; flex-shrink: 0;\n      font-family: 'Sora', sans-serif; font-size: 0.9rem; font-weight: 900;\n      color: var(--blue); letter-spacing: -0.02em;\n    }\n\n    \/* Stats trio *\/\n    .stat-trio {\n      display: grid; grid-template-columns: repeat(3, 1fr);\n      gap: 8px; margin-bottom: 26px;\n      animation: fadeUp .5s .26s ease both;\n    }\n    .stat-box {\n      background: var(--off); border: 1px solid var(--border);\n      border-radius: 12px; padding: 16px 12px; text-align: center;\n      transition: border-color .2s, background .2s;\n    }\n    .stat-box:hover { background: var(--blue-light); border-color: var(--blue-mid); }\n    .stat-n {\n      font-family: 'Sora', sans-serif; font-size: 1.55rem;\n      font-weight: 900; color: var(--blue); letter-spacing: -0.04em;\n      line-height: 1; margin-bottom: 5px;\n    }\n    .stat-l { font-size: 0.6rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; line-height: 1.4; }\n\n    \/* Testimonial *\/\n    .testi {\n      background: var(--off); border: 1px solid var(--border);\n      border-radius: 14px; padding: 18px 20px;\n      animation: fadeUp .5s .3s ease both;\n    }\n    .testi-text {\n      font-size: 0.82rem; color: var(--muted); font-style: italic;\n      line-height: 1.65; margin-bottom: 12px;\n    }\n    .testi-author { display: flex; align-items: center; gap: 10px; }\n    .testi-av {\n      width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;\n      background: linear-gradient(135deg, var(--blue), var(--navy2));\n      display: flex; align-items: center; justify-content: center;\n      font-family: 'Sora', sans-serif; font-size: 0.62rem; font-weight: 700; color: #fff;\n    }\n    .testi-name { font-size: 0.75rem; font-weight: 700; color: var(--navy); }\n    .testi-role { font-size: 0.62rem; color: var(--muted); }\n    .testi-stars { margin-left: auto; color: var(--gold); font-size: 0.68rem; }\n\n    \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\n    @keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:translateY(0)} }\n    @keyframes livePulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.8)} }\n    @keyframes shimmer { 0%{background-position:200% 0} 100%{background-position:-200% 0} }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 960px) {\n      .wrapper { grid-template-columns: 1fr; }\n      .form-side { padding: 48px 28px 40px; }\n      .content-side { padding: 40px 28px 56px; border-left: none; border-top: 1px solid var(--border); }\n      .form-inner, .content-inner { max-width: 100%; }\n      #hs-form-wrapper .form-columns-2 { grid-template-columns: 1fr; }\n    }\n    @media (max-width: 480px) {\n      .stat-trio { grid-template-columns: 1fr; }\n      .gi-stat { display: none; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"wrapper\">\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       LEFT \u2014 FORM (appears first on mobile)\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"form-side\">\n    <div class=\"form-inner\">\n\n      <div class=\"roi-badge\">\n        <div class=\"roi-badge-dot\"><\/div>\n        Your ROI Is Ready \u2014 Let's Make It Real\n      <\/div>\n\n      <div class=\"form-heading\">\n        <h2>Book Your Free 30-Minute Demo<\/h2>\n        <p>You've seen your projected returns. Now let our team walk you through exactly how to achieve them \u2014 personalised to your business, your industry, and your customers.<\/p>\n      <\/div>\n\n      <div class=\"accent-bar\"><\/div>\n\n      <!-- \u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557 -->\n      <!-- \u2551      << ADD EMBED CODE HERE >>       \u2551 -->\n      <!-- \u255a\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255d -->\n      <div id=\"hs-form-wrapper\">\n        <!-- ADD EMBED CODE HERE -->\n<script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n<script>\n  hbspt.forms.create({\n    portalId: \"5703123\",\n    formId: \"4c033979-2932-40e2-aa66-f95bdaba1a58\",\n    region: \"na1\"\n  });\n<\/script>\n      <\/div>\n\n      <div class=\"form-privacy\">\n        <svg width=\"11\" height=\"11\" viewBox=\"0 0 12 12\" fill=\"none\"><path d=\"M6 1L2 3v3c0 2.5 1.8 4.8 4 5.4C8.2 10.8 10 8.5 10 6V3L6 1z\" stroke=\"#6b8a9a\" stroke-width=\"1\" fill=\"none\"\/><\/svg>\n        No pressure. No commitment. Just a real conversation about your growth.\n      <\/div>\n\n      <div class=\"next-steps\">\n        <div class=\"next-steps-title\">What happens after you book<\/div>\n        <div class=\"next-step\">\n          <div class=\"ns-num\">1<\/div>\n          <div class=\"ns-text\"><strong>Confirmation in minutes<\/strong> \u2014 you'll get a calendar invite with everything you need.<\/div>\n        <\/div>\n        <div class=\"next-step\">\n          <div class=\"ns-num\">2<\/div>\n          <div class=\"ns-text\"><strong>Personalised demo<\/strong> \u2014 we review your ROI numbers and show you the exact tools to hit them.<\/div>\n        <\/div>\n        <div class=\"next-step\">\n          <div class=\"ns-num\">3<\/div>\n          <div class=\"ns-text\"><strong>Your launch plan<\/strong> \u2014 walk away with a clear roadmap to get your loyalty program live fast.<\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       RIGHT \u2014 CONTENT\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div class=\"content-side\">\n    <div class=\"content-inner\">\n\n      <div class=\"content-tag\">Your ROI Calculator Results<\/div>\n\n      <h1>The ROI Looks Good.<br>Let's Make It <em>Real.<\/em><\/h1>\n\n      <p class=\"content-desc\">\n        Your loyalty ROI isn't hypothetical anymore. You've seen what's possible. Let's turn those projected returns into real revenue, real repeat customers, and real growth \u2014 with a loyalty program built specifically for your business.\n      <\/p>\n\n      <!-- Growth points -->\n      <div class=\"growth-list\">\n\n        <div class=\"growth-item\">\n          <div class=\"gi-icon\">\n            <svg width=\"17\" height=\"17\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M3 13l4-5 3 3 3-4 4 5\" stroke=\"#2EAFD3\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n          <\/div>\n          <div class=\"gi-body\">\n            <h4>Revenue That Compounds Over Time<\/h4>\n            <p>Loyalty members visit more often, spend more per visit, and refer more friends \u2014 every month, that compounds into outsized growth.<\/p>\n          <\/div>\n          <div class=\"gi-stat\">+74%<\/div>\n        <\/div>\n\n        <div class=\"growth-item\">\n          <div class=\"gi-icon\">\n            <svg width=\"17\" height=\"17\" viewBox=\"0 0 20 20\" fill=\"none\"><path d=\"M10 3l1.8 3.6 4 .6-2.9 2.8.7 4L10 12l-3.6 1.9.7-4L4.2 7.2l4-.6L10 3z\" stroke=\"#2EAFD3\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\/><\/svg>\n          <\/div>\n          <div class=\"gi-body\">\n            <h4>Customers Who Actually Come Back<\/h4>\n            <p>A points system gives your customers a reason to choose you over competitors \u2014 every single time they're ready to buy again.<\/p>\n          <\/div>\n          <div class=\"gi-stat\">82%<\/div>\n        <\/div>\n\n        <div class=\"growth-item\">\n          <div class=\"gi-icon\">\n            <svg width=\"17\" height=\"17\" viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"8\" r=\"3\" stroke=\"#2EAFD3\" stroke-width=\"1.3\"\/><path d=\"M5 17c0-2.8 2.2-5 5-5s5 2.2 5 5\" stroke=\"#2EAFD3\" stroke-width=\"1.3\" stroke-linecap=\"round\"\/><path d=\"M15 8a3 3 0 010 6\" stroke=\"#2EAFD3\" stroke-width=\"1.3\" stroke-linecap=\"round\"\/><\/svg>\n          <\/div>\n          <div class=\"gi-body\">\n            <h4>Referrals That Cost You Almost Nothing<\/h4>\n            <p>Reward your best customers for bringing friends. Referred customers cost 80% less to acquire and retain 37% better.<\/p>\n          <\/div>\n          <div class=\"gi-stat\">3\u00d7<\/div>\n        <\/div>\n\n        <div class=\"growth-item\">\n          <div class=\"gi-icon\">\n            <svg width=\"17\" height=\"17\" viewBox=\"0 0 20 20\" fill=\"none\"><rect x=\"3\" y=\"4\" width=\"14\" height=\"10\" rx=\"2\" stroke=\"#2EAFD3\" stroke-width=\"1.3\"\/><path d=\"M7 9h6M7 12h4\" stroke=\"#2EAFD3\" stroke-width=\"1.2\" stroke-linecap=\"round\"\/><\/svg>\n          <\/div>\n          <div class=\"gi-body\">\n            <h4>Automated Campaigns That Run Themselves<\/h4>\n            <p>SMS, email, and push flows that re-engage lapsed customers and push active ones toward their next reward \u2014 without manual work.<\/p>\n          <\/div>\n          <div class=\"gi-stat\">\u2191AOV<\/div>\n        <\/div>\n\n      <\/div>\n\n      <!-- Stats -->\n      <div class=\"stat-trio\">\n        <div class=\"stat-box\">\n          <div class=\"stat-n\">+74%<\/div>\n          <div class=\"stat-l\">Avg. Revenue Lift in 6 Months<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n          <div class=\"stat-n\">5,000+<\/div>\n          <div class=\"stat-l\">Active Businesses on Kangaroo<\/div>\n        <\/div>\n        <div class=\"stat-box\">\n          <div class=\"stat-n\">30min<\/div>\n          <div class=\"stat-l\">All it takes to see your full growth plan<\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Testimonial -->\n      <div class=\"testi\">\n        <div class=\"testi-text\">\"The demo alone changed how I thought about customer retention. Within 60 days of launching Kangaroo, our repeat purchase rate was up 40% and we could see exactly why.\"<\/div>\n        <div class=\"testi-author\">\n          <div class=\"testi-av\">M<\/div>\n          <div>\n            <div class=\"testi-name\">Mike Deluca<\/div>\n            <div class=\"testi-role\">Owner, Deluca's Fine Foods<\/div>\n          <\/div>\n          <div class=\"testi-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-378c586 e-flex e-con-boxed animejs-disable e-con e-parent\" data-id=\"378c586\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e97843 animejs-disable elementor-widget elementor-widget-spacer\" data-id=\"0e97843\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\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>Book Your Free Demo \u2014 Kangaroo Rewards Your ROI Is Ready \u2014 Let&#8217;s Make It Real Book Your Free 30-Minute Demo You&#8217;ve seen your projected returns. Now let our team walk you through exactly how to achieve them \u2014 personalised to your business, your industry, and your customers. No pressure. No commitment. Just a real [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"_pvb_checkbox_block_on_post":false,"footnotes":""},"class_list":["post-12319","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ROI Calculator Booking Form - Kangaroo Rewards<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/loyalty.kangaroorewards.com\/fr\/roi-calculator-booking-form\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ROI Calculator Booking Form - Kangaroo Rewards\" \/>\n<meta property=\"og:description\" content=\"Book Your Free Demo \u2014 Kangaroo Rewards Your ROI Is Ready \u2014 Let&#8217;s Make It Real Book Your Free 30-Minute Demo You&#8217;ve seen your projected returns. Now let our team walk you through exactly how to achieve them \u2014 personalised to your business, your industry, and your customers. No pressure. No commitment. Just a real [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/loyalty.kangaroorewards.com\/fr\/roi-calculator-booking-form\/\" \/>\n<meta property=\"og:site_name\" content=\"Kangaroo Rewards\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-12T02:05:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimation du temps de lecture\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/roi-calculator-booking-form\\\/\",\"url\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/roi-calculator-booking-form\\\/\",\"name\":\"ROI Calculator Booking Form - Kangaroo Rewards\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/#website\"},\"datePublished\":\"2026-03-01T23:02:54+00:00\",\"dateModified\":\"2026-03-12T02:05:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/roi-calculator-booking-form\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/roi-calculator-booking-form\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/roi-calculator-booking-form\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ROI Calculator Booking Form\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/#website\",\"url\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/\",\"name\":\"Kangaroo Rewards\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/#organization\",\"name\":\"Kangaroo Rewards\",\"url\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/cropped-9E3673A8-2DA6-4EE2-9738-1654094C88D2.png\",\"contentUrl\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/cropped-9E3673A8-2DA6-4EE2-9738-1654094C88D2.png\",\"width\":2500,\"height\":2500,\"caption\":\"Kangaroo Rewards\"},\"image\":{\"@id\":\"https:\\\/\\\/loyalty.kangaroorewards.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ROI Calculator Booking Form - Kangaroo Rewards","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/loyalty.kangaroorewards.com\/fr\/roi-calculator-booking-form\/","og_locale":"fr_CA","og_type":"article","og_title":"ROI Calculator Booking Form - Kangaroo Rewards","og_description":"Book Your Free Demo \u2014 Kangaroo Rewards Your ROI Is Ready \u2014 Let&#8217;s Make It Real Book Your Free 30-Minute Demo You&#8217;ve seen your projected returns. Now let our team walk you through exactly how to achieve them \u2014 personalised to your business, your industry, and your customers. No pressure. No commitment. Just a real [&hellip;]","og_url":"https:\/\/loyalty.kangaroorewards.com\/fr\/roi-calculator-booking-form\/","og_site_name":"Kangaroo Rewards","article_modified_time":"2026-03-12T02:05:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimation du temps de lecture":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/loyalty.kangaroorewards.com\/roi-calculator-booking-form\/","url":"https:\/\/loyalty.kangaroorewards.com\/roi-calculator-booking-form\/","name":"ROI Calculator Booking Form - Kangaroo Rewards","isPartOf":{"@id":"https:\/\/loyalty.kangaroorewards.com\/#website"},"datePublished":"2026-03-01T23:02:54+00:00","dateModified":"2026-03-12T02:05:31+00:00","breadcrumb":{"@id":"https:\/\/loyalty.kangaroorewards.com\/roi-calculator-booking-form\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/loyalty.kangaroorewards.com\/roi-calculator-booking-form\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/loyalty.kangaroorewards.com\/roi-calculator-booking-form\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/loyalty.kangaroorewards.com\/"},{"@type":"ListItem","position":2,"name":"ROI Calculator Booking Form"}]},{"@type":"WebSite","@id":"https:\/\/loyalty.kangaroorewards.com\/#website","url":"https:\/\/loyalty.kangaroorewards.com\/","name":"Kangaroo","description":"","publisher":{"@id":"https:\/\/loyalty.kangaroorewards.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/loyalty.kangaroorewards.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/loyalty.kangaroorewards.com\/#organization","name":"Kangaroo","url":"https:\/\/loyalty.kangaroorewards.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/loyalty.kangaroorewards.com\/#\/schema\/logo\/image\/","url":"https:\/\/loyalty.kangaroorewards.com\/wp-content\/uploads\/2025\/07\/cropped-9E3673A8-2DA6-4EE2-9738-1654094C88D2.png","contentUrl":"https:\/\/loyalty.kangaroorewards.com\/wp-content\/uploads\/2025\/07\/cropped-9E3673A8-2DA6-4EE2-9738-1654094C88D2.png","width":2500,"height":2500,"caption":"Kangaroo Rewards"},"image":{"@id":"https:\/\/loyalty.kangaroorewards.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/loyalty.kangaroorewards.com\/fr\/wp-json\/wp\/v2\/pages\/12319","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/loyalty.kangaroorewards.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/loyalty.kangaroorewards.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/loyalty.kangaroorewards.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/loyalty.kangaroorewards.com\/fr\/wp-json\/wp\/v2\/comments?post=12319"}],"version-history":[{"count":5,"href":"https:\/\/loyalty.kangaroorewards.com\/fr\/wp-json\/wp\/v2\/pages\/12319\/revisions"}],"predecessor-version":[{"id":12655,"href":"https:\/\/loyalty.kangaroorewards.com\/fr\/wp-json\/wp\/v2\/pages\/12319\/revisions\/12655"}],"wp:attachment":[{"href":"https:\/\/loyalty.kangaroorewards.com\/fr\/wp-json\/wp\/v2\/media?parent=12319"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}