// Services.jsx — Verigo Global service portfolio (styled to match the Home page) const { V: VS, MAXW: MWS, FONT: FTS } = window; const SERVICE_DETAIL = [ { id: 'readiness', icon: 'search', step: '01', overline: 'Assess', title: 'Readiness Assessments', tagline: 'Know exactly where you stand.', lead: 'The entry point for new clients — and the foundation for everything that follows.', desc: 'A gap analysis against your chosen framework: current-state documentation review, risk scoring, and a prioritized remediation roadmap, delivered as an independent report.', role: 'Entry point for new clients; often precedes an Implementation Toolkit engagement.', delivery: 'Lead Assessor (Senior) + Associate Reviewer · 2–4 weeks', includes: ['Current-state documentation review', 'Framework gap analysis', 'Risk scoring and prioritization', 'Independent remediation roadmap'], situation: "I'm just getting started and don't know my gaps yet", }, { id: 'toolkit', icon: 'layers', step: '02', overline: 'Implement', title: 'Implementation Toolkits', tagline: 'Close the gaps — by design.', lead: 'Our core revenue line — and where Compliance by Design actually happens.', desc: 'A structured, practitioner-led program to close the gaps identified in your readiness assessment: policy development, control implementation, staff awareness programs, and evidence management procedures.', role: 'Core revenue line; typically a 3–9 month engagement depending on framework and organization size.', delivery: 'Lead Consultant + Subject Matter Experts per control domain · 3–9 months', includes: ['Policy and procedure development', 'Control implementation support', 'Staff security awareness programs', 'Evidence management procedures'], situation: 'I know my gaps and need to fix them', link: 'toolkits', }, { id: 'preaudit', icon: 'clipboard', step: '03', overline: 'Prepare', title: 'Pre-Audit Preparation', tagline: 'Walk into the audit ready to pass.', lead: 'A high-value add-on that significantly improves first-time pass rates.', desc: 'Mock internal audits, evidence collection support, management review facilitation, and auditor-readiness coaching — reducing audit findings and accelerating your certification timeline.', role: 'High-value add-on; significantly improves first-time pass rates for formal certification.', delivery: 'Lead Auditor, independent of the implementation team · 4–8 weeks', includes: ['Mock internal audit', 'Evidence collection support', 'Management review facilitation', 'Auditor-readiness coaching'], situation: 'I have an audit booked and need to be ready', }, { id: 'audit', icon: 'shield', step: '04', overline: 'Certify', title: 'Formal Audits', tagline: 'Get certified. Stay certified.', lead: 'The revenue anchor — recurring on annual or triennial cycles.', desc: 'Independent certification and attestation audits conducted by Verigo Global credentialed auditors, including report issuance, certification recommendations, and findings management.', role: 'Revenue anchor; recurring on annual or triennial cycles depending on the framework.', delivery: 'Credentialed Lead Auditor + Audit Team · duration per framework', includes: ['Independent certification audit', 'Report issuance', 'Certification recommendations', 'Findings management'], situation: 'I need to certify or recertify against a framework', }, ]; const scrollToId = (id) => document.getElementById(id)?.scrollIntoView({ behavior: 'smooth', block: 'start' }); /* ── HERO (Home-style: white, arch watermark, badge pill) ─── */ const ArchBackdrop = () => ( ); const ServicesHero = ({ onNav }) => (
Service Portfolio

End-to-end compliance,
under one roof.

Four interconnected service lines that map to every stage of certification. Engage any single service — or move through the whole journey with one accountable team.

