{"product_id":"free-cro-audit","title":"Free CRO Audit","description":"\u003cstyle\u003e\n  \/* Rocket Possum Free CRO Audit product page content block\n     Designed to sit INSIDE a Shopify product page without replacing\n     the Shopify product title, price or buy button.\n  *\/\n\n  .rp-product-content {\n    --rp-bg-soft: #151922;\n    --rp-bg-softer: #1b2030;\n    --rp-card: rgba(255,255,255,0.04);\n    --rp-border: rgba(255,255,255,0.12);\n    --rp-border-strong: rgba(255,255,255,0.22);\n    --rp-text: #f5f7fa;\n    --rp-muted: rgba(245,247,250,0.78);\n    --rp-soft: rgba(245,247,250,0.58);\n    --rp-accent: #ff6a00;\n    --rp-accent-hover: #ff8a33;\n    --rp-shadow: 0 18px 60px rgba(0,0,0,0.28);\n    --rp-radius-lg: 24px;\n    --rp-radius-md: 18px;\n    color: var(--rp-text);\n    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    line-height: 1.5;\n    margin-top: 24px;\n  }\n\n  .rp-product-content * { box-sizing: border-box; }\n\n  .rp-product-content a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .rp-pc-section {\n    margin-top: 26px;\n  }\n\n  .rp-pc-hero,\n  .rp-pc-card,\n  .rp-pc-cta,\n  .rp-pc-band {\n    border: 1px solid var(--rp-border);\n    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.025));\n    border-radius: var(--rp-radius-md);\n    box-shadow: var(--rp-shadow);\n  }\n\n  .rp-pc-hero {\n    padding: 26px;\n    background: linear-gradient(180deg, rgba(255,106,0,0.10), rgba(255,255,255,0.025));\n    border-color: rgba(255,106,0,0.24);\n  }\n\n  .rp-pc-topline {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 16px;\n    padding: 8px 14px;\n    border: 1px solid var(--rp-border);\n    border-radius: 999px;\n    background: rgba(255,255,255,0.04);\n    color: var(--rp-soft);\n    font-size: 12px;\n    font-family: \"SF Mono\", \"Roboto Mono\", \"IBM Plex Mono\", monospace;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .rp-pc-topline-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 999px;\n    background: var(--rp-accent);\n    box-shadow: 0 0 16px rgba(255,106,0,0.55);\n  }\n\n  .rp-pc-title {\n    margin: 0 0 12px;\n    font-size: clamp(30px, 4vw, 46px);\n    line-height: 1.02;\n    letter-spacing: -0.04em;\n  }\n\n  .rp-pc-copy {\n    margin: 0;\n    color: var(--rp-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .rp-pc-pill-row,\n  .rp-pc-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .rp-pc-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 34px;\n    padding: 8px 12px;\n    border-radius: 999px;\n    background: rgba(255,255,255,0.06);\n    border: 1px solid rgba(255,255,255,0.08);\n    color: var(--rp-soft);\n    font-size: 12px;\n  }\n\n  .rp-pc-grid-2,\n  .rp-pc-grid-3,\n  .rp-pc-process {\n    display: grid;\n    gap: 18px;\n  }\n\n  .rp-pc-grid-2 {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .rp-pc-grid-3,\n  .rp-pc-process {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .rp-pc-card {\n    padding: 22px;\n  }\n\n  .rp-pc-card h3 {\n    margin: 0 0 10px;\n    font-size: 22px;\n    line-height: 1.15;\n  }\n\n  .rp-pc-card p {\n    margin: 0;\n    color: var(--rp-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .rp-pc-list {\n    list-style: none;\n    margin: 16px 0 0;\n    padding: 0;\n    display: grid;\n    gap: 12px;\n  }\n\n  .rp-pc-list li {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    color: var(--rp-muted);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .rp-pc-check {\n    color: var(--rp-accent);\n    font-weight: 700;\n    margin-top: 1px;\n  }\n\n  .rp-pc-section-head {\n    margin-bottom: 18px;\n  }\n\n  .rp-pc-kicker {\n    margin: 0 0 8px;\n    color: var(--rp-accent);\n    font-size: 12px;\n    font-family: \"SF Mono\", \"Roboto Mono\", \"IBM Plex Mono\", monospace;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .rp-pc-section-title {\n    margin: 0 0 10px;\n    font-size: clamp(28px, 4vw, 40px);\n    line-height: 1.05;\n    letter-spacing: -0.04em;\n  }\n\n  .rp-pc-section-copy {\n    margin: 0;\n    color: var(--rp-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .rp-pc-band {\n    padding: 24px;\n    background: linear-gradient(180deg, rgba(255,106,0,0.08), rgba(255,255,255,0.025));\n    border-color: rgba(255,106,0,0.22);\n  }\n\n  .rp-pc-step {\n    position: relative;\n    padding: 22px;\n    border: 1px solid var(--rp-border);\n    background: rgba(255,255,255,0.035);\n    border-radius: var(--rp-radius-md);\n  }\n\n  .rp-pc-step-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 36px;\n    height: 36px;\n    margin-bottom: 14px;\n    border-radius: 999px;\n    background: linear-gradient(135deg, var(--rp-accent), var(--rp-accent-hover));\n    color: #111;\n    font-size: 13px;\n    font-weight: 800;\n    font-family: \"SF Mono\", \"Roboto Mono\", \"IBM Plex Mono\", monospace;\n  }\n\n  .rp-pc-step h3 {\n    margin: 0 0 10px;\n    font-size: 20px;\n    line-height: 1.15;\n  }\n\n  .rp-pc-step p {\n    margin: 0;\n    color: var(--rp-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .rp-pc-example {\n    border: 1px solid rgba(255,106,0,0.24);\n    background: linear-gradient(180deg, rgba(255,106,0,0.10), rgba(255,255,255,0.025));\n  }\n\n  .rp-pc-example-box {\n    padding: 18px;\n    border-radius: 16px;\n    background: rgba(255,255,255,0.03);\n    border: 1px solid rgba(255,255,255,0.08);\n  }\n\n  .rp-pc-example-box strong {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--rp-text);\n    font-size: 15px;\n  }\n\n  .rp-pc-example-box p {\n    margin: 0;\n    color: var(--rp-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .rp-pc-cta {\n    padding: 28px;\n    text-align: center;\n    background: linear-gradient(180deg, rgba(255,106,0,0.12), rgba(255,255,255,0.025));\n    border-color: rgba(255,106,0,0.28);\n  }\n\n  .rp-pc-cta-title {\n    margin: 0 0 10px;\n    font-size: clamp(28px, 4vw, 40px);\n    line-height: 1.04;\n    letter-spacing: -0.04em;\n  }\n\n  .rp-pc-cta-copy {\n    margin: 0 auto;\n    max-width: 760px;\n    color: var(--rp-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .rp-pc-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 18px;\n    border-radius: 12px;\n    font-weight: 700;\n    font-size: 14px;\n    border: 1px solid var(--rp-border-strong);\n    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;\n  }\n\n  .rp-pc-btn:hover {\n    transform: translateY(-1px);\n  }\n\n  .rp-pc-btn-secondary {\n    background: rgba(255,255,255,0.04);\n    color: var(--rp-text);\n  }\n\n  .rp-pc-mini {\n    margin-top: 12px;\n    color: var(--rp-soft);\n    font-size: 13px;\n  }\n\n  @media (max-width: 900px) {\n    .rp-pc-grid-2,\n    .rp-pc-grid-3,\n    .rp-pc-process {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 720px) {\n    .rp-pc-copy,\n    .rp-pc-section-copy,\n    .rp-pc-card p,\n    .rp-pc-step p,\n    .rp-pc-cta-copy {\n      font-size: 15px;\n    }\n\n    .rp-pc-button-row {\n      flex-direction: column;\n    }\n\n    .rp-pc-btn {\n      width: 100%;\n    }\n\n    .rp-pc-hero,\n    .rp-pc-card,\n    .rp-pc-cta,\n    .rp-pc-band,\n    .rp-pc-step {\n      padding: 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rp-product-content\"\u003e\n  \u003csection class=\"rp-pc-section\"\u003e\n    \u003cdiv class=\"rp-pc-hero\"\u003e\n      \u003cdiv class=\"rp-pc-topline\"\u003e\n        \u003cspan class=\"rp-pc-topline-dot\"\u003e\u003c\/span\u003e\n        Free CRO Audit\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"rp-pc-title\"\u003eA free CRO audit for one important page\u003c\/h2\u003e\n\n      \u003cp class=\"rp-pc-copy\"\u003e\n        The Free CRO Audit gives you a quick outside view of one important page, helping you spot obvious friction, missed opportunities and sensible next steps. It is a simple way to see how Rocket Possum thinks before committing to a deeper audit or ongoing support.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rp-pc-pill-row\"\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003eOne-page light review\u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003eNo card needed\u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003ePractical first step\u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003eBuilt for ecommerce and lead gen\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-pc-section\"\u003e\n    \u003cdiv class=\"rp-pc-section-head\"\u003e\n      \u003cp class=\"rp-pc-kicker\"\u003eWhat it is\u003c\/p\u003e\n      \u003ch2 class=\"rp-pc-section-title\"\u003eA quick conversion-focused review, not a bloated audit\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-section-copy\"\u003e\n        This is designed to give you a useful starting point. We look at the page through a CRO lens and call out obvious areas where clarity, trust, friction, hierarchy or calls to action may be affecting performance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rp-pc-grid-3\"\u003e\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eSpot friction\u003c\/h3\u003e\n        \u003cp\u003eWe look for obvious moments where the page may be making visitors hesitate, work too hard or lose confidence.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eImprove clarity\u003c\/h3\u003e\n        \u003cp\u003eWe assess whether the page quickly explains the offer, the value and the next step clearly enough.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eFind next steps\u003c\/h3\u003e\n        \u003cp\u003eYou get a simple view of what may deserve attention first, without the theatre of a giant strategy document.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-pc-section\"\u003e\n    \u003cdiv class=\"rp-pc-section-head\"\u003e\n      \u003cp class=\"rp-pc-kicker\"\u003eWhat you get\u003c\/p\u003e\n      \u003ch2 class=\"rp-pc-section-title\"\u003eA useful first look at one page\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-section-copy\"\u003e\n        The Free CRO Audit is intentionally light. It is useful for identifying obvious issues and deciding whether a deeper Growth Audit or monthly CRO support makes sense.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rp-pc-grid-2\"\u003e\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eWhat gets reviewed\u003c\/h3\u003e\n        \u003cul class=\"rp-pc-list\"\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eOffer clarity and first impression\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003ePage hierarchy and ease of scanning\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eCTA visibility and next-step clarity\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eTrust signals and obvious credibility gaps\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eFriction points and missed opportunities\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eBasic mobile experience observations\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eWhat you receive\u003c\/h3\u003e\n        \u003cul class=\"rp-pc-list\"\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eA light CRO review of one page\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eHigh-level observations on possible blockers\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eA small number of practical next-step suggestions\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eA clearer view of whether deeper CRO support may help\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eA simple starting point for better website decisions\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-pc-section\"\u003e\n    \u003cdiv class=\"rp-pc-band\"\u003e\n      \u003cdiv class=\"rp-pc-section-head\"\u003e\n        \u003cp class=\"rp-pc-kicker\"\u003eHow it works\u003c\/p\u003e\n        \u003ch2 class=\"rp-pc-section-title\"\u003eAdd it to cart, checkout, then send the page\u003c\/h2\u003e\n        \u003cp class=\"rp-pc-section-copy\"\u003e\n          Because this is set up as a Shopify product, you can add the Free CRO Audit to your cart and complete checkout for $0. After that, we collect the page URL and context needed to complete the review.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-process\"\u003e\n        \u003cdiv class=\"rp-pc-step\"\u003e\n          \u003cdiv class=\"rp-pc-step-number\"\u003e01\u003c\/div\u003e\n          \u003ch3\u003eCheckout for free\u003c\/h3\u003e\n          \u003cp\u003eAdd the Free CRO Audit to your cart and complete checkout. No payment is required.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rp-pc-step\"\u003e\n          \u003cdiv class=\"rp-pc-step-number\"\u003e02\u003c\/div\u003e\n          \u003ch3\u003eSend the page\u003c\/h3\u003e\n          \u003cp\u003eWe will ask for the page URL, business context and the main outcome you want the page to achieve.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rp-pc-step\"\u003e\n          \u003cdiv class=\"rp-pc-step-number\"\u003e03\u003c\/div\u003e\n          \u003ch3\u003eGet a first view\u003c\/h3\u003e\n          \u003cp\u003eYou receive a light CRO review with practical observations and suggested next steps.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-pc-section\"\u003e\n    \u003cdiv class=\"rp-pc-section-head\"\u003e\n      \u003cp class=\"rp-pc-kicker\"\u003eFree Audit versus Growth Audit\u003c\/p\u003e\n      \u003ch2 class=\"rp-pc-section-title\"\u003eStart light, go deeper if the page deserves it\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-section-copy\"\u003e\n        The Free CRO Audit is a useful first look. The Growth Audit is the better option when one page matters commercially and you want deeper, more prioritised direction.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rp-pc-grid-2\"\u003e\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eChoose Free CRO Audit if…\u003c\/h3\u003e\n        \u003cul class=\"rp-pc-list\"\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want a quick outside view first\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou are not sure where to start\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want to see how Rocket Possum thinks\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou need a low-friction first step\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eChoose Growth Audit if…\u003c\/h3\u003e\n        \u003cul class=\"rp-pc-list\"\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou have one high-value page that needs more depth\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want prioritised recommendations, not just a light scan\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou need clearer direction before briefing changes\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eThe page is commercially important enough to justify deeper review\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-pc-section\"\u003e\n    \u003cdiv class=\"rp-pc-card rp-pc-example\"\u003e\n      \u003cdiv class=\"rp-pc-section-head\" style=\"text-align:left; margin:0 0 18px; max-width:none;\"\u003e\n        \u003cp class=\"rp-pc-kicker\"\u003eExample thinking\u003c\/p\u003e\n        \u003ch2 class=\"rp-pc-section-title\"\u003eThe kind of issue a free audit may surface\u003c\/h2\u003e\n        \u003cp class=\"rp-pc-section-copy\"\u003e\n          The free audit is designed to spot obvious friction quickly, then help you decide whether the page needs deeper attention.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-grid-2\"\u003e\n        \u003cdiv class=\"rp-pc-example-box\"\u003e\n          \u003cstrong\u003eIssue spotted\u003c\/strong\u003e\n          \u003cp\u003eThe page explains the offer eventually, but the first screen is too vague and the main CTA is not obvious enough on mobile.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rp-pc-example-box\"\u003e\n          \u003cstrong\u003eWhy it matters\u003c\/strong\u003e\n          \u003cp\u003eIf visitors do not understand the value quickly, they may scroll without purpose or leave before seeing the proof lower down.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rp-pc-example-box\"\u003e\n          \u003cstrong\u003ePossible improvement\u003c\/strong\u003e\n          \u003cp\u003eMake the headline more specific, move proof higher and give the primary CTA stronger visual treatment.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rp-pc-example-box\"\u003e\n          \u003cstrong\u003ePossible next step\u003c\/strong\u003e\n          \u003cp\u003eIf the page is carrying meaningful traffic, a deeper Growth Audit may help prioritise what to fix and test first.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-pc-section\"\u003e\n    \u003cdiv class=\"rp-pc-section-head\"\u003e\n      \u003cp class=\"rp-pc-kicker\"\u003eGood fit\u003c\/p\u003e\n      \u003ch2 class=\"rp-pc-section-title\"\u003eWho this is for\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rp-pc-grid-2\"\u003e\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eThis is a good fit if…\u003c\/h3\u003e\n        \u003cul class=\"rp-pc-list\"\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want a quick first opinion on one important page\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou run an ecommerce, lead gen or service-based website\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou suspect the page could convert better but are not sure where to start\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want a practical first step before paying for deeper support\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eThis is probably not the right fit if…\u003c\/h3\u003e\n        \u003cul class=\"rp-pc-list\"\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e–\u003c\/span\u003e\u003cspan\u003eYou need a detailed, prioritised CRO audit of a high-value page\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e–\u003c\/span\u003e\u003cspan\u003eYou want implementation included\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e–\u003c\/span\u003e\u003cspan\u003eYou need analytics, heatmaps or session recordings reviewed\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e–\u003c\/span\u003e\u003cspan\u003eYou expect a free audit to solve every commercial problem known to humanity. We admire the optimism.\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rp-pc-section\"\u003e\n    \u003cdiv class=\"rp-pc-cta\"\u003e\n      \u003ch2 class=\"rp-pc-cta-title\"\u003eStart with a free outside view\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-cta-copy\"\u003e\n        Use the product options above to add the Free CRO Audit to your cart. If you want to compare options first, you can view pricing or book a quick conversation.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rp-pc-button-row\" style=\"justify-content:center;\"\u003e\n        \u003ca class=\"rp-pc-btn rp-pc-btn-secondary\" href=\"\/pages\/see-how-it-works\"\u003eSee how it works\u003c\/a\u003e\n        \u003ca class=\"rp-pc-btn rp-pc-btn-secondary\" href=\"\/pages\/our-pricing\"\u003eBack to pricing\u003c\/a\u003e\n        \u003ca class=\"rp-pc-btn rp-pc-btn-secondary\" href=\"\/pages\/book-a-call#booking\"\u003eBook a call\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-mini\"\u003eA useful first look. No payment required. Less guesswork.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Rocket Possum CRO","offers":[{"title":"Default Title","offer_id":45009966334160,"sku":null,"price":0.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0548\/7385\/0064\/files\/FREEAuditPDP.png?v=1778226418","url":"https:\/\/www.rocketpossum.com.au\/products\/free-cro-audit","provider":"Rocket Possum CRO","version":"1.0","type":"link"}