Navbar

The shared Superpower navbar used across LP templates. It mirrors the live site behavior: fixed positioning, desktop scroll morph into the dark blurred pill, centered logo scale, dotted hamburger control, and the right-side mobile menu.

Nav Light Mode

Nav Dark Mode

Nav Minified

The stripped LP nav for the PDP layout (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 248:166): wordmark, six section links, one CTA. Not the full sp-navbar3 mega-menu, and deliberately not sticky.

Nav Logo Only

The PDP nav after the 2026-08-24 review: wordmark centered, no CTA pill. On mobile the pill ran long enough to sit over the wordmark, and the owner asked for the button removed on both breakpoints rather than shortened.

Hero Header

Figma source: Node 2-1200

Each option is one responsive JSX block — desktop has wider layouts, larger headlines, and side-by-side CTAs; mobile stacks vertically with full-width buttons.

Node Inventory

VariantNode IDLayout
Option 1986-5750Two-column copy, CTA row, USP row, square media card
Option 27-302Centered copy, CTA row, USP row, large media block
Option 37-299Inset background-media hero, centered white content
Option 47-300Inset background-media hero, left-aligned white content
Option 58-664Left-aligned copy with horizontal media rail
Option 68-719Centered copy with horizontal media rail
Option 78-807Two-column copy and staggered media grid
Option 8665-3574Content/stat row with large media block below
Hero with QuoteReference pageQuote-led doctor endorsement hero
Hero with Quote (Inverted)Reference pageQuote hero with image left and copy right
Hero Podcast 1Reference pagePodcast endorsement hero (quote layout, text pill, editable host image)
Hero Podcast 2 (Description)Reference pagePodcast hero with a plain description paragraph instead of a quote
Hero Influencer SpecialAoki live LPFull-bleed rounded card, copy left, bottom KPI row, desktop+mobile bg
Hero Partnerships1429-4082Partner mark above headline, 4:5 composite media column, centred copy

Option 1

Option 2

Option 3

Option 4

Option 5

Option 6

Option 7

Option 8

Hero with Quote

Hero with Quote (Inverted)

Partnership Hero

Hero Podcast 1

Hero Podcast 2 (Description)

As heard on The Basement

Know what's really going on with your health

Test 100+ biomarkers and turn your blood test results into personalized insights, simple protocols, and action.

Two tests

per year

Personalized

action plan

24/7

guidance

*Pricing may vary for members in New York and New Jersey

Hero Influencer Special

Ported 1:1 from the live wf.superpower.com/landing/steve-aoki section_sp2-home-hero.is-aoki-hero. A near-full-viewport rounded card: background photograph, copy left, and a KPI row pinned to the bottom. Built for portraits shot with the subject on the right and negative space on the left, which is what keeps the headline legible.

Two background uploads. The live page ships one pre-overlaid .avif; this variant takes a desktop image AND a mobile image, because the composition that works in landscape does not survive a portrait crop. The markup authors them loading="lazy", but at render time the shared media policy (live-media-policy.ts) flips hero-role images to eager, strips the img-level priority hint, and the server emits a media-qualified high-priority head preload per crop — the viewport's crop fetches first and at full priority; the hidden crop costs one low-priority duplicate download. A gradient scrim sits above both so white copy stays legible on any upload — the live Aoki asset has that gradient baked in, which a fresh upload will not.

The KPI row sits bottom left, under the copy, exactly as the reference renders it. To move it right instead, add self-end and swap pl for pr on that row.

Ladder measured at 1512 / 900 / 700 / 390: card height 100dvh - 5.5rem with a 5.5rem top margin on desktop, full 100dvh and no margin below 992; inner padding 4rem3rem1.5rem bottom with the left inset dropping to 0 at ≤767 (the copy carries 1.5rem/1.25rem of its own there); radius 0.75rem on desktop, square below 992 where it goes edge to edge.

Hero Partnerships

