← Vault Index
Source: frameworks/kit-offer-page/00-offer-page-start-here.md

Offer Page Kit — Start Here

What This Kit Does

This kit produces complete, branded HTML offer pages for Advisory OS products and services. An offer page presents one offer to warm traffic and drives one action — either a purchase or a booking.

Every page built through this kit follows the same production path: inputs extraction → page generation → QC validation → visual verification.

Two Page Types

TypeCTAWhen to Build
Purchase Page"Get Instant Access — $[price]" (checkout link)Self-serve products, low-ticket offers, digital tools
Booking Page"Book a [Diagnostic/Call]" (Calendly link)Services, engagements, anything requiring a conversation first

The section architecture is the same for both. The CTA, price framing, and distinction section adapt to the type.

What It Produces

A single HTML file. Named [offer-name]-v[n].html. Self-contained — Google Fonts loaded via CDN, no other external dependencies.

The page uses the AOS design system: Cormorant Garamond + Inter fonts, charcoal/cream/gold color palette, gold scrollbar, hover states with translateY(-4px), responsive design with 4 breakpoints.

The 13-Section Architecture

Every page has these sections, in this order. Each section has one job.

#SectionJob
1HeaderLogo + primary CTA button (escape hatch for ready buyers)
2HeroWho it's for + What they get + CTA
3ProblemValidate their situation — what they've tried, why it hasn't worked
4DistinctionJustify the price — what this is vs. what it's not
5How It WorksShow the mechanism or framework with real examples
6Time InvestmentWhat it costs THEM in hours (services only — omit for self-serve products)
7What You GetDeliverables list
8Who It's ForQualification — help them self-select in or out
9ProofFeatured testimonial with pull-quote + supporting
10InvestmentPrice, includes, CTA
11FAQObjection handling (2x2 or 2x4 grid)
12Final CTARepeat primary CTA
13FooterLinks, copyright, disclaimers

Section 6 (Time Investment) is only used for service pages where the buyer's time commitment matters. Omit for self-serve products.

Design System Quick Reference

ElementValue
Headings fontCormorant Garamond, serif (weight 400)
Body fontInter, sans-serif (weights 300, 400, 500, 600)
Gold#b79d64 (accents, CTAs, borders, active states)
Gold Light#c4aa74 (hover states)
Charcoal#1a1a1a (dark backgrounds, text)
Deep Charcoal#0f0f0f (gradients)
Cream#f9f7f4 (light backgrounds)
Off-White#faf9f7 (cards, alternating sections)
Stone#8a8680 (muted text, inactive states)
Slate Blue#4a5a6a (body text)
Gold scrollbarRequired on every page
Card hovertranslateY(-4px) + box-shadow
Breakpoints1024px, 768px, 600px, 480px

Technical Rules

These break the page if violated (particularly on Convertri):

  1. No CSS variables in final Convertri output — Every color hardcoded as hex. CSS variables are fine for development/preview but must be replaced for Convertri deployment.
  2. No mailto links — Use Calendly or checkout links only.
  3. Explicit text alignmenttext-align: left on all content sections.
  4. Gold scrollbar styles — Required in every page.

File Inventory

FilePurposeWhen to Use
00-offer-page-start-here.mdOrientation — page types, section architecture, design systemStart here every time
01-offer-page-context.mdRequired inputs and validation rulesBefore every build — complete inputs before opening the build skill
02-offer-page-terminology.mdLocked vocabulary for this kitReference when writing or reviewing any page
03-offer-page-golden-example.htmlGolden example — Deploy Sprint page (booking type)Study before building any page
04-offer-page-quality.mdQC checklist — 42 items, weighted scoringRun after every build
05-offer-page-build-skill.mdBuild workflow — from inputs through generation and validationFollow for every build
06-offer-page-template.htmlConvertri-ready HTML template with section annotationsReference during builds
07-offer-page-workflow.htmlMaster workflow with process flow diagramReference for production pipeline

Relationship to Other Kits

Campaign Production System: Offer pages are one output in the campaign pipeline. The campaign workflow determines when a page is needed and what inputs are available.

Brand Kit: The design system values (colors, fonts, spacing) are drawn from the AOS brand kit. This kit applies them to offer page production.

business-aos (Connected Repo) — Required Reference:

Every offer page build must reference these files from the connected business-aos repo. Organized by category — load what you need for each section.

Core (Load Before Writing Any Copy)

FileWhat It ProvidesInforms
business-aos/reference/core/voice.mdBrand vocabulary, tone, cadence, core phrases, quality testEvery section — highest-priority copy reference
business-aos/reference/core/audience.mdWho buys, their constraints, their languageHero, Problem, Who It's For
business-aos/reference/core/offer.mdBrand thesis, multi-offer positioning umbrellaDistinction, Investment, FAQ
business-aos/reference/core/ip-inventory.mdAll IP — Communication Optimizer (2019) + Advisory OS methodologyHow It Works, What You Get (framework lineage)

Proof (Load When Writing Sections 5, 9, 11)

FileWhat It ProvidesInforms
business-aos/reference/proof/testimonials.md5 testimonials with outcomes, sources, offer tagsProof section — pull-quotes, transformation arcs
business-aos/reference/proof/case-studies/Anonymized engagement arcsHow It Works examples, FAQ objection handling
business-aos/reference/proof/angles/5 messaging entry points (Subtract/Add, Proof Gap, etc.)Hero headline, Problem framing, Distinction

Brand (Load for Design + Copy QC)

FileWhat It ProvidesInforms
business-aos/reference/brand/visual-style.mdFull design system — colors, typography, layout rules, image guidelinesAll visual decisions, section styling
business-aos/reference/brand/copy-qc.md11 AI pattern checks (P1/P2/P3 severity)Step 4 Copy QC — mandatory gate before validation

Domain (Load for Positioning + Pricing)

FileWhat It ProvidesInforms
business-aos/reference/domain/product-ladder.mdFull product ladder, cross-sell flow, offer relationshipsDistinction, Investment, FAQ (where this offer sits)
business-aos/reference/offers/[offer]/offer.mdOffer-specific details — price, timeline, deliverables, positioningHero, What You Get, Investment, Who It's For

Priority order: Voice is the highest-priority reference — it determines what words to use, what to avoid, and the quality test every line must pass. The copy QC file catches AI-generated patterns that undermine credibility. Both are mandatory gates in the build workflow (see Step 4 in 05-offer-page-build-skill.md).

Gold Standard Reference

The golden example is the Deploy Sprint v3 page — a $3,500 service with "Book a Systems Diagnostic" CTA. It demonstrates all 13 sections, interactive elements (sprint timeline click-to-reveal, example tabs), and the full responsive design. It is a styling and structure reference, not a content source.

When building a purchase page (like a low-ticket product), adapt the CTA pattern, distinction framing, and investment section accordingly. The visual system stays the same.