// Luxury sections v2 — content-rich tabbed capabilities + editorial trust // (CAPS, StageVisual, LCapabilities moved to ccl-product.jsx) // Benchmarks — internal evaluation numbers, no customer claims const LNumbers = () => (
Benchmarks · internal eval

What our AI
can actually do.

Internal eval set · 4,200 docs
Benchmarked April 2026
{[ {n:<>%, l:'Field extraction accuracy on contracts & certifications', m:'Purpose-built model vs. 71% with off-the-shelf RAG'}, {n:<>s, l:'Median time from upload to indexed and searchable', m:'Compliance-tuned reasoning · domain-specific knowledge base'}, {n:<>frameworks, l:'Pre-mapped in our compliance knowledge base', m:'14 more shipping each quarter'}, ].map((s, i) => (
{s.n}
{s.l}
{s.m}
))}
); // Design partner / early access — replaces customer testimonials for a brand-new product const LTestimonials = () => (
Design partner program

Help us build
the AI compliance stack.

ComplyChip is building compliance-specific AI from the ground up. We are taking on twelve design partners this quarter — teams whose problems will shape our knowledge base, our models, and what ships next. Concierge onboarding, direct line to the founders, and pricing fixed for life.

What you get
  • Concierge onboarding. A founder migrates your first 500 documents on a screen-share. Day one to indexed: a single afternoon.
  • Direct line to the team. Shared channel with the people writing the prompts. Ship-or-bin a feature within the week.
  • Pricing fixed for life. Lock the design-partner rate now and keep it through GA — no renegotiation when we raise.
  • Roadmap influence. The frameworks, integrations, and workflows you need most jump the queue.
See what we've built so far
Design-partner seats — this cohort
5 of 12 claimed · closes June 30
Right fit if you
  • own compliance or vendor risk for a regulated team
  • have 100+ documents and 20+ vendors today
  • have 30 minutes a week to tell us where it's wrong
); // LHowItWorks moved to ccl-howitworks.jsx const IndVisual = ({ kind }) => { switch (kind) { case 'chip': return ( {[0,1,2,3].map(i => )} {[0,1,2,3].map(i => )} {[0,1,2,3].map(i => )} {[0,1,2,3].map(i => )} ); case 'bell': return ( {/* Bellhop service bell — dome */} {/* Base plate */} {/* Top stem & button */} {/* Dome detail line */} {/* Ring waves */} ); case 'cross': return ( {/* Hospital building outline */} {/* Roofline detail */} {/* Medical cross */} {/* EKG pulse line below */} ); case 'cap': return ( {/* Mortarboard top — diamond shape */} {/* Cap band */} {/* Band detail */} {/* Tassel cord */} {/* Tassel button on top */} {/* Tassel pom */} ); case 'gear': return ( {[0,1,2,3,4,5,6,7].map(i => ( ))} {[0,1,2,3,4,5].map(i => ( ))} ); case 'building': return ( {/* Skyline: three towers */} {/* Center building windows */} {[0,1,2,3,4,5].map(r => [0,1,2].map(c => { const isLit = (r === 2 && c === 1) || (r === 4 && c === 0); return ; }))} {/* Left building windows */} {[0,1,2,3].map(r => [0,1].map(c => ))} {/* Right building windows */} {[0,1,2,3].map(r => [0,1].map(c => ))} {/* Antenna */} ); default: return null; } }; const IndCard = ({ ind, idx }) => { const ref = React.useRef(null); const onMove = (e) => { const el = ref.current; if (!el) return; const r = el.getBoundingClientRect(); const x = (e.clientX - r.left) / r.width - 0.5; const y = (e.clientY - r.top) / r.height - 0.5; el.style.setProperty('--rx', `${(-y * 5).toFixed(2)}deg`); el.style.setProperty('--ry', `${(x * 6).toFixed(2)}deg`); el.style.setProperty('--mx', `${(x * 14).toFixed(1)}px`); el.style.setProperty('--my', `${(y * 10).toFixed(1)}px`); }; const onLeave = () => { const el = ref.current; if (!el) return; el.style.setProperty('--rx', '0deg'); el.style.setProperty('--ry', '0deg'); el.style.setProperty('--mx', '0px'); el.style.setProperty('--my', '0px'); }; return (
{String(idx + 1).padStart(2, '0')}

{ind.n}

{ind.desc}

{ind.f.map(x => {x})}
Read industry brief
); }; const LIndustries = () => { const inds = [ { n: 'Semiconductor', vis: 'chip', desc: 'Export controls, traceability, supplier audits — pre-mapped for fabless and IDM.', f: ['ITAR', 'EAR', 'ISO 9001', 'RoHS'] }, { n: 'Hospitality', vis: 'bell', desc: 'Payment security, guest accessibility, food safety, and staff training across properties and brands.', f: ['PCI DSS', 'ADA Title III', 'OSHA', 'HACCP'] }, { n: 'Hospitals', vis: 'cross', desc: 'PHI handling, emergency-care obligations, and Joint Commission readiness without the binder.', f: ['HIPAA', 'HITECH', 'EMTALA', 'Joint Commission'] }, { n: 'Industrial', vis: 'gear', desc: 'Site safety, environmental compliance, and contractor onboarding at scale.', f: ['ISO 14001', 'OSHA', 'EPA'] }, { n: 'Education Institutes', vis: 'cap', desc: 'Student records, online-safety obligations, Title IX response, and campus-safety reporting across districts and campuses.', f: ['FERPA', 'COPPA', 'Title IX', 'Clery Act'] }, { n: 'Real Estate', vis: 'building', desc: 'Fair housing, vendor licensing, and lease compliance for owners, operators, and brokers.', f: ['Fair Housing', 'RESPA', 'TRID', 'ADA'] }, ]; return (
Solutions by industry

Built for the regulated.

Frameworks pre-mapped, workflows tuned for each vertical, and vocabulary that matches your auditors — not generic AI with a compliance label. Pick yours.

{inds.map((ind, i) => )}
); }; const LTrust = () => (
Security & trust

Your documents never leave your tenant.

Encrypted at rest and in transit. Tenant-isolated by default. No prompt or document data is used to train any model — yours, ours, or anyone else's.

Read the security page
{[ {n:'SOC 2', t:'Type II', m:'Audited annually by a Big 4 firm. Latest report available under NDA.', s:'Active'}, {n:'GDPR', t:'EU & UK', m:'Data residency selectable per tenant. Right-to-erase honored within 30 days.', s:'Active'}, {n:'ISO 27001', t:'Stage 2', m:'External audit complete. Certificate expected Q3 2026.', s:'In progress'}, {n:'Tenant', t:'Isolation', m:'Each customer gets a dedicated namespace. Zero cross-tenant data paths.', s:'Active'}, ].map(c => (
{c.n}
{c.t}
{c.m}
{c.s}
))}
); const LFinalCTA = () => (
Twenty minutes · Your data · No slides

Join the first
twelve teams.

We are taking design partners through June 30. Bring three documents — we'll index them on a call and you'll see exactly what your portfolio looks like inside ComplyChip.

See the product first
Private beta · invite only Tenant isolated Pricing locked through GA
); const LFooter = () => ( ); const HomeLuxury = () => (
); window.HomeLuxury = HomeLuxury;