Built from Kevin's co-branded frame (Co-branded Landing Pages, node 1429-4082). Differs from Partnership Hero in three ways that matter, which is why it is its own variant rather than an edit of that one:

  • The partner mark stands alone above the headline at ~45px, instead of sitting in a superpower | partner lockup at 15px. Superpower's own wordmark is carried by the navbar. A 15px slot suits a pure wordmark like VAST's; it strands any logo that has a symbol in it (YPO's triangle rendered 39x15 against Superpower's 151x22).
  • The media column is 4:5 portrait and sized larger than the copy column (624 vs 515 in the design), for a full-bleed composite rather than a square product shot.
  • The copy column is vertically centred against that taller media, not stretched to match it.

The media slot takes a single composite export — the digital twin with its annotation callouts is one flattened image, not rebuilt as DOM. Leader lines and floating value cards depend on exact positions against the render; reproducing them in markup would drift the moment the image is swapped, and the whole point of the slot is that partners swap it.

Hero Author / Light

The opener of the Doctor / Paid Ads layout, rebuilt against Website-CROLatest on 2026-08-22 — desktop node 398:5778 (1512 × 896), mobile 414:8016 (393 × 855). The earlier Paid-Ads-LPs 796:72 frame is history.

An editorial hero: a byline under the headline puts a named clinician's authority on the page before anything else does. Copy left and a square media card right on desktop; on mobile the card goes first, full-width, and the copy follows — that inversion is in the reference and it is what makes the photograph the first thing on a paid-traffic mobile landing.

No navbar sits above this. The reference frame starts at y=0 with the hero. Pages that want one add the minified nav section; the template does not ship a hidden one.

One upload, not two. The desktop and mobile exports were byte-for-byte the same composition at 1035 and 1408, so this hero ships the 1408 only: a 44rem box at 2× and a 345 box at 4×. That also sidesteps a trap worth knowing — a hero rendered as two CSS-hidden crops downloads both files on every visit, because display:none does not cancel an eager fetch and live-media-policy sets loading="eager" on everything carrying data-lp-media-role="hero". Measured at 1.6Mbps: 175KB fetched to paint a 100KB picture. srcset does not fix it either, because the preload emitter writes a plain href instead of imagesrcset, so the preload and the srcset pick different candidates.

The media card is a baked composite. The reference layers dashboard cards between two copies of the photograph (so the cards read as behind her) and then sets the Clinicians' Choice lockup over the bottom. All of it is one upload per breakpoint — replacing either file loses the dashboard cards and the lockup, so re-export 409:7140 / 414:8752 instead of swapping in a bare photo. The card is square at both breakpoints (704 desktop, 345 mobile), which is why there is no aspect switch.

Measured ladder: section padding 1.6875rem / 1.5rem block on mobile → 6rem at 992; copy column 32.1875rem (515) against a 44rem (704) card, justify-between inside the 80rem container; child gap 1rem1.5rem. Type steps 40/42 → 60/64 on the headline and 16/22 → 20/28 on the body, whose colour is the reference's literal #52525b. The body is capped at 29.4375rem (471) because the reference sets it narrower than the column it sits in.

Deleting any row is safe: the copy column spaces its children with gap, never margins, so removing the rating line, the byline or the paragraph closes the space instead of leaving a hole.

Want the warm version? Pick Hero Author / Tinted below instead — it is a sibling variant, not a toggle on this one, because the two need different assets.

Hero Author / Tinted

The warm sibling of Hero Author / Light. Ported 1:1 from Figma Hero_V2 — 798:1446.

Why a variant, not a toggle. The first pass shipped this as a page-level add-on (addOns.heroTint) that recoloured the light hero. Gabriel, 2026-08-07: it belongs to choosing this hero, not to the page. It is also not a recolour — the two heroes need different assets:

Hero AuthorHero Author (Tinted)
Backgroundwhite → grey gradienta measured five-stop warm gradient
Portraitstudio shot, in a rounded cardcut-out with alpha, standing on the gradient
Copytext-foreground / text-secondarywhite, eyebrow at 70%, date at 50%
CTAblack pillwhite pill, dark label
Rating lineavatar cluster, text-secondary copysame cluster, white rings + text-white/70 copy

