/* global React */ function CtaBand() { return (

Two free 30-minute sessions.

Book an initial consultation to talk through your books, or a security audit of your QuickBooks. No obligation — just thirty minutes with Kevin.

Initial bookkeeping consultation
A no-obligation call to talk through your books, your business, and where we can take work off your plate.
Book a consultation →
Free security audit
We'll check your QuickBooks access, permissions, and settings for anything that could put your business at risk.
Book a security audit →
Rather call or email? (719) 964-2095 paradebookkeeping@gmail.com
); } const ctaStyles = { wrap: { position: "relative", padding: "84px 40px", background: "var(--forest-400)", overflow: "hidden", color: "var(--paper)" }, confetti: { position: "absolute", inset: 0, width: "100%", height: "100%", opacity: 0.18, pointerEvents: "none", objectFit: "cover" }, inner: { position: "relative", zIndex: 2, maxWidth: 1100, margin: "0 auto", textAlign: "center" }, h2: { fontFamily: "var(--font-display)", fontSize: 52, fontWeight: 600, lineHeight: 1.08, letterSpacing: "-0.025em", margin: 0 }, lead: { fontSize: 17, lineHeight: 1.6, marginTop: 16, color: "rgba(250, 247, 242, 0.88)" }, offers: { display: "grid", gridTemplateColumns: "1fr 1fr", gap: 16, marginTop: 36, textAlign: "left" }, offer: { display: "flex", flexDirection: "column", justifyContent: "space-between", gap: 16, background: "rgba(255,255,255,0.08)", border: "1px solid rgba(255,255,255,0.16)", borderRadius: 14, padding: 20, textDecoration: "none", color: "inherit", cursor: "pointer", transition: "background 200ms var(--ease-out), border-color 200ms var(--ease-out)", }, offerTitle: { fontFamily: "var(--font-display)", fontSize: 17, fontWeight: 600, letterSpacing: "-0.005em", marginBottom: 8 }, offerBody: { fontSize: 13.5, lineHeight: 1.55, color: "rgba(250, 247, 242, 0.8)" }, offerCta: { fontFamily: "var(--font-sans)", fontSize: 14, fontWeight: 600, color: "var(--marigold-200)" }, alt: { marginTop: 40, paddingTop: 24, borderTop: "1px solid rgba(250, 247, 242, 0.18)", display: "flex", alignItems: "center", justifyContent: "center", gap: 14, flexWrap: "wrap", fontSize: 14, }, altLabel: { color: "rgba(250, 247, 242, 0.65)" }, altLink: { color: "var(--marigold-200)", textDecoration: "none", fontWeight: 600, fontFamily: "var(--font-mono)" }, dot: { width: 4, height: 4, borderRadius: 99, background: "rgba(250, 247, 242, 0.3)" }, }; window.CtaBand = CtaBand;