Copy of XIC - Legacy Inner Circle
Your Knockout Status
Ten years. Recognized at the highest level.
XIC is the rarest status within Knockout Beauty.
Not something you apply for, but something you arrive at.
A decade of consistency, trust, and relationship grants access that cannot be purchased.
What This Unlocks
COMPLIMENTARY, WITHOUT EXCEPTION
Standard shipping included on every order. No thresholds to consider.
Expedited shipping included on orders over $150. Exclusive code: LEGACYEXPEDITED
FOUR SEASONAL PROTOCOLS
Each year, thoughtfully curated at every season. An ongoing ritual, not a one-time gesture.
FOUNDER ACCESS
Direct consultations with Cayli Cavaco Reck. The innermost circle of guidance we offer.
INNER CIRCLE PRIORITY
First and exclusive access to sale events. Available ahead of broader release, with priority fulfillment and shipping.
Priority invitations to founder-led events, reserved ahead of broader access.
Terms: Discount codes are tied to your account and are not transferable. Status benefits are linked to your email on file.
``` Then add this CSS wherever your existing `kb-` styles live: ```css .kb-benefit-list { width: 100%; margin-top: 40px; } .kb-benefit { display: grid; grid-template-columns: 22% 1fr; column-gap: 40px; padding: 38px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); } .kb-benefit:first-child { border-top: 1px solid rgba(255, 255, 255, 0.14); } .kb-benefit-label { font-size: 18px; line-height: 1.3; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; } .kb-benefit-content h3 { margin: 0 0 22px; font-size: 20px; line-height: 1.3; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 500; } .kb-benefit-content p { margin: 0 0 16px; line-height: 1.6; } .kb-benefit-content p:last-child { margin-bottom: 0; } @media screen and (max-width: 749px) { .kb-benefit { grid-template-columns: 1fr; row-gap: 14px; padding: 28px 0; } .kb-benefit-content h3 { margin-bottom: 16px; } } ```