{"product_id":"pro-subscription","title":"Pro Subscription","description":"\u003cstyle\u003e\n  \/* Rocket Possum Pro Subscription 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        Pro Subscription\n      \u003c\/div\u003e\n\n      \u003ch2 class=\"rp-pc-title\"\u003eHigher-volume CRO reviews for teams with more to optimise\u003c\/h2\u003e\n\n      \u003cp class=\"rp-pc-copy\"\u003e\n        The Pro Subscription is built for teams that have more than one important page competing for attention. Each month, we review multiple priority pages and give you clearer direction on what to fix, what to improve and where to focus next.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"rp-pc-pill-row\"\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003eMulti-page monthly allocation\u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003eBuilt for active teams\u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003eStronger prioritisation support\u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003eEcommerce 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\"\u003eMore coverage for businesses with multiple priority pages\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-section-copy\"\u003e\n        Pro is for teams that want an ongoing CRO rhythm but need more coverage than a single monthly page review. It is useful when you have multiple landing pages, product pages, service pages, campaign pages or funnels that need regular conversion-focused attention.\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\u003eMore page coverage\u003c\/h3\u003e\n        \u003cp\u003eReview multiple priority pages each month instead of limiting the focus to a single page.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eBetter prioritisation\u003c\/h3\u003e\n        \u003cp\u003eGet clearer direction on which pages and issues deserve attention first, especially when everything feels urgent.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eBuilt for active teams\u003c\/h3\u003e\n        \u003cp\u003eUseful for teams running campaigns, updating product pages, improving landing pages or managing several conversion paths.\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\"\u003eMulti-page CRO direction without a bloated retainer\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-section-copy\"\u003e\n        The Pro Subscription gives you a more useful monthly allocation when one page is not enough. It helps your team keep optimisation moving across the pages that matter most.\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\u003eMultiple priority pages each month\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eOffer clarity and value proposition\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\u003eMobile experience and conversion friction\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\u003eHigher-volume monthly CRO review allocation\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003ePrioritised recommendations across selected pages\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 first\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 and 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 each issue matters\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eUseful summaries for your team, developer, designer or marketer\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 stronger monthly CRO cycle for active teams\u003c\/h2\u003e\n        \u003cp class=\"rp-pc-section-copy\"\u003e\n          Each month, you choose the pages that deserve attention. We review, prioritise and give your team clearer direction on where to focus 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 your pages\u003c\/h3\u003e\n          \u003cp\u003eSend through the priority pages, campaigns or funnels you want reviewed that month, plus any useful commercial context.\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 and prioritise\u003c\/h3\u003e\n          \u003cp\u003eWe assess the selected pages through a CRO lens and identify the issues, opportunities and improvements that matter most.\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\u003eYour team acts\u003c\/h3\u003e\n          \u003cp\u003eYou receive practical recommendations that can help your team improve pages, brief changes 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\"\u003ePro versus Monthly CRO\u003c\/p\u003e\n      \u003ch2 class=\"rp-pc-section-title\"\u003eIf Monthly CRO gives you rhythm, Pro gives you coverage\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-section-copy\"\u003e\n        Monthly CRO is designed for one priority page each month. Pro is better when you have several pages that need review, comparison and prioritisation.\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 Pro 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 multiple important pages competing for attention\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou need more than one page reviewed each month\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYour team runs regular campaigns or page updates\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want stronger prioritisation across several conversion paths\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 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 only need one page reviewed each month\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou are just starting to build a CRO rhythm\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want a lower-cost recurring option\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou do not yet have enough page activity to justify Pro\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 cycle\u003c\/p\u003e\n        \u003ch2 class=\"rp-pc-section-title\"\u003eThe kind of direction Pro is built to provide\u003c\/h2\u003e\n        \u003cp class=\"rp-pc-section-copy\"\u003e\n          Pro is useful when you need to compare several pages and work out where the biggest commercial opportunities may be hiding.\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\u003eThree campaign landing pages are receiving traffic, but each one has a different CTA structure, inconsistent proof and uneven message hierarchy.\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\u003eWhen pages are inconsistent, it becomes harder to know whether performance issues are caused by the offer, traffic quality or page-level friction.\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\u003eStandardise the CTA hierarchy, bring stronger proof higher on the weaker pages and remove distractions around the primary action.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rp-pc-example-box\"\u003e\n          \u003cstrong\u003eWhat to prioritise\u003c\/strong\u003e\n          \u003cp\u003eFix the highest-traffic page first, then use those improvements as the benchmark for the lower-traffic campaign pages.\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 have multiple important pages to improve\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYour team regularly launches campaigns, updates products or changes landing pages\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want recurring CRO input without a large agency retainer\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou need practical recommendations your team can act on\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 review of a single 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 only want one page reviewed per month\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 as part of the subscription\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e–\u003c\/span\u003e\u003cspan\u003eYou expect CRO to magically fix weak traffic, poor offers or cosmic stupidity. We are good, but not wizards.\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 for more CRO coverage each month?\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-cta-copy\"\u003e\n        Use the subscription options above to start Pro. 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\"\u003eMore coverage. Better prioritisation. 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":45009960272080,"sku":null,"price":499.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0548\/7385\/0064\/files\/ProsubscriptionPDP.png?v=1778225957","url":"https:\/\/www.rocketpossum.com.au\/products\/pro-subscription","provider":"Rocket Possum CRO","version":"1.0","type":"link"}