Terms

1. Subscription Model

Cohesive AI operates on a monthly subscription basis. By paying the onboarding fee, you agree to maintain an active subscription for at least the first billing cycle. That being said, we typically recommend clients stay on for at least three months, as results (e.g., closed jobs) often materialize within a 2–3 month window.

After the initial monthly subscription starts, your subscription continues on a month-to-month basis and renews automatically on the same calendar day each month (e.g., if you signed up on the 10th, you’ll be charged on the 10th of each following month).

2. Cancellation Policy

You may cancel your subscription at any time. Cancellation requests must be received before your next billing date to avoid charges for the upcoming period. Cancellations submitted after a payment has been processed will take effect at the end of the current billing cycle.

3. Refunds

All payments are non-refundable. If you cancel after a payment has been processed, your subscription will remain active until the end of the current billing period. No partial-month refunds or credits will be issued.

4. Acceptance

By submitting payment, you acknowledge and agree to these Terms & Conditions. You confirm that you are authorized to make this purchase and understand the subscription structure, initial commitment period, and cancellation policy.

1. Subscription Model

Cohesive AI operates on a monthly subscription basis. By paying the onboarding fee, you agree to maintain an active subscription for at least the first billing cycle. That being said, we typically recommend clients stay on for at least three months, as results (e.g., closed jobs) often materialize within a 2–3 month window.

After the initial monthly subscription starts, your subscription continues on a month-to-month basis and renews automatically on the same calendar day each month (e.g., if you signed up on the 10th, you’ll be charged on the 10th of each following month).

2. Cancellation Policy

You may cancel your subscription at any time. Cancellation requests must be received before your next billing date to avoid charges for the upcoming period. Cancellations submitted after a payment has been processed will take effect at the end of the current billing cycle.

3. Refunds

All payments are non-refundable. If you cancel after a payment has been processed, your subscription will remain active until the end of the current billing period. No partial-month refunds or credits will be issued.

4. Acceptance

By submitting payment, you acknowledge and agree to these Terms & Conditions. You confirm that you are authorized to make this purchase and understand the subscription structure, initial commitment period, and cancellation policy.

1. Subscription Model

Cohesive AI operates on a monthly subscription basis. By paying the onboarding fee, you agree to maintain an active subscription for at least the first billing cycle. That being said, we typically recommend clients stay on for at least three months, as results (e.g., closed jobs) often materialize within a 2–3 month window.

After the initial monthly subscription starts, your subscription continues on a month-to-month basis and renews automatically on the same calendar day each month (e.g., if you signed up on the 10th, you’ll be charged on the 10th of each following month).

2. Cancellation Policy

You may cancel your subscription at any time. Cancellation requests must be received before your next billing date to avoid charges for the upcoming period. Cancellations submitted after a payment has been processed will take effect at the end of the current billing cycle.

3. Refunds

All payments are non-refundable. If you cancel after a payment has been processed, your subscription will remain active until the end of the current billing period. No partial-month refunds or credits will be issued.

4. Acceptance

By submitting payment, you acknowledge and agree to these Terms & Conditions. You confirm that you are authorized to make this purchase and understand the subscription structure, initial commitment period, and cancellation policy.

window.dataLayer = window.dataLayer || []; // Function to push virtual pageview with the current URL path function gtmPageView(url) { window.dataLayer.push({ event: 'virtualPageView', page: url, }); } // Fire an initial virtual pageview for homepage load (optional, GTM snippet usually does this) gtmPageView(window.location.pathname); // Listen for Framer route changes and send virtual pageview events window.addEventListener('framerPageChange', () => { gtmPageView(window.location.pathname); }); // Fallback for history API changes (SPA navigation) const pushState = history.pushState; history.pushState = function () { pushState.apply(history, arguments); gtmPageView(window.location.pathname); }; window.addEventListener('popstate', () => { gtmPageView(window.location.pathname); });