onNav('contact')}>Start a Conversation scrollToId('journey')}>See the journey
THE LIFECYCLE
{SERVICE_DETAIL.map((s) => ( {s.overline} ))}
); /* ── STATS BAND (Home-style grey) ─────────────────────────── */ const ServicesStats = () => (
{[ ['4', 'Interconnected services', 'Assess → certify'], ['7', 'Frameworks supported', 'ISO 27001 to ISO 42001'], ['3–9 mo', 'Typical implementation', 'Scoped to your size'], ['100%', 'Senior-led delivery', 'Peer-reviewed QA'], ].map(([v, l, s], i) => (
{v} {l} {s}
))}
); /* ── CONNECTED JOURNEY FLOW DIAGRAM ───────────────────────── */ const JourneyFlow = () => (
A clear path from
gap to certified.} sub="Each stage builds on the last. Most clients begin with an assessment and expand through the lifecycle — but you can join at whichever point fits where you are today." />
{[25, 50, 75].map(p => (
))}
{SERVICE_DETAIL.map((s) => )}
); const JourneyNode = ({ s }) => { const [h, setH] = React.useState(false); return ( ); }; /* ── "WHICH SERVICE IS RIGHT FOR ME" SELECTOR ─────────────── */ const ServiceSelector = ({ onNav }) => { const [sel, setSel] = React.useState(null); const rec = sel != null ? SERVICE_DETAIL[sel] : null; return (
{SERVICE_DETAIL.map((s, i) => { const on = sel === i; return ( ); })}
{rec && (
We recommend starting with
{rec.title}
{rec.tagline}
scrollToId(rec.id)} style={{ fontSize: 14, padding: '11px 20px' }}>Learn more onNav('contact')} style={{ fontSize: 14, padding: '12px 20px' }}>Talk to us
)}
); }; /* ── RICH SERVICE DETAIL ROWS (Home-style rounded cards) ──── */ const ServiceRows = ({ onNav }) => (
{SERVICE_DETAIL.map((s) => (
Step {s.step} · {s.overline}

{s.title}

{s.lead}

{s.desc}

What's included
{s.includes.map((inc, j) => (
{inc}
))}
{s.link && (
onNav(s.link)} style={{ fontSize: 14, padding: '11px 22px' }}>Explore the toolkits
)}
))}
); const InfoBox = ({ label, body, icon }) => (
{icon && }
{label}

{body}

); /* ── OUTCOMES BAND (Home-style full-bleed purple) ─────────── */ const OutcomesBand = () => (
What partnering with Verigo delivers

Outcomes that compound over the relationship.

{[ ['gauge', 'Audit-ready, always', 'Compliance by Design means evidence is generated by the process — not assembled in a panic before each review.'], ['award', 'Higher first-time pass rates', 'Independent pre-audit preparation reduces findings and accelerates certification timelines.'], ['network', 'One partner, every framework', 'Cross-framework control mapping lets a single control and its evidence serve ISO 27001, SOC 2, CMMC, and NIST.'], ['handshake', 'A relationship, not a transaction', 'Senior practitioners stay with you across surveillance audits, recertification, and expansion to new frameworks.'], ].map(([icon, t, d], i) => (

{t}

{d}

))}
); /* ── DELIVERY MODEL ───────────────────────────────────────── */ const DeliveryModel = () => (
{[ ['Readiness Assessment', 'Lead Assessor (Senior) + Associate Reviewer', '2–4 weeks'], ['Implementation Toolkit', 'Lead Consultant + Subject Matter Experts per control domain', '3–9 months'], ['Pre-Audit Preparation', 'Lead Auditor, independent of the implementation team', '4–8 weeks'], ['Formal Audit', 'Credentialed Lead Auditor + Audit Team', 'Per framework'], ['Quality Assurance', 'Peer review and technical quality gate on all deliverables', 'Every engagement'], ].map(([line, structure, dur], i) => (
{line}
{structure}
{dur}
))}
); /* ── FAQ ──────────────────────────────────────────────────── */ const FAQS = [ ['Do I have to commit to the full lifecycle?', 'No. Each service stands on its own — engage a single readiness assessment, a formal audit, or anything in between. Most clients start with one service and expand as their needs evolve, but you choose where to begin.'], ['Who actually does the work?', 'Every engagement is delivered by senior practitioners with an average of 20+ years of experience, certified as CISSP, CISM, ISO 27001 Lead Auditor, CMMC CCA, and more. There is a peer-review quality gate on every deliverable.'], ['How is pricing structured?', 'Readiness assessments and pre-audit preparation are fixed-fee. Implementation toolkits are fixed-fee or time-and-materials depending on scope. Formal audits follow regulated pricing for CMMC and negotiated pricing for other frameworks. We share clear, fixed pricing in your scoping proposal.'], ['Can you both implement and audit our program?', 'Yes — full lifecycle under one roof. To preserve independence, the lead auditor for pre-audit preparation and formal audits is always independent of the team that implemented your controls.'], ['How long until we are certified?', 'It depends on framework and organization size. Implementation toolkits typically run 3–9 months; readiness assessments take 2–4 weeks and pre-audit preparation 4–8 weeks. We give you a clear timeline in the scoping proposal.'], ['Which frameworks do you support?', 'ISO 27001, SOC 2, CMMC 2.0, HITRUST, CMMI, and the NIST family (SP 800-171, SP 800-53, CSF). Cross-framework control mapping lets you pursue several certifications while reusing evidence.'], ]; const FAQ = ({ onNav }) => { const [open, setOpen] = React.useState(0); return (
Common questions

Good to know before we start.

Still have questions about scope, pricing, or timelines? A senior practitioner will walk you through it.

onNav('contact')}>Start a Conversation
{FAQS.map(([q, a], i) => { const isOpen = open === i; return (
{isOpen && (

{a}

)}
); })}
); }; /* ── PAGE ─────────────────────────────────────────────────── */ const ServicesPage = ({ onNav }) => (
); Object.assign(window, { ServicesPage });