← Vault Index
Source: frameworks/kit-cyp-paid-traffic-page/03a-cyp-paid-traffic-page-golden-example-optin.md

03a — GOLDEN EXAMPLE: CYP Paid Traffic Page — Opt-in Type

Structural reference. The golden example lives in the vault at:

advisory-os-vault/content/business/marketing/campaigns/the-build/wip/opt-in-cib-v4.html

What it is: The Client Intelligence Brief opt-in page. A lead-capture page for cold traffic from Meta ads. Collects name + email via MailerLite form, delivers a free Claude skill.


Why This Is the Golden Example

This page was the first CYP-branded paid traffic page built. It established the design patterns that all subsequent funnel pages follow: glass cards, gold accents, sticky form panel, section rhythm, and the Fraunces + Montserrat typography system on the teal/gold/cream palette.


Section Architecture (5 sections)

#SectionBackgroundPurpose
1Hero (2-column)Teal gradientLeft: headline, problem statement, feature list, proof. Right: sticky form panel with glass card styling + gold top-accent bar
2What You GetCream (#f1ede6)4-item vertical feature list with numbered items. Section header label in accessible gold (#6b5d3e)
3Second CTADark teal card on creamCentered heading + full-width gold button + disclaimer text
4Built ByWhiteCircular photo with gold border + bio paragraph
5FooterDark teal (#0f2d3e)Meta disclaimer, results disclaimer, copyright, contact, legal links

Key Design Patterns Demonstrated

  1. Sticky form panel — Glass card with gold top-accent bar, position: sticky; top: 100px on desktop, position: static on mobile (968px breakpoint)
  2. Form-first mobile — At 968px, form gets order: -1 to appear above copy
  3. Copy-details hide — Detailed feature list hidden at 968px (.copy-details { display: none })
  4. Gold angle brackets bullets in gold (#b79d64) for feature items
  5. Preview section inside form card — Below the form, a border-top separator shows example output snippets
  6. MailerLite form styling — Custom CSS overrides: input fields background: #506e76, color: #f1ede6, border: 1px solid #797d66. Submit button matches CTA button styling
  7. Circular authority photo — 100px, border-radius: 50%, border: 3px solid #b79d64
  8. Success redirect — JavaScript function redirects to thank-you page on form submit

Section Metrics


What Makes This Example Good

  1. Two-column hero puts the form above the fold on desktop
  2. Problem statement is 2 sentences — no preamble
  3. Feature list uses bold terms + descriptions, scannable
  4. Form preview section shows real example output (not generic)
  5. Single-purpose: no navigation, no sidebar, no distractions
  6. Mobile: form appears first, detailed copy hidden
  7. Authority section is minimal — circular photo + 1 paragraph

What Could Go Wrong

RiskMitigation
MailerLite form HTML changes format between buildsAlways paste fresh form HTML from MailerLite dashboard — don't reuse old embed code
Form styling overrides break after MailerLite updatesTest form rendering after any MailerLite embed code update
Sticky form overlaps footer on short pagesEnsure enough content in left column to create scroll depth
Copy-details hidden on tablet removes selling powerKeep hero headline and form strong enough to convert without the feature list