{"id":17995,"date":"2025-09-17T14:52:35","date_gmt":"2025-09-17T14:52:35","guid":{"rendered":"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/?page_id=17995"},"modified":"2026-03-31T07:50:57","modified_gmt":"2026-03-31T07:50:57","slug":"pricing","status":"publish","type":"page","link":"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"17995\" class=\"elementor elementor-17995\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f106200 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"f106200\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-ea4f416 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"ea4f416\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tSimple pricing for AI\u2011powered keyword research\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-e09f92a nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"e09f92a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<p\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tPick a plan that fits how your team discovers, clusters, and ships SEO content.\t\t\t<\/p>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-063f4a4 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"063f4a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6e58fe nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas_pricing\" data-id=\"e6e58fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas_pricing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t      <script>\r\n        \/\/ Function to initialize price toggles\r\n        function initPriceToggles() {\r\n          const pricingWrappers = document.querySelectorAll('.nextsaas_pricing_wrapper[data-display=\"toggle\"]');\r\n\r\n          pricingWrappers.forEach(function(pricingWrapper) {\r\n            \/\/ Check which variation is currently active\r\n            const activeVariation = pricingWrapper.querySelector('[data-display=\"toggle-variation-1\"]') ? 'toggle-variation-1' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-2\"]') ? 'toggle-variation-2' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-3\"]') ? 'toggle-variation-3' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-5\"]') ? 'toggle-variation-5' :\r\n              pricingWrapper.querySelector('[data-display=\"toggle-variation-6\"]') ? 'toggle-variation-6' : null;\r\n\r\n            if (!activeVariation) return;\r\n\r\n            \/\/ Handle Variation 1\r\n            if (activeVariation === 'toggle-variation-1') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v1');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v1');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v1');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 2\r\n            if (activeVariation === 'toggle-variation-2') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v2');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v2');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v2');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 3\r\n            if (activeVariation === 'toggle-variation-3') {\r\n              const toggle = pricingWrapper.querySelector('#priceCheck-v3');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v3');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v3');\r\n\r\n              \/\/ Initialize default state\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n\r\n              if (toggle) {\r\n                \/\/ Remove existing event listeners to prevent duplicates\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Handle Variation 5 (use class so multiple widgets work; ID would duplicate)\r\n            if (activeVariation === 'toggle-variation-5') {\r\n              const toggle = pricingWrapper.querySelector('input.nextsaas-price-toggle-v5');\r\n              const monthlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-monthly-v5');\r\n              const yearlyPrices = pricingWrapper.querySelectorAll('.nextsaas-price-yearly-v5');\r\n              const monthlyLabels = pricingWrapper.querySelectorAll('.nextsaas-toggle-monthly-label-v5');\r\n              const yearlyLabels = pricingWrapper.querySelectorAll('.nextsaas-toggle-yearly-label-v5');\r\n\r\n              monthlyPrices.forEach(price => price.style.display = 'block');\r\n              yearlyPrices.forEach(price => price.style.display = 'none');\r\n              monthlyLabels.forEach(el => {\r\n                el.classList.remove('hidden');\r\n              });\r\n              yearlyLabels.forEach(el => {\r\n                el.classList.add('hidden');\r\n              });\r\n\r\n              if (toggle) {\r\n                const newToggle = toggle.cloneNode(true);\r\n                toggle.parentNode.replaceChild(newToggle, toggle);\r\n\r\n                newToggle.addEventListener('change', function() {\r\n                  if (this.checked) {\r\n                    monthlyPrices.forEach(price => price.style.display = 'none');\r\n                    yearlyPrices.forEach(price => price.style.display = 'block');\r\n                    monthlyLabels.forEach(el => {\r\n                      el.classList.add('hidden');\r\n                    });\r\n                    yearlyLabels.forEach(el => {\r\n                      el.classList.remove('hidden');\r\n                    });\r\n                  } else {\r\n                    monthlyPrices.forEach(price => price.style.display = 'block');\r\n                    yearlyPrices.forEach(price => price.style.display = 'none');\r\n                    monthlyLabels.forEach(el => {\r\n                      el.classList.remove('hidden');\r\n                    });\r\n                    yearlyLabels.forEach(el => {\r\n                      el.classList.add('hidden');\r\n                    });\r\n                  }\r\n                });\r\n              }\r\n            }\r\n\r\n            \/\/ Variation 6: monthly\/yearly radios + .monthly \/ .yearly visibility\r\n            if (activeVariation === 'toggle-variation-6') {\r\n              const v6Root = pricingWrapper.querySelector('[data-display=\"toggle-variation-6\"]');\r\n              if (!v6Root) return;\r\n\r\n              const monthlyRadio = v6Root.querySelector('input[name=\"pricing-toggle\"][value=\"monthly\"]');\r\n              const yearlyRadio = v6Root.querySelector('input[name=\"pricing-toggle\"][value=\"yearly\"]');\r\n              const monthlyBlocks = v6Root.querySelectorAll('.monthly');\r\n              const yearlyBlocks = v6Root.querySelectorAll('.yearly');\r\n\r\n              function syncV6Prices() {\r\n                const isYearly = yearlyRadio && yearlyRadio.checked;\r\n                monthlyBlocks.forEach(function(el) {\r\n                  el.classList.toggle('hidden', !!isYearly);\r\n                });\r\n                yearlyBlocks.forEach(function(el) {\r\n                  el.classList.toggle('hidden', !isYearly);\r\n                });\r\n              }\r\n\r\n              syncV6Prices();\r\n\r\n              if (monthlyRadio) {\r\n                monthlyRadio.addEventListener('change', syncV6Prices);\r\n              }\r\n              if (yearlyRadio) {\r\n                yearlyRadio.addEventListener('change', syncV6Prices);\r\n              }\r\n            }\r\n          });\r\n        }\r\n\r\n        \/\/ Initialize for frontend\r\n        document.addEventListener('DOMContentLoaded', initPriceToggles);\r\n\r\n        \/\/ Initialize for Elementor editor\r\n        if (typeof elementor !== 'undefined') {\r\n          elementor.hooks.addAction('panel\/open_editor\/widget\/nextsaas_pricing', initPriceToggles);\r\n          elementor.hooks.addAction('frontend\/element_ready\/nextsaas_pricing.default', initPriceToggles);\r\n        }\r\n\r\n        \/\/ Fallback initialization\r\n        if (document.readyState !== 'loading') {\r\n          initPriceToggles();\r\n        }\r\n      <\/script>\r\n        <div class=\"nextsaas_pricing_wrapper\" data-display=\"toggle\" >\r\n      \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n  <div class=\"nextsaas-pricing-container price-scope\" data-display=\"toggle-variation-6\">\r\n          <div class=\"flex justify-center pricing-toggle-container\">\r\n        <div class=\"relative z-0 inline-flex pricing-toggle-wrapper\">\r\n                    <div\r\n            class=\"tab-slider-wrapper pricing-toggle-wrapper\"\r\n            data-active-tab-bg-color=\"#ffffff\"\r\n            data-active-tab-text-color=\"#0d0d12E6\"\r\n            data-inactive-tab-text-color=\"rgba(255, 255, 255, 0.6)\"\r\n            data-animation-duration=\"0.4\"\r\n            data-animation-ease=\"power3.out\">\r\n            <form class=\"pricing-form\">\r\n              <fieldset\r\n                class=\"bg-background-4 relative inline-flex gap-x-1 rounded-full p-1 backdrop-blur-[20px]\">\r\n                <legend class=\"sr-only\">Choose billing period<\/legend>\r\n\r\n                <input\r\n                  type=\"radio\"\r\n                  name=\"pricing-toggle\"\r\n                  id=\"monthly\"\r\n                  value=\"monthly\"\r\n                  class=\"peer\/monthly sr-only\"\r\n                  checked \/>\r\n                <input\r\n                  type=\"radio\"\r\n                  name=\"pricing-toggle\"\r\n                  id=\"yearly\"\r\n                  value=\"yearly\"\r\n                  class=\"peer\/yearly sr-only\" \/>\r\n                <label\r\n                  for=\"monthly\"\r\n                  class=\"font-inter-tight text-tagline-2 bg-background-5 flex h-9 cursor-pointer items-center justify-center rounded-full px-4 py-1 font-normal text-white\/60\">\r\n                  <span class=\"relative z-20\">Monthly<\/span>\r\n                <\/label>\r\n                <label\r\n                  for=\"yearly\"\r\n                  class=\"font-inter-tight text-tagline-2 bg-background-5 flex h-9 cursor-pointer items-center justify-center rounded-full px-4 py-1 font-normal text-white\/60\">\r\n                  <span class=\"relative z-20\">Yearly<\/span>\r\n                <\/label>\r\n                <div class=\"active-tab absolute top-0 left-0 z-10 rounded-full\"><\/div>\r\n              <\/fieldset>\r\n            <\/form>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    \r\n    <div\r\n      class=\"grid grid-cols-1 nextsaas-pricing-cards-grid\"\r\n      aria-label=\"Pricing plans\">\r\n              <div class=\"w-full nextsaas-pricing-card\">\r\n          <div class=\"relative \">\r\n                        <div class=\"pricing-card bg-background-6 border-stroke-1\/11 rounded-2xl border py-[52px]\">\r\n              <div class=\"space-y-8\">\r\n                <div class=\"border-stroke-1\/11 space-y-6 border-b px-7 pb-8 lg:px-[52px]\">\r\n                  <div class=\"flex items-start justify-between\">\r\n                    <div class=\"space-y-1\">\r\n                      <h3 class=\"font-instrument-serif text-is-heading-4 font-normal text-white\/90 nextsaas-plan-title\">Starter<\/h3>\r\n                                              <p class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-plan-description\">Best for startup and small teams<\/p>\r\n                                          <\/div>\r\n                                      <\/div>\r\n                  <div>\r\n                    <h4 class=\"monthly space-x-4 nextsaas-plan-price nextsaas-plan-price-v5 nextsaas-price-monthly nextsaas-price-monthly-v5\">\r\n                      <span\r\n                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] font-normal text-white\/60 nextsaas-plan-price-amount-old\">$<span>29<\/span>\r\n                                                <span class=\"absolute top-1\/2 left-0 z-10 h-px w-[92%] -translate-y-1\/2 bg-white old-price-line\" aria-hidden=\"true\"><\/span>\r\n                                              <\/span>\r\n                                              <span class=\"font-manrope text-manrope-heading-4 font-medium text-white\/90 nextsaas-plan-price-amount-new\">$<span>19<\/span><\/span>\r\n                                          <\/h4>\r\n                    <h4 class=\"yearly hidden space-x-4 nextsaas-plan-price nextsaas-plan-price-v5 nextsaas-price-yearly nextsaas-price-yearly-v5\">\r\n                      <span\r\n                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] font-normal text-white\/60 nextsaas-plan-price-amount-old\">$<span>999<\/span>\r\n                                                <span class=\"absolute top-1\/2 left-0 z-10 h-px w-[92%] -translate-y-1\/2 bg-white old-price-line\" aria-hidden=\"true\"><\/span>\r\n                                              <\/span>\r\n                                              <span class=\"font-manrope text-manrope-heading-4 font-medium text-white\/90 nextsaas-plan-price-amount-new\">$<span>699<\/span><\/span>\r\n                                          <\/h4>\r\n                  <\/div>\r\n                <\/div>\r\n                <!-- includes  -->\r\n                <div class=\"space-y-12 px-7 lg:px-[52px]\">\r\n                  <div class=\"space-y-4\">\r\n                    <h5 class=\"nextsaas-pricing-features-heading font-inter-tight text-tagline-2 font-normal text-white\/90\">\r\n                      Starter includes:\r\n                    <\/h5>\r\n                                          <ul class=\"space-y-4 py-2 nextsaas-features-list nextsaas-features-list-v5\">\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Up to 10,000 keyword credits per month<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">5 active projects across domains or clients<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">AI keyword suggestions for up to 5 languages<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">SERP overview and basic difficulty scores<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">CSV export of keyword lists and clusters<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Email support with 48\u2011hour response time<\/span>\r\n                          <\/li>\r\n                                              <\/ul>\r\n                                      <\/div>\r\n                  <a href=\"#\"\r\n                                                            class=\"w-full inline-block nextsaas-pricing-button\">\r\n                    <div\r\n                      class=\"nextsaas-pricing-button-inner group bg-background-7 hover:border-stroke-3\/[0.18] w-full relative z-10 flex h-full max-h-12 cursor-pointer items-center justify-center rounded-full border border-transparent px-6 py-[15px] transition-all duration-300 ease-in-out\">\r\n                      <div class=\"relative flex items-center justify-start gap-x-2.5 overflow-hidden\">\r\n                        <!-- dot circle  -->\r\n                        <div\r\n                          class=\"nextsaas-pricing-button-hover-dot bg-background-6 absolute left-0 size-[16px] translate-x-[-130%] rounded-full transition-transform duration-400 ease-in-out group-hover:translate-x-0 \"><\/div>\r\n                        <span\r\n                          class=\"nextsaas-pricing-button-label font-ibm-plex-mono text-tagline-2 text-background-14 inline-block leading-[22.4px] font-medium text-nowrap transition-transform duration-400 ease-in-out group-hover:translate-x-[28px]\">\r\n                          Get Started                        <\/span>\r\n                        <!-- -> arrow  -->\r\n                        <span\r\n                          class=\"relative mt-px inline-block transition-transform duration-400 ease-in-out group-hover:translate-x-full\">\r\n                          <svg\r\n                            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                            width=\"18\"\r\n                            height=\"18\"\r\n                            viewBox=\"0 0 18 18\"\r\n                            fill=\"none\">\r\n                            <path\r\n                              d=\"M6.75 13.5L11.25 9L6.75 4.5\"\r\n                              stroke=\"#0D1017\"\r\n                              stroke-linecap=\"round\"\r\n                              stroke-linejoin=\"round\" \/>\r\n                          <\/svg>\r\n                        <\/span>\r\n                      <\/div>\r\n                    <\/div>\r\n                  <\/a>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n              <div class=\"w-full nextsaas-pricing-card\">\r\n          <div class=\"relative nextsaas-pricing-featured-outline overflow-hidden rounded-2xl shadow-[10px_20px_100px_0_rgba(255,107,81,0.20)]\">\r\n                        <div class=\"pricing-card bg-background-6 border-stroke-1\/11 rounded-2xl border py-[52px]\">\r\n              <div class=\"space-y-8\">\r\n                <div class=\"border-stroke-1\/11 space-y-6 border-b px-7 pb-8 lg:px-[52px]\">\r\n                  <div class=\"flex items-start justify-between\">\r\n                    <div class=\"space-y-1\">\r\n                      <h3 class=\"font-instrument-serif text-is-heading-4 font-normal text-white\/90 nextsaas-plan-title\">Pro<\/h3>\r\n                                              <p class=\"font-inter-tight text-tagline-2 font-normal text-white\/60 nextsaas-plan-description\">Best for growing businesses and teams<\/p>\r\n                                          <\/div>\r\n                                          <span class=\"nextsaas-pricing-featured-badge bg-opai-lemon text-background-5 text-tagline-4 rounded-full px-4 py-2\">\r\n                        Popular                      <\/span>\r\n                                      <\/div>\r\n                  <div>\r\n                    <h4 class=\"monthly space-x-4 nextsaas-plan-price nextsaas-plan-price-v5 nextsaas-price-monthly nextsaas-price-monthly-v5\">\r\n                      <span\r\n                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] font-normal text-white\/60 nextsaas-plan-price-amount-old\">$<span>79<\/span>\r\n                                                <span class=\"absolute top-1\/2 left-0 z-10 h-px w-[92%] -translate-y-1\/2 bg-white old-price-line\" aria-hidden=\"true\"><\/span>\r\n                                              <\/span>\r\n                                              <span class=\"font-manrope text-manrope-heading-4 font-medium text-white\/90 nextsaas-plan-price-amount-new\">$<span>49<\/span><\/span>\r\n                                          <\/h4>\r\n                    <h4 class=\"yearly hidden space-x-4 nextsaas-plan-price nextsaas-plan-price-v5 nextsaas-price-yearly nextsaas-price-yearly-v5\">\r\n                      <span\r\n                        class=\"font-inter-tight text-it-heading-6 relative z-30 h-[30px] font-normal text-white\/60 nextsaas-plan-price-amount-old\">$<span>1999<\/span>\r\n                                                <span class=\"absolute top-1\/2 left-0 z-10 h-px w-[92%] -translate-y-1\/2 bg-white old-price-line\" aria-hidden=\"true\"><\/span>\r\n                                              <\/span>\r\n                                              <span class=\"font-manrope text-manrope-heading-4 font-medium text-white\/90 nextsaas-plan-price-amount-new\">$<span>1399<\/span><\/span>\r\n                                          <\/h4>\r\n                  <\/div>\r\n                <\/div>\r\n                <!-- includes  -->\r\n                <div class=\"space-y-12 px-7 lg:px-[52px]\">\r\n                  <div class=\"space-y-4\">\r\n                    <h5 class=\"nextsaas-pricing-features-heading font-inter-tight text-tagline-2 font-normal text-white\/90\">\r\n                      Starter includes:\r\n                    <\/h5>\r\n                                          <ul class=\"space-y-4 py-2 nextsaas-features-list nextsaas-features-list-v5\">\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">100,000+ keyword credits per month<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Unlimited projects and workspaces<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">One\u2011click keyword clustering and topic grouping<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Content brief generation for every keyword cluster<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Team seats with role\u2011based access contro<\/span>\r\n                          <\/li>\r\n                                                                            <li class=\"font-inter-tight text-tagline-2 flex items-center justify-start gap-x-4 text-left nextsaas-feature-item nextsaas-feature-item-v5 nextsaas-feature-included nextsaas-feature-included-v5 font-normal text-white\/90\">\r\n                            <span class=\"nextsaas-feature-icon flex size-4 shrink-0 items-center justify-center\">\r\n                              <svg viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-2 w-3 stroke-white\/90\">\r\n                                <path d=\"M11.5 0.5L4.5 7.49969L1 4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n                              <\/svg>\r\n                            <\/span>\r\n                            <span class=\"nextsaas-feature-text nextsaas-feature-text-v5 font-normal text-white\/90\">Priority chat support and onboarding call<\/span>\r\n                          <\/li>\r\n                                              <\/ul>\r\n                                      <\/div>\r\n                  <a href=\"#\"\r\n                                                            class=\"w-full inline-block nextsaas-pricing-button\">\r\n                    <div\r\n                      class=\"nextsaas-pricing-button-inner group bg-background-7 hover:border-stroke-3\/[0.18] w-full relative z-10 flex h-full max-h-12 cursor-pointer items-center justify-center rounded-full border border-transparent px-6 py-[15px] transition-all duration-300 ease-in-out\">\r\n                      <div class=\"relative flex items-center justify-start gap-x-2.5 overflow-hidden\">\r\n                        <!-- dot circle  -->\r\n                        <div\r\n                          class=\"nextsaas-pricing-button-hover-dot bg-background-6 absolute left-0 size-[16px] translate-x-[-130%] rounded-full transition-transform duration-400 ease-in-out group-hover:translate-x-0 \"><\/div>\r\n                        <span\r\n                          class=\"nextsaas-pricing-button-label font-ibm-plex-mono text-tagline-2 text-background-14 inline-block leading-[22.4px] font-medium text-nowrap transition-transform duration-400 ease-in-out group-hover:translate-x-[28px]\">\r\n                          Buy Now                        <\/span>\r\n                        <!-- -> arrow  -->\r\n                        <span\r\n                          class=\"relative mt-px inline-block transition-transform duration-400 ease-in-out group-hover:translate-x-full\">\r\n                          <svg\r\n                            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\r\n                            width=\"18\"\r\n                            height=\"18\"\r\n                            viewBox=\"0 0 18 18\"\r\n                            fill=\"none\">\r\n                            <path\r\n                              d=\"M6.75 13.5L11.25 9L6.75 4.5\"\r\n                              stroke=\"#0D1017\"\r\n                              stroke-linecap=\"round\"\r\n                              stroke-linejoin=\"round\" \/>\r\n                          <\/svg>\r\n                        <\/span>\r\n                      <\/div>\r\n                    <\/div>\r\n                  <\/a>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n          <\/div>\r\n  <\/div>\r\n    <\/div>\r\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<div class=\"elementor-element elementor-element-0d865e3 e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"0d865e3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-63113de elementor-widget__width-initial elementor-widget-mobile__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"63113de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tTrusted by leading businesses worldwide\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-f6c000f nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"f6c000f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<p\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tJoin the growing list of companies transforming their operations with OptimAI.\t\t\t<\/p>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b93944 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"6b93944\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c6be8d9 e-con-full e-grid nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"c6be8d9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"gsap-animation elementor-element elementor-element-8d3a23d e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"8d3a23d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6feb5a elementor-view-default elementor-position-block-start elementor-mobile-position-block-start nextsaas-filter-effect-no elementor-widget elementor-widget-icon-box\" data-id=\"d6feb5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"ns ns-shape-92\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFinTech corp\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSmart chatbots and voice assistants to elevate customer experiences.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-60e12e2 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"60e12e2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f87ee75 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start nextsaas-filter-effect-no elementor-widget elementor-widget-icon-box\" data-id=\"f87ee75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"ns ns-shape-99\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tHealthify\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHarnessing data-driven insights empowers organizations to make smarter decisions\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-b13bd9c e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"b13bd9c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e988619 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start nextsaas-filter-effect-no elementor-widget elementor-widget-icon-box\" data-id=\"e988619\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"ns ns-shape-60\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRetailNova\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tStreamline tasks and increase efficiency with AI-powered workflows.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-21c31d2 e-con-full elementor-hidden-desktop elementor-hidden-mobile e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"21c31d2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-809db20 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start nextsaas-filter-effect-no elementor-widget elementor-widget-icon-box\" data-id=\"809db20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"ns ns-shape-59\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tEduTech labs\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tDeliver customized product and content suggestions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc8d6b4 e-con-full e-grid nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-id=\"dc8d6b4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"gsap-animation elementor-element elementor-element-86ec44d e-con-full elementor-hidden-tablet e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"86ec44d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30cb46c elementor-view-default elementor-position-block-start elementor-mobile-position-block-start nextsaas-filter-effect-no elementor-widget elementor-widget-icon-box\" data-id=\"30cb46c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"ns ns-shape-59\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tEduTech labs\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tDeliver customized product and content suggestions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-bfeb4a0 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"bfeb4a0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c68b2e9 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start nextsaas-filter-effect-no elementor-widget elementor-widget-icon-box\" data-id=\"c68b2e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"ns ns-shape-88\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLogiChain\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProtect your business with real-time threat detection.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"gsap-animation elementor-element elementor-element-cdcfb12 e-con-full e-flex nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-child\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.4\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"cdcfb12\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c6f542 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start nextsaas-filter-effect-no elementor-widget elementor-widget-icon-box\" data-id=\"7c6f542\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"ns ns-shape-101\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSmartHome AI\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSmart chatbots and voice assistants to elevate customer experiences.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39da6cd e-flex e-con-boxed nextsaas-filter-effect-no nextsaas-custom-background-no nextsaas-custom-border-glow-animation-no nextsaas-custom-glowing-card-no nextsaas-sticky-no e-con e-parent\" data-id=\"39da6cd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa9015d elementor-absolute nextsaas-filter-effect-no elementor-widget elementor-widget-image\" data-id=\"aa9015d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"1329\" src=\"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-content\/uploads\/2026\/03\/cta-img-scaled.png\" class=\"attachment-full size-full wp-image-45368\" alt=\"\" srcset=\"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-content\/uploads\/2026\/03\/cta-img-scaled.png 2560w, https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-content\/uploads\/2026\/03\/cta-img-300x156.png 300w, https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-content\/uploads\/2026\/03\/cta-img-1024x532.png 1024w, https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-content\/uploads\/2026\/03\/cta-img-768x399.png 768w, https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-content\/uploads\/2026\/03\/cta-img-340x176.png 340w, https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-content\/uploads\/2026\/03\/cta-img-1536x797.png 1536w, https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-content\/uploads\/2026\/03\/cta-img-2048x1063.png 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-382dcf8 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.1\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"382dcf8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<h2\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tReady to transform your customer support?\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-eb3bcb3 elementor-widget__width-initial nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-heading\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.2\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"eb3bcb3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_heading_wrap nextsaas-element\">\r\n\t\t\t<p\t\t\t\tclass=\"font-medium mb-4 nextsaas_heading   \"\r\n\t\t\t\tstyle=\"\"\r\n\t\t\t>\r\n\t\t\t\tJoin the growing number of businesses delivering exceptional customer experiences with AI.\t\t\t<\/p>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"gsap-animation elementor-element elementor-element-d8a60c4 nextsaas-filter-effect-no elementor-widget elementor-widget-nextsaas-button\" data-gsap-animate=\"true\" data-duration=\"0.6\" data-delay=\"0.3\" data-direction=\"down\" data-offset=\"60\" data-rotation=\"0\" data-id=\"d8a60c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"nextsaas-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"nextsaas_button_wrap\">\r\n\t\t\t\t\t\t\t<div class=\"md:inline-block block\">\r\n\t\t\t\t\t<a href=\"#\"  class=\"inline-block\">\r\n\t\t\t\t\t\t<div class=\"group bg-background-7 hover:border-stroke-3\/18 relative z-10 flex h-full max-h-12 cursor-pointer items-center justify-center rounded-full border border-transparent px-6 py-[15px] transition-all duration-300 ease-in-out nextsaas-button btn-v9\">\r\n\t\t\t\t\t\t\t<div class=\"relative flex items-center justify-start gap-x-2.5 overflow-hidden\">\r\n\t\t\t\t\t\t\t\t<div class=\"bg-background-6 absolute left-0 size-[16px] translate-x-[-130%] rounded-full transition-transform duration-400 ease-in-out group-hover:translate-x-0 btn-v9-circle\"><\/div>\r\n\r\n\t\t\t\t\t\t\t\t<span class=\"font-ibm-plex-mono text-tagline-2 text-background-14 inline-block leading-[22.4px] font-medium text-nowrap transition-transform duration-400 ease-in-out group-hover:translate-x-[28px]\">\r\n\t\t\t\t\t\t\t\t\tGet started\t\t\t\t\t\t\t\t<\/span>\r\n\r\n\t\t\t\t\t\t\t\t<span class=\"relative mt-px inline-block transition-transform duration-400 ease-in-out group-hover:translate-x-full btn-v9-arrow\">\r\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\">\r\n\t\t\t\t\t\t\t\t\t\t<path d=\"M6.75 13.5L11.25 9L6.75 4.5\" stroke=\"#0D1017\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\r\n\t\t\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Simple pricing for AI\u2011powered keyword research Pick a plan that fits how your team discovers, clusters, and ships SEO content. Choose billing period Monthly Yearly Starter Best for startup and small teams $29 $19 $999 $699 Starter includes: Up to 10,000 keyword credits per month 5 active projects across domains or clients AI keyword suggestions [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-17995","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-json\/wp\/v2\/pages\/17995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-json\/wp\/v2\/comments?post=17995"}],"version-history":[{"count":144,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-json\/wp\/v2\/pages\/17995\/revisions"}],"predecessor-version":[{"id":46849,"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-json\/wp\/v2\/pages\/17995\/revisions\/46849"}],"wp:attachment":[{"href":"https:\/\/nextsaas-wp.pixels71.com\/ai-kw-generator\/wp-json\/wp\/v2\/media?parent=17995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}