Recolouring could never get there: the light hero's portrait carries its own pale studio backdrop, which reads as a panel floating on the tint rather than a subject standing in it. That was the visible defect in the add-on version.

The gradient is five measured stops of CSS, not an image. The reference composes it from a peach texture plus a rotated mix-blend-darken shape — the first pass shipped only the texture and came out visibly pinker and flatter, because all the depth lives in the blended layer. Sampling the composed result at six points and fitting one 107° ramp lands the same colour, weighs nothing, and means retinting the hero is a five-value edit rather than a new asset.

How Superpower Works

Ported 1:1 from the live /welcome-v3 section_how-superpower-works. A left-aligned horizontal slider of four image cards: drag, trackpad wheel (one card per gesture), and prev/next arrows.

How Superpower Works

How It Works — PDP v4

The PDP v4 booking-to-baseline section from Figma node 273:2056: a static three-card sequence with the exact staged photography, responsive type, and baseline CTA from the approved desktop and mobile frames.

How it works

Booking to baseline in three steps

A member booking her draw from her phone at home

01

Book in 2 minutes

Pick a time in the app. A licensed phlebotomist comes to your home, no clinic, no referral, no fasting surprises.

A licensed phlebotomist drawing blood in a member's home

02

One 15-minute draw

One vial covers 100+ biomarkers. Results land in the app in days, each explained in plain language.

A member reading her personalized heart-health plan in the Superpower app

03

Get your plan

A personalized action plan from your care team. Work it, retest, and watch the numbers move.

Get my baseline (save $50)

Biomarkers

Figma source: Node 5601-1469 (desktop) · 5601-3128 (mobile)

The live Figma node is named ↳ Biomarkers. One responsive layout: 3-col × 2-row grid on desktop with photographic anatomy icons; 2-col × 3-row text-only cards on mobile.

Biomarkers

Panel Biomarkers

Panel biomarker grid with membership-focused copy. It keeps the same editable lab-logo, CTA, and biomarker-category layout as the primary Biomarkers section.

Conditions

Live source: welcome-v2 section_marquee-scroll

Conditions marquee: centered headline + tube image with two infinite text rows moving in opposite directions. The tube image reveals from below with blur and opacity as it enters the viewport.

Biomarkers Band

The full-bleed "one test, whole body" proof band (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 273:2089). A warm photographic ground with the copy anchored left and a rail of live biomarker result cards on the right that fade at the top and bottom so it reads as a longer list scrolling behind the portrait. Rail is decorative proof; it hides below 992 where the photo and copy stack.

A woman resting by a sunlit windowA woman resting by a sunlit window, with her biomarker results overlaid

One test.
Your whole body,
mapped.

Low energy and brain fog usually trace back to something measurable: thyroid, iron, hormones, inflammation, blood sugar.

See what we test

10 Days Timeline

Ported 1:1 from the live /welcome-v3 section_10-days. A tall (220vh) section whose content is position: sticky pinned for a viewport height; scrolling scrubs the ruler fill and reveals each column. In non-scrolling previews (the builder canvas iframe, reduced motion, no-JS) it renders a compact, fully-revealed timeline.

10 Days Timeline

First Year Milestones (PDP v4)

YOUR FIRST YEAR

What to expect, milestone by milestone

A Superpower vial with category grades

DAY 0

Your blood draw

15 minutes at a lab near you, or +$99 for an at home visit. 100+ markers, measured at once.

Biological age results in the Superpower app

WEEK 1

Your baseline, explained

60% of members find something they didn't know about.

The top 5 most impactful actions in the app

MONTH 1

Your protocol, in practice

The ranked actions turn into a routine, and your AI Concierge answers the questions the first month raises.

Message your clinician — care team chat

MONTH 3-6

Adjust as you go

Your AI Concierge answers as questions come up, and your on-demand care team can act on the ones that need a clinician.

Retest results tracked over time

MONTH 12

Renew and retest

A second full panel, read against your own baseline. You find out what actually moved. 93% of members rate it above their annual checkup.

Get my baseline (save $50)

