{"product_id":"monthly-cro","title":"Monthly CRO","description":"\u003cstyle\u003e\n  \/* Rocket Possum Monthly CRO product page content block\n     Designed to sit INSIDE a Shopify product page without replacing\n     the Shopify product title, price, subscription selector 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-primary {\n    background: linear-gradient(135deg, var(--rp-accent), var(--rp-accent-hover));\n    color: #111;\n    border-color: transparent;\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        Monthly CRO\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"rp-pc-title\"\u003eOngoing CRO reviews for sharper website decisions\u003c\/h2\u003e\n\n      \u003cp class=\"rp-pc-copy\"\u003e\n        Monthly CRO is built for businesses that want regular conversion thinking without committing to a large agency project. Each month, we review one important page and give you practical direction on what to improve, what to fix and what may be worth testing next.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rp-pc-pill-row\"\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003eMonthly one-page review\u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003eOngoing CRO rhythm\u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003ePractical recommendations\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 lighter monthly review to keep optimisation moving\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-section-copy\"\u003e\n        This is not a full deep-dive audit every month. It is a recurring CRO review designed to keep momentum going, help you spot obvious blockers, and give your team a clearer sense of what deserves attention next.\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\u003eRegular outside perspective\u003c\/h3\u003e\n        \u003cp\u003eEach month, you get a conversion-focused review of one important page, rather than waiting until problems pile up.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eUseful next actions\u003c\/h3\u003e\n        \u003cp\u003eYou receive practical recommendations that can be used to brief a developer, designer, marketer or internal team.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eSimple CRO momentum\u003c\/h3\u003e\n        \u003cp\u003eIt gives you a monthly optimisation rhythm without turning everything into a lumbering committee process. Mercifully.\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 each month\u003c\/p\u003e\n      \u003ch2 class=\"rp-pc-section-title\"\u003eA practical CRO review of one priority page\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-section-copy\"\u003e\n        Monthly CRO is designed to help you keep improving the pages that matter, especially landing pages, product pages, service pages and lead generation pages.\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 page messaging\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003ePage hierarchy, flow and scanning behaviour\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eCTA visibility, strength and placement\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eTrust signals, proof and credibility gaps\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eConversion friction and missed opportunities\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eMobile experience and ease of action\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\u003eOne CRO review per month\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003ePrioritised recommendations for that page\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eClear direction on what to improve next\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eIdeas for possible fixes or experiments\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eCommercial context around why the issue matters\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eA usable summary for your team or developer\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\"\u003eA simple monthly optimisation cycle\u003c\/h2\u003e\n        \u003cp class=\"rp-pc-section-copy\"\u003e\n          Each month, you choose the page that matters most. We review it through a CRO lens and give you direction on what should happen next.\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\u003eChoose the page\u003c\/h3\u003e\n          \u003cp\u003eSend through the page you want reviewed that month, plus any useful context around traffic, goals or concerns.\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\u003eWe review it\u003c\/h3\u003e\n          \u003cp\u003eWe assess the page for clarity, friction, trust, hierarchy, CTA strength, mobile experience and obvious conversion blockers.\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\u003eYou improve it\u003c\/h3\u003e\n          \u003cp\u003eYou receive a practical set of recommendations so your team can make better decisions and keep optimisation moving.\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\"\u003eMonthly versus Growth Audit\u003c\/p\u003e\n      \u003ch2 class=\"rp-pc-section-title\"\u003eOngoing rhythm, not a one-off deep dive\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-section-copy\"\u003e\n        Monthly CRO is lighter than the Growth Audit. It is the better fit if you want regular outside input and recurring optimisation support, rather than a deeper one-off audit of a single high-stakes page.\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 Monthly CRO 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 recurring CRO review each month\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou have several pages that need gradual improvement over time\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want ongoing outside input without a large project\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou need steady optimisation momentum\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 a deeper review\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want more detailed findings on a specific page\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou are about to redesign or heavily change an important page\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want a stronger one-off audit before deciding what comes next\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 monthly review\u003c\/p\u003e\n        \u003ch2 class=\"rp-pc-section-title\"\u003eThe kind of direction you might receive\u003c\/h2\u003e\n        \u003cp class=\"rp-pc-section-copy\"\u003e\n          The review is designed to be clear enough to act on, not so bloated that it becomes another document everyone politely ignores.\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 has a strong offer, but the proof appears too late and the first CTA is competing with secondary links.\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\u003eVisitors may understand the offer, but hesitate because they do not see enough trust or reassurance before being asked to act.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rp-pc-example-box\"\u003e\n          \u003cstrong\u003eWhat to improve\u003c\/strong\u003e\n          \u003cp\u003eBring proof higher on the page, simplify the first CTA area and reduce competing actions near the hero section.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rp-pc-example-box\"\u003e\n          \u003cstrong\u003eWhat to consider testing\u003c\/strong\u003e\n          \u003cp\u003eTest a version with stronger above-the-fold proof, a clearer CTA hierarchy and a more direct supporting value statement.\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 regular CRO input without a large retainer\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou have landing pages, product pages or service pages that need ongoing improvement\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want practical recommendations your team can act on\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou like the idea of building an optimisation rhythm over time\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 only need one deeper audit of a high-stakes page\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e–\u003c\/span\u003e\u003cspan\u003eYou want hands-on implementation included every month\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e–\u003c\/span\u003e\u003cspan\u003eYou need full analytics research, heatmaps and recordings included in every review\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e–\u003c\/span\u003e\u003cspan\u003eYou expect guaranteed uplift from a monthly review. Sensible CRO is useful, not wizardry in a cape.\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\"\u003eReady to build a monthly CRO rhythm?\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-cta-copy\"\u003e\n        Use the subscription options above to start Monthly CRO. If you are still comparing options, you can view pricing or book a quick conversation first.\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\"\u003eMonthly direction. Better decisions. 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":45009942249680,"sku":null,"price":299.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0548\/7385\/0064\/files\/MonthlyCROPDP.png?v=1778231037","url":"https:\/\/www.rocketpossum.com.au\/products\/monthly-cro","provider":"Rocket Possum CRO","version":"1.0","type":"link"}