{"id":18402,"date":"2025-09-10T03:01:09","date_gmt":"2025-09-09T19:01:09","guid":{"rendered":"https:\/\/www.automatedclientsystem.com\/?page_id=18402"},"modified":"2025-12-03T07:20:51","modified_gmt":"2025-12-02T23:20:51","slug":"pricing","status":"publish","type":"page","link":"https:\/\/www.automatedclientsystem.com\/en_au\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"18402\" class=\"elementor elementor-18402\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dab573 e-flex e-con-boxed e-con e-parent\" data-id=\"1dab573\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3b4f59f e-con-full e-flex e-con e-child\" data-id=\"3b4f59f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6c2d46 elementor-widget elementor-widget-html\" data-id=\"d6c2d46\" 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\n<!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>ACS Pricing<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Quicksand:wght@400;600&display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    body {\n      font-family: 'Fredoka', sans-serif;\n      background-color: #f9f9f9;\n      margin: 0;\n      padding: 40px 20px;\n    }\n\n    .pricing-section {\n      max-width: 1100px;\n      margin: auto;\n      text-align: center;\n      \n    }\n\n    .pricing-section h2 {\n      font-size: 2em;\n      color: #333;\n      margin-bottom: 20px;\n    }\n\n    .toggle-container {\n      margin-bottom: 30px;\n    }\n\n    .toggle-label {\n      font-weight: 600;\n      margin-right: 10px;\n      color: #555;\n      \n    }\n\n    .toggle-switch {\n      position: relative;\n      display: inline-block;\n      width: 60px;\n      height: 30px;\n    }\n\n    .toggle-switch input {\n      opacity: 0;\n      width: 0;\n      height: 0;\n    }\n\n    .slider {\n      position: absolute;\n      cursor: pointer;\n      top: 0; left: 0;\n      right: 0; bottom: 0;\n      background-color: #ccc;\n      transition: 0.4s;\n      border-radius: 30px;\n    }\n\n    .slider:before {\n      position: absolute;\n      content: \"\";\n      height: 24px;\n      width: 24px;\n      left: 3px;\n      bottom: 3px;\n      background-color: white;\n      transition: 0.4s;\n      border-radius: 50%;\n    }\n\n    input:checked + .slider {\n      background-color: #33a9fd;\n    }\n\n    input:checked + .slider:before {\n      transform: translateX(30px);\n    }\n\n    .pricing-cards {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 30px;\n    }\n\n    .card {\n      background-color: #fff;\n      border: 2px solid #33a9fd;\n      border-radius: 10px;\n      width: 300px;\n      padding: 25px;\n      box-shadow: 0 0 15px rgba(0,0,0,0.05);\n      transition: transform 0.3s ease;\n      position: relative;\n    }\n\n    .card:hover {\n      transform: translateY(-5px);\n    }\n\n    .plan-title {\n      font-size: 1.5em;\n      font-weight: 600;\n      color: #33a9fd;\n      margin-bottom: 10px;\n    }\n\n    .price {\n      font-size: 1.2em;\n      color: #444;\n      margin-bottom: 15px;\n    }\n\n    .features {\n      list-style: none;\n      padding: 0;\n      margin-bottom: 20px;\n      text-align: left;\n    }\n\n    .features li {\n      margin-bottom: 8px;\n      padding-left: 20px;\n      position: relative;\n      color: #555;\n    }\n\n    .features li::before {\n      content: \"\u2714\";\n      position: absolute;\n      left: 0;\n      color: #33a9fd;\n      font-weight: bold;\n    }\n\n    .choose-btn {\n      background-color: #33a9fd;\n      color: #fff;\n      border: none;\n      padding: 10px 20px;\n      border-radius: 6px;\n      font-weight: bold;\n      cursor: pointer;\n      font-family: 'Quicksand', sans-serif;\n      transition: background 0.3s ease;\n    }\n\n    .choose-btn:hover {\n      background-color: #1e8cd8;\n    }\n\n    .note {\n      font-size: 0.9em;\n      color: #666;\n      margin-top: 30px;\n    }\n\n    \/* Modal styles *\/\n    .modal {\n      display: none;\n      position: fixed;\n      z-index: 999;\n      left: 0; top: 0;\n      width: 100%; height: 100%;\n      background-color: rgba(0,0,0,0.5);\n    }\n\n    .modal-content {\n      background-color: #fff;\n      margin: 10% auto;\n      padding: 20px;\n      border-radius: 10px;\n      width: 90%;\n      max-width: 500px;\n      box-shadow: 0 0 20px rgba(0,0,0,0.2);\n      text-align: left;\n    }\n\n    .close-btn {\n      float: right;\n      font-size: 1.2em;\n      font-weight: bold;\n      color: #33a9fd;\n      cursor: pointer;\n    }\n\n    @media (max-width: 768px) {\n      .pricing-cards {\n        flex-direction: column;\n        align-items: center;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <div class=\"pricing-section\">\n    <h2>SitePilot ACS Pricing <\/h2>\n\n    <div class=\"toggle-container\">\n      <span class=\"toggle-label\">Monthly<\/span>\n      <label class=\"toggle-switch\">\n        <input type=\"checkbox\" id=\"pricingToggle\" \/>\n        <span class=\"slider\"><\/span>\n      <\/label>\n      <span class=\"toggle-label\">Annual<\/span>\n    <\/div>\n\n    <div class=\"pricing-cards\">\n      <div class=\"card\">\n        <div class=\"plan-title\">Starter<\/div>\n        <div class=\"price\" id=\"starterPrice\">$19 \/ month<\/div>\n        <ul class=\"features\">\n          <li>Custom domain<\/li>\n          <li>Secure hosting<\/li>\n          <li>Basic SEO<\/li>\n          <li>Email support<\/li>\n        <\/ul>\n        <button class=\"choose-btn\" onclick=\"openModal('Starter')\">Choose Plan<\/button>\n      <\/div>\n\n      <div class=\"card\">\n        <div class=\"plan-title\">Professional<\/div>\n        <div class=\"price\" id=\"proPrice\">$39 \/ month<\/div>\n        <ul class=\"features\">\n          <li>Everything in Starter<\/li>\n          <li>Blog<\/li>\n          <li>Appointment booking<\/li>\n          <li>Analytics dashboard<\/li>\n        <\/ul>\n        <button class=\"choose-btn\" onclick=\"openModal('Professional')\">Choose Plan<\/button>\n      <\/div>\n\n      <div class=\"card\">\n        <div class=\"plan-title\">Premium<\/div>\n        <div class=\"price\" id=\"premiumPrice\">$69 \/ month<\/div>\n        <ul class=\"features\">\n          <li>All features<\/li>\n          <li>Priority support<\/li>\n          <li>Multilingual site<\/li>\n          <li>Advanced customization<\/li>\n        <\/ul>\n        <button class=\"choose-btn\" onclick=\"openModal('Premium')\">Choose Plan<\/button>\n      <\/div>\n    <\/div>\n\n    <div class=\"note\">\ud83d\udca1 Annual plans include one free domain registration and setup.<\/div>\n  <\/div>\n\n  <!-- Modal -->\n  <div id=\"pricingModal\" class=\"modal\">\n    <div class=\"modal-content\">\n      <span class=\"close-btn\" onclick=\"closeModal()\">\u00d7<\/span>\n      <h3 id=\"modalTitle\">Plan Details<\/h3>\n      <p>Thank you for choosing the <strong id=\"selectedPlan\">Plan<\/strong>. Our team will reach out to help you get started. You\u2019ll receive setup instructions and onboarding support tailored to your package.<\/p>\n    <\/div>\n  <\/div>\n\n  <script>\n    const toggle = document.getElementById('pricingToggle');\n    const starterPrice = document.getElementById('starterPrice');\n    const proPrice = document.getElementById('proPrice');\n    const premiumPrice = document.getElementById('premiumPrice');\n\n    toggle.addEventListener('change', function () {\n      if (this.checked) {\n        starterPrice.textContent = \"$199 \/ year\";\n        proPrice.textContent = \"$399 \/ year\";\n        premiumPrice.textContent = \"$699 \/ year\";\n      } else {\n        starterPrice.textContent = \"$19 \/ month\";\n        proPrice.textContent = \"$39 \/ month\";\n        premiumPrice.textContent = \"$69 \/ month\";\n      }\n    });\n\n    function openModal(planName) {\n      document.getElementById('pricingModal').style.display = 'block';\n      document.getElementById('selectedPlan').textContent = planName;\n      document.getElementById('modalTitle').textContent = `${planName} Plan Details`;\n    }\n\n    function closeModal() {\n      document.getElementById('pricingModal').style.display = 'none';\n    }\n  <\/script>\n\n<\/body>\n<\/html>\n<!-- ConvertChat Pricing Section -->\n<section style=\"padding: 60px 20px; background-color: #F9F6ED; font-family: 'Quicksand', sans-serif; color: #1a1a1c;\">\n  <div style=\"max-width: 900px; margin: 0 auto; text-align: center;\">\n    <h2 style=\"font-family: 'Fredoka', sans-serif; font-size: 32px; margin-bottom: 10px;\">\ud83d\udcac ConvertChat Pricing<\/h2>\n    <p style=\"font-size: 18px; margin-bottom: 30px;\">Smart, automated conversations that convert\u2014built for your practice.<\/p>\n\n    <div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-bottom: 40px;\">\n\n      <!-- Installation -->\n      <div style=\"background-color: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); width: 280px;\">\n        <h3 style=\"font-family: 'Fredoka', sans-serif; font-size: 24px; margin-bottom: 10px;\">Initial Setup<\/h3>\n        <p style=\"font-size: 16px; margin-bottom: 10px;\">One-time installation & configuration<\/p>\n        <p style=\"font-size: 20px; font-weight: bold;\">\u20b115,000 <span style=\"font-size: 14px; color: #777;\">| $255 USD<\/span><\/p>\n      <\/div>\n\n      <!-- Monthly Subscription -->\n      <div style=\"background-color: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); width: 280px;\">\n        <h3 style=\"font-family: 'Fredoka', sans-serif; font-size: 24px; margin-bottom: 10px;\">Monthly Subscription<\/h3>\n        <p style=\"font-size: 16px; margin-bottom: 10px;\">Ongoing support, updates & chatbot hosting<\/p>\n        <p style=\"font-size: 20px; font-weight: bold;\">\u20b15,000 <span style=\"font-size: 14px; color: #777;\">| $85 USD<\/span><\/p>\n      <\/div>\n\n    <\/div>\n\n    <a href=\"https:\/\/www.automatedclientsystem.com\/en_au\/converchat-demo\/\" style=\"display: inline-block; padding: 12px 24px; background-color: #1a1a1c; color: #fff; border-radius: 30px; text-decoration: none; font-family: 'Fredoka', sans-serif;\">View Demo<\/a>\n  <\/div>\n<\/section>\n\n<!-- FAQ Accordion -->\n<section style=\"padding: 40px 20px; font-family: 'Quicksand', sans-serif; background-color: #fff; color: #1a1a1c;\">\n  <div style=\"max-width: 800px; margin: 0 auto;\">\n    <h3 style=\"font-family: 'Fredoka', sans-serif; font-size: 28px; margin-bottom: 20px;text-align: center;\">\ud83e\udde0 Frequently Asked Questions<\/h3>\n\n    <details style=\"margin-bottom: 20px;\">\n      <summary style=\"font-weight: bold; cursor: pointer;text-align: center;\">What\u2019s included in the \u20b115,000 \/ $255 setup?<\/summary>\n      <p style=\"margin-top: 10px;\">We\u2019ll install ConvertChat on your website, configure your chatbot flows, and connect it to your onboarding system. You\u2019ll also receive a walkthrough and support during launch.<\/p>\n    <\/details>\n\n    <details style=\"margin-bottom: 20px;\">\n      <summary style=\"font-weight: bold; cursor: pointer;text-align: center;\">What does the monthly subscription cover?<\/summary>\n      <p style=\"margin-top: 10px;\">Your \u20b15,000 \/ $85 monthly fee includes chatbot hosting, updates, flow adjustments, and ongoing support from the ACS team.<\/p>\n    <\/details>\n\n    <details style=\"margin-bottom: 20px;\">\n      <summary style=\"font-weight: bold; cursor: pointer;\">Can I cancel anytime?<\/summary>\n      <p style=\"margin-top: 10px;\">Yes! You can cancel your subscription at any time. No long-term contracts or hidden fees.<\/p>\n    <\/details>\n\n    <details style=\"margin-bottom: 20px;\">\n      <summary style=\"font-weight: bold; cursor: pointer;\">Is ConvertChat compatible with my existing website?<\/summary>\n      <p style=\"margin-top: 10px;\">ConvertChat works with most platforms including WordPress, Shopify, Kartra, and custom HTML sites. We\u2019ll confirm compatibility during setup.<\/p>\n    <\/details>\n  <\/div>\n<\/section>\n\n<!-- ACS ZOESI SEO Packages -->\n<section style=\"padding: 60px 20px; background-color: #fff; font-family: 'Quicksand', sans-serif; color: #1a1a1c;\">\n  <div style=\"max-width: 1000px; margin: 0 auto; text-align: center;\">\n    <h2 style=\"font-family: 'Fredoka', sans-serif; font-size: 32px; margin-bottom: 10px;\">\ud83d\udce6 ACS ZOESI SEO Packages<\/h2>\n    <p style=\"font-size: 18px; margin-bottom: 40px;\">Choose the SEO solution that fits your growth stage and content needs.<\/p>\n\n    <div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 30px;\">\n\n      <!-- Starter Package -->\n      <div style=\"background-color: #FAF6E8; border-radius: 12px; padding: 30px; width: 300px; box-shadow: 0 2px 10px rgba(0,0,0,0.05);\">\n        <h3 style=\"font-family: 'Fredoka', sans-serif; font-size: 24px; margin-bottom: 10px;\">SEO Starter<\/h3>\n        <p style=\"font-size: 16px; margin-bottom: 15px;\">Get your company off the ground and into the search engines.<\/p>\n        <ul style=\"list-style: none; padding-left: 0; font-size: 15px; line-height: 1.6; text-align: left;\">\n          <li>\ud83d\udd39 8 Keywords<\/li>\n          <li>\ud83d\udd39 10 Backlinks\/month<\/li>\n          <li>\ud83d\udd39 On Page SEO<\/li>\n          <li>\ud83d\udd39 500 Word Power Page<\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Base Package -->\n      <div style=\"background-color: #FAF6E8; border-radius: 12px; padding: 30px; width: 300px; box-shadow: 0 2px 10px rgba(0,0,0,0.05);\">\n        <h3 style=\"font-family: 'Fredoka', sans-serif; font-size: 24px; margin-bottom: 10px;\">SEO Base Package<\/h3>\n        <p style=\"font-size: 16px; margin-bottom: 15px;\">Expanded features for stronger visibility and competitive edge.<\/p>\n        <ul style=\"list-style: none; padding-left: 0; font-size: 15px; line-height: 1.6; text-align: left;\">\n          <li>\ud83d\udd39 12 Keywords<\/li>\n          <li>\ud83d\udd39 20 Backlinks\/month (2GPB Links)<\/li>\n          <li>\ud83d\udd39 On Page SEO (1 Hour)<\/li>\n          <li>\ud83d\udd39 1000 Word Power Page<\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Base Plus Content -->\n      <div style=\"background-color: #FAF6E8; border-radius: 12px; padding: 30px; width: 300px; box-shadow: 0 2px 10px rgba(0,0,0,0.05);\">\n        <h3 style=\"font-family: 'Fredoka', sans-serif; font-size: 24px; margin-bottom: 10px;\">SEO Base + Content<\/h3>\n        <p style=\"font-size: 16px; margin-bottom: 15px;\">All Base features plus monthly keyword-driven content.<\/p>\n        <ul style=\"list-style: none; padding-left: 0; font-size: 15px; line-height: 1.6; text-align: left;\">\n          <li>\ud83d\udd39 12 Keywords<\/li>\n          <li>\ud83d\udd39 20 Backlinks\/month (2GPB Links)<\/li>\n          <li>\ud83d\udd39 On Page SEO (2 Hours)<\/li>\n          <li>\ud83d\udd39 1000 Word Power Page\/month (2 in Month 1)<\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n\n    <a href=\"https:\/\/www.automatedclientsystem.com\/en_au\/acs-zoesi-seo-onboarding-form\/\" style=\"display: inline-block; margin-top: 40px; padding: 12px 24px; background-color: #1a1a1c; color: #fff; border-radius: 30px; text-decoration: none; font-family: 'Fredoka', sans-serif;\">Fill Out SEO Onboarding Form<\/a>\n  <\/div>\n<\/section>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>ACS Pricing SitePilot ACS Pricing Monthly Annual Starter $19 \/ month Custom domain Secure hosting Basic SEO Email support Choose Plan Professional $39 \/ month Everything in Starter Blog Appointment booking Analytics dashboard Choose Plan Premium $69 \/ month All features Priority support Multilingual site Advanced customization Choose Plan \ud83d\udca1 Annual plans include one free&hellip;&nbsp;<a href=\"https:\/\/www.automatedclientsystem.com\/en_au\/pricing\/\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">Pricing<\/span><\/a><\/p>","protected":false},"author":29,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"off","neve_meta_content_width":100,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","neve_meta_reading_time":"","_themeisle_gutenberg_block_has_review":false,"nv_restrict_types":{"user_id":"no","user_role":"no","password":"no"},"nv_restrict_user_ids":[],"nv_restrict_user_roles":[],"nv_restrict_password":"","footnotes":""},"class_list":["post-18402","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.automatedclientsystem.com\/en_au\/wp-json\/wp\/v2\/pages\/18402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.automatedclientsystem.com\/en_au\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.automatedclientsystem.com\/en_au\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.automatedclientsystem.com\/en_au\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"https:\/\/www.automatedclientsystem.com\/en_au\/wp-json\/wp\/v2\/comments?post=18402"}],"version-history":[{"count":21,"href":"https:\/\/www.automatedclientsystem.com\/en_au\/wp-json\/wp\/v2\/pages\/18402\/revisions"}],"predecessor-version":[{"id":19772,"href":"https:\/\/www.automatedclientsystem.com\/en_au\/wp-json\/wp\/v2\/pages\/18402\/revisions\/19772"}],"wp:attachment":[{"href":"https:\/\/www.automatedclientsystem.com\/en_au\/wp-json\/wp\/v2\/media?parent=18402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}