First year — vertical timeline (Website-CRO 300:4386)

The vertical A/B counterpart of the milestone rail (Website-CRO Figma PCYluUeBYOyEFgaSo0mdW2, desktop 300:4386, mobile 341:7703): a centre spine with a dot per milestone, media and copy alternating sides at the Figma's 405px column / 215px gutter, 32px titles and 18px body. Mobile runs the spine down the left edge — dot, then copy, then media filling the remaining width.

Social Proof

Figma source: Node 316-4416

Seven families of trust-building sections. Each is one responsive JSX block; the toggle resizes the preview frame so you can see desktop and mobile renderings of the same code.

Doctors V1

Doctors V2

Testimonials

Influencers

Reviews

Partnership Testimonial

Single Testimonial KPI

Quote Carousel

Figma source: Paid-Ads-LPsLatest807:8219 (mobile 847:14388). Part of the Doctor / Paid Ads layout.

Three member quotes side by side on desktop, one at a time on mobile, with the prev/next buttons centred underneath. Round portrait, centred quote, name and role — no card, no border, just the column on the page background.

Runs on the same MemberStoryCarousel as the story-02 payload rather than a third carousel implementation: that component takes slidesPerView={3} for the three-up row and arrows="below" to move its buttons out from over the slide.

Review Widget

The PDP v2 member-review widget (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 104:2), on the Mars pattern: a score summary (4.6 + stars + "Based on 260+ reviews on Trustpilot") with a "Read all reviews" action, then a STATIC grid of review cards — no marquee, no rating-distribution bars (we don't have the real distribution, and this page has been burned by invented numbers). All six reviews are real: three from Kevin's strawman (Mindi, HL, Anastacia Drake) and three from superpower.com/reviews (Allison B, Coltin R, Pete H) — that page carries ~94 real member reviews and is the source to pull from when this widget needs more. Anastacia's card uses her real ReviewerPhoto; the others use initials circles, never a stock face.

Doctors Dark Carousel

The dark "built by the world's leading doctors" band (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 273:2520). Reuses CliniciansSlider in its dark tone: a draggable rail of horizontal doctor cards (portrait, institution mark, name, role, one-line bio, Learn more) on a near-black ground.

Member Stories

The PDP v4 "Real people, real stories" band (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 273:2870): centered eyebrow, headline and Trustpilot proof line, then a three-up carousel of the Figma's six VIDEO testimonial cards — poster with a play affordance, the quote below, and an avatar / name / "Superpower Member" / Re-tested-pill footer. Posters are stills for now (video sourcing is Gabriel's call); the play button is the Figma affordance.

Real members

Real people, real stories

4.6 onTrustpilot64,000+ members

I was eating cleaner than I’d ever eaten but was having these symptoms. I didn’t feel good in my body anymore… I kind of felt like I got to the end of my rope.

Carissa K, 38

Superpower Member

It took me over an hour to fall asleep. Now, I fall asleep usually within minutes. To me, it’s a dream that never existed.

Daniel O, 22

Superpower Member

It was very sobering to realize that I thought I was healthy and in relatively great shape, but unfortunately there are things that I really need to take care of.

David L, 44

Superpower Member

It turns out I had Hashimoto’s. I was shocked… And at the same time, I felt really validated because I knew that I wasn’t crazy.

Rachel D, 36

Superpower Member

If I had had Superpower before, I would have had access to fertility testing through you guys, and no one would have put that barrier up for me.

Camelia V, 30

Superpower Member

You go through life thinking you’re gonna be healthy. Until you’re not. And when you’re not, it hits you like a brick wall. I was in a dark place... Now, I feel good, for the first time in a long time.

Chris S, 38

Superpower Member

Last year, I was diagnosed with breast cancer and it took me by surprise. After that, I was more inspired to take a proactive point of view when it comes to my health.

Rachel L, 30

Superpower Member

15 years of service, four tours overseas. That exposed me to things most people aren’t… That’s created health issues that led me to really understand what’s going on in my body.

Ron K, 53

Superpower Member

