{"product_id":"growth-audit-copy","title":"Growth Audit (Copy)","description":"\u003cstyle\u003e\n  \/* Growth Audit product page content block\n     Designed to sit INSIDE a Shopify product page\n     without replacing the product title, price, variant picker 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 { color: inherit; text-decoration: none; }\n\n  .rp-pc-section { margin-top: 24px; }\n\n  .rp-pc-hero,\n  .rp-pc-card,\n  .rp-pc-cta {\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: 24px;\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    display: grid;\n    gap: 18px;\n  }\n\n  .rp-pc-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n  .rp-pc-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }\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-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: 26px;\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 { transform: translateY(-1px); }\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      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-cta-copy { font-size: 15px; }\n    .rp-pc-button-row { flex-direction: column; }\n    .rp-pc-btn { width: 100%; }\n    .rp-pc-hero,\n    .rp-pc-card,\n    .rp-pc-cta { padding: 20px; }\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        Growth Audit\n      \u003c\/div\u003e\n      \u003ch2 class=\"rp-pc-title\"\u003eA deeper CRO audit for one page that actually matters\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-copy\"\u003eThe Growth Audit is designed for higher-stakes pages where you want more than a quick surface scan. It gives you a clearer, more comprehensive view of what may be helping or hurting performance, along with prioritised direction on what to fix and what to test.\u003c\/p\u003e\n      \u003cdiv class=\"rp-pc-pill-row\"\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003eOne-page deep dive\u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003eCRO-focused review\u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-pill\"\u003ePrioritised direction\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 you get\u003c\/p\u003e\n      \u003ch2 class=\"rp-pc-section-title\"\u003eNot vague website opinions\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-section-copy\"\u003eThe point of the Growth Audit is not to tell you your page is “nice” or “a bit cluttered”. The point is to help you understand where the bigger commercial opportunities and blockers may be sitting.\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\u003eClarity of the offer and value proposition\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eHierarchy, page flow and ease of comprehension\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eCTA strength, visibility and motivation\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eTrust signals, friction points and missed opportunities\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\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 deeper one-page CRO review\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003ePrioritised findings, not just a long list of observations\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 fix and what may be worth testing\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 issues matter\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-section-head\"\u003e\n      \u003cp class=\"rp-pc-kicker\"\u003eWhy choose this instead of monthly?\u003c\/p\u003e\n      \u003ch2 class=\"rp-pc-section-title\"\u003eMore depth, more focus, more useful for high-stakes pages\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-section-copy\"\u003eThe Growth Audit is more in-depth than the monthly plan. It is the better fit when you need stronger direction on a single page that matters commercially, rather than ongoing lighter-weight reviews.\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\u003eBest for important pages\u003c\/h3\u003e\n        \u003cp\u003eIdeal for landing pages, service pages, high-value product pages or other destinations carrying serious traffic or revenue pressure.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eBetter for big decisions\u003c\/h3\u003e\n        \u003cp\u003eIf you need stronger confidence before changing something important, the deeper review helps more than a lighter recurring cycle.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rp-pc-card\"\u003e\n        \u003ch3\u003eGood bridge into CRO\u003c\/h3\u003e\n        \u003cp\u003eIt is a strong first paid product because it gives you a proper feel for the thinking before considering anything ongoing.\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-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 direction this is built to provide\u003c\/h2\u003e\n        \u003cp class=\"rp-pc-section-copy\"\u003eThis is intentionally simplified, but it gives you a feel for the sort of output the audit is designed to surface.\u003c\/p\u003e\n      \u003c\/div\u003e\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 hero section is visually polished, but the page takes too long to explain the value of the offer and the main CTA is not pulling enough attention.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-example-box\"\u003e\n          \u003cstrong\u003eWhy it matters\u003c\/strong\u003e\n          \u003cp\u003eIf paid or high-intent visitors do not understand the offer quickly enough, they are more likely to hesitate, skim or leave before seeing the stronger proof lower down.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-example-box\"\u003e\n          \u003cstrong\u003eWhat to fix\u003c\/strong\u003e\n          \u003cp\u003eTighten the headline hierarchy, strengthen the CTA treatment and reduce visual competition near the top of the page.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"rp-pc-example-box\"\u003e\n          \u003cstrong\u003eWhat to test\u003c\/strong\u003e\n          \u003cp\u003eTest a more direct hero structure with a clearer value proposition, a stronger first CTA and a more focused proof sequence.\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    \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 a page that matters commercially and needs stronger direction\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want more depth than a free audit or monthly review\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYou want to know what to fix and what may deserve testing\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\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 want a very light outside view before deciding anything\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e–\u003c\/span\u003e\u003cspan\u003eYou need ongoing recurring support across multiple pages every month\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"rp-pc-check\"\u003e–\u003c\/span\u003e\u003cspan\u003eYou are really looking for implementation, not analysis and direction\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 go deeper on one important page?\u003c\/h2\u003e\n      \u003cp class=\"rp-pc-cta-copy\"\u003eUse the product options above to purchase the Growth Audit, or take a step back first if you want to understand the model a bit more before buying.\u003c\/p\u003e\n      \u003cdiv class=\"rp-pc-button-row\" style=\"justify-content:center;\"\u003e\n        \u003ca class=\"rp-pc-btn rp-pc-btn-secondary\" href=\"\/pages\/how-it-works\"\u003eSee how it works\u003c\/a\u003e\n        \u003ca class=\"rp-pc-btn rp-pc-btn-secondary\" href=\"\/pages\/pricing\"\u003eBack to pricing\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rp-pc-mini\"\u003eClear direction. Faster decisions. Less guesswork.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Growth Affect CRO","offers":[{"title":"Default Title","offer_id":44975128903888,"sku":null,"price":500.0,"currency_code":"AUD","in_stock":true}],"url":"https:\/\/www.rocketpossum.com.au\/products\/growth-audit-copy","provider":"Rocket Possum CRO","version":"1.0","type":"link"}