Superpower gave me a game plan. And honestly, I felt better last month than I felt in years.

John A, 57

Superpower Member

I asked my doctor for testing. They told me to start trying to conceive and if we can’t get pregnant in six months to come back. That seems backwards to me.

Darnah T, 37

Superpower Member

As a firefighter, recovery is everything. Superpower showed me my testosterone had dropped, likely driven by low vitamin D. Once I got on the right supplementation, my energy came back, my lifts got stronger... It was one simple change.

Kimani L, 44

Superpower Member

Doctors V1 Gradient

Doctors V1 on the Website-CRO gradient ground (Figma PCYluUeBYOyEFgaSo0mdW2, node 309:4162): identical layout and slider, near-black #212121 base with the warm radial glow rising from the bottom, white heading, dark-tone cards. Literally Doctors V1 + the gradient.

Used By Carousel

A draggable rail of mixed cards — celebrity photo, press quotes (Yahoo, Forbes, Athletech), member app screenshot, and two creator video cards that play inline from the Superpower CDN. Cards are plain markup (builder-editable); UsedBySlider owns drag/wheel/snap.

The lockup follows Website-CROLatest309:4295: centred "What members say about Superpower", a "Read all reviews" pill, then the rail, then the inline Trustpilot proof row. (It began as a clone of superpower.com's left-aligned "Used by athletes, doctors…" band.) The reference also draws three Trustpilot review cards below this row — those are not here, because the PDP carries the Review Widget (#9) for that and the owner moved it below the membership section on 2026-08-24. Add Trustpilot Review Cards (#14) if both are wanted.

Trustpilot Review Cards

Figma source: Website-CROLatest398:6159 (mobile 414:9080). Part of the 2026-08 Doctor / Paid Ads layout.

Three Trustpilot review cards side by side on desktop, one at a time on mobile, prev/next centred underneath. Card is #fafafa at radius 12 with 24 of padding, the five-star row on top, then the review title, the body, and the reviewer — content top-aligned inside a 296 floor, which is what gives the row its even bottom edge while a longer review is still free to grow past it.

Not Quote Carousel (#8) with a new skin. That variant is round portraits over centred quotes and it is live on two published pages, so this is its own entry. Both run the same MemberStoryCarousel engine — slidesPerView={3} and arrows="below", which already lands the reference's 48px buttons, their 8px gap and its 64px stand-off.

The 16px inter-card gap is a negative margin, not a gap. basis-1/3 resolves against the track, so widening the track by exactly one gap (-mr-4) and paying it back as slide padding (pr-4) gives 416-wide cards inside a 1280 container with the last one flush right. A plain gap would push the third card out of the viewport.

Two of the three reviewers have no photograph on Trustpilot, so they get an initials disc — never a stock face on a real person's review.

PDP Demo

The "try before you buy" band of the PDP v2 layout (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, demo node 117:3), aimed at the visitor who scrolled past the buy box without converting. A centered teaser whose only job is the click: eyebrow, headline, one CTA, and the member app rising out of the section's bottom edge on a warm glow. There is no fake embedded viewport and no designed modal — the email-gated demo modal already exists (AppDemoModalPreview); this CTA opens it.

The demo button is the appDemo add-on's

The button carries data-lp-demo-cta + data-modal="true" (no href — it opens the modal via the document-level delegated listener in AppDemoModalPreview, and data-modal opts out of ButtonV2's "Loading..." click state). It ships inline-hidden the way the hero's fallback CTA does: base.css reveals [data-lp-demo-cta] — and this section's [data-lp-demo-cta-companion] reassurance line — whenever the page root wears data-lp-demo-cta-visible, which the appDemo add-on stamps server-side too, so there is no flash. It also carries data-lp-builder-cta-secondary so the global main-CTA label/href add-ons never claim it. Because the button sits outside the hero, applyLiveDemoCta never rewrites its label — it says whatever the MDX says.

With the add-on OFF the copy and product image still read as a complete app showcase; marketers pair this section with the "Interactive demo" add-on toggle they already know.

PDP Demo

Try before you buy

The product is right here. Open it.

A real member dashboard, not a video walkthrough. Click through your biomarkers, the action plan and the care team before you spend anything.

The Superpower member app held in a hand, showing biological age and biomarkers

Social Proof

Figma source: Node 316-4416

Seven families of trust-building sections. Each is one responsive JSX block; the toggle resizes the preview frame so you can see desktop and mobile renderings of the same code.

Doctors V1

Designed by the world’s leading physicians and scientists

Harvard Medical SchoolThe University of Chicago Pritzker School of MedicineUCLATufts University School of Medicine

Dr Leigh Erin Connealy, MD

Clinician & Founder of The Centre for New Medicine

Dr Alex J. Tatem, MD

Board-certified Urologist and Men's Health Specialist

Dr Robert Lufkin

UCLA Medical Professor, NYT Bestselling Author

Dr Abe Malkin

Founder & Medical Director of Concierge MD

Doctors V2

Testimonials

Influencers

Reviews

Partnership Testimonial

Single Testimonial KPI

Quote Carousel

Figma source: Paid-Ads-LPsLatest807:8219 (mobile 847:14388). Part of the Doctor / Paid Ads layout.

Three member quotes side by side on desktop, one at a time on mobile, with the prev/next buttons centred underneath. Round portrait, centred quote, name and role — no card, no border, just the column on the page background.

Runs on the same MemberStoryCarousel as the story-02 payload rather than a third carousel implementation: that component takes slidesPerView={3} for the three-up row and arrows="below" to move its buttons out from over the slide.

Review Widget

The PDP v2 member-review widget (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 104:2), on the Mars pattern: a score summary (4.6 + stars + "Based on 260+ reviews on Trustpilot") with a "Read all reviews" action, then a STATIC grid of review cards — no marquee, no rating-distribution bars (we don't have the real distribution, and this page has been burned by invented numbers). All six reviews are real: three from Kevin's strawman (Mindi, HL, Anastacia Drake) and three from superpower.com/reviews (Allison B, Coltin R, Pete H) — that page carries ~94 real member reviews and is the source to pull from when this widget needs more. Anastacia's card uses her real ReviewerPhoto; the others use initials circles, never a stock face.

Doctors Dark Carousel

The dark "built by the world's leading doctors" band (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 273:2520). Reuses CliniciansSlider in its dark tone: a draggable rail of horizontal doctor cards (portrait, institution mark, name, role, one-line bio, Learn more) on a near-black ground.

Member Stories

The PDP v4 "Real people, real stories" band (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 273:2870): centered eyebrow, headline and Trustpilot proof line, then a three-up carousel of the Figma's six VIDEO testimonial cards — poster with a play affordance, the quote below, and an avatar / name / "Superpower Member" / Re-tested-pill footer. Posters are stills for now (video sourcing is Gabriel's call); the play button is the Figma affordance.

Doctors V1 Gradient

Doctors V1 on the Website-CRO gradient ground (Figma PCYluUeBYOyEFgaSo0mdW2, node 309:4162): identical layout and slider, near-black #212121 base with the warm radial glow rising from the bottom, white heading, dark-tone cards. Literally Doctors V1 + the gradient.

Used By Carousel

A draggable rail of mixed cards — celebrity photo, press quotes (Yahoo, Forbes, Athletech), member app screenshot, and two creator video cards that play inline from the Superpower CDN. Cards are plain markup (builder-editable); UsedBySlider owns drag/wheel/snap.

The lockup follows Website-CROLatest309:4295: centred "What members say about Superpower", a "Read all reviews" pill, then the rail, then the inline Trustpilot proof row. (It began as a clone of superpower.com's left-aligned "Used by athletes, doctors…" band.) The reference also draws three Trustpilot review cards below this row — those are not here, because the PDP carries the Review Widget (#9) for that and the owner moved it below the membership section on 2026-08-24. Add Trustpilot Review Cards (#14) if both are wanted.

Trustpilot Review Cards

Figma source: Website-CROLatest398:6159 (mobile 414:9080). Part of the 2026-08 Doctor / Paid Ads layout.

Three Trustpilot review cards side by side on desktop, one at a time on mobile, prev/next centred underneath. Card is #fafafa at radius 12 with 24 of padding, the five-star row on top, then the review title, the body, and the reviewer — content top-aligned inside a 296 floor, which is what gives the row its even bottom edge while a longer review is still free to grow past it.

Not Quote Carousel (#8) with a new skin. That variant is round portraits over centred quotes and it is live on two published pages, so this is its own entry. Both run the same MemberStoryCarousel engine — slidesPerView={3} and arrows="below", which already lands the reference's 48px buttons, their 8px gap and its 64px stand-off.

The 16px inter-card gap is a negative margin, not a gap. basis-1/3 resolves against the track, so widening the track by exactly one gap (-mr-4) and paying it back as slide padding (pr-4) gives 416-wide cards inside a 1280 container with the last one flush right. A plain gap would push the third card out of the viewport.

Two of the three reviewers have no photograph on Trustpilot, so they get an initials disc — never a stock face on a real person's review.

Offer

Figma source: Paid-Ads-LPsLatest843:706 (mobile 847:14389). Measured ladder: docs/doctor-paid-ads-template-spec.md.

The conversion block of the Doctor / Paid Ads layout, and the only section on that page with a non-white background. Photo on the left; on the right an attribution pill that puts a named clinician's face next to the panel, the benefit list, the price, one full-width CTA, and a row of reassurances under it.

Every row is optional

The pill, any single bullet, the price sub-label and the reassurance row are all delete-safe — rows carry their own top margin and the column has no gap, so removing one closes the space instead of leaving a hole. That matters here more than anywhere else on the page: a partner LP without a named doctor drops the pill, and a promo without a strikethrough drops the sub-label.

Note the heading runs 48/56 here, not the 48/52 used by numbered-story — this block gives its title more room, and the ladder is the reference's.

Offer

Figma source: Website-CROLatest409:7313 (mobile 414:8296). The closing block of the 2026-08 Doctor / Paid Ads layout — rebuilt dark; the earlier light bg-surface-secondary card is history.

Same 1280 grid as the numbered stories: a 39rem (624) portrait, then the 32.1875rem (515) column, justify-between. The reference's background is a photographed warm gradient, exported per breakpoint because a wide crop cannot cover a 393 × 987 phone frame without losing its vertical run — desktop and mobile files, one visible at a time, over a #1b0800 base so nothing flashes white.

Everything else is real DOM and every string is a builder slot: the rating lockup (tone="invert"), the H2, the price row, the hairline fact row, six checks, the CTA with the accent badge riding its top edge, and the two-line legal footnote.

Updated 2026-08-25 from DQ's review pass — the reference changed the desktop offer only, so these apply at both breakpoints (the mobile frame 414:8296 still shows the old state and is stale): anchor price $349$298, the green Founding price pill is gone, and the checklist drops "Discounted supplements delivered to you", lifts "On-demand care team" to row 4 and closes on "The Connealy panel included (8 additional panels)" — her custom offer is now the last thing read before the CTA.

The badge is positioned against the BUTTON, not the section, and ButtonV2 is overflow-hidden, so it cannot be a child of it — hence the one wrapper div around the pair.

Membership Value (PDP v4)

Daniel OSuperpower memberDavid LSuperpower memberRachel DSuperpower memberCamelia VSuperpower member

4.6  ·  64,000+ members

Your health deserves more than a 10-minute check-up

2 yearly tests, 100+ biomarkers

$349$299

Personalized plan that updates over time

Included

On-demand care team

Included

AI Concierge

Included

Total cost*

$299

per year$349

$0.80 per day

Results in 5-10 days$0.82/dayHSA/FSA eligible
Get my baseline (save $50)

*Pricing may vary for members in New York and New Jersey

Superpower found ferritin at 7% of optimal — critically depleted despite doing "all the right things." Within two months of the right protocol, her energy returned, brain fog lifted, and her cycles stabilized.

Larissa K.

Superpower Member