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

Two free 30-minute audits.

Pick one, or both: a QuickBooks security audit, or a business automation audit. No obligation — just thirty minutes with Kevin.

QuickBooks security audit
We'll check your QuickBooks access, permissions, and settings for anything that could put your business at risk.
Business automation audit
We'll look at your day-to-day and flag the busywork that could be automated away.
{ e.preventDefault(); alert("Thanks! We'll be in touch within one business day."); }}>
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: { background: "rgba(255,255,255,0.08)", border: "1px solid rgba(255,255,255,0.16)", borderRadius: 14, padding: 20 }, 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)" }, form: { display: "flex", gap: 10, marginTop: 36, flexWrap: "wrap" }, input: { flex: "1 1 180px", fontFamily: "var(--font-sans)", fontSize: 15, padding: "14px 18px", border: "none", borderRadius: 12, background: "rgba(255,255,255,0.96)", color: "var(--ink-900)", outline: "none" }, btn: { fontFamily: "var(--font-sans)", fontSize: 15, fontWeight: 600, color: "var(--ink-900)", background: "var(--marigold-400)", border: "none", padding: "14px 22px", borderRadius: 12, cursor: "pointer", flexShrink: 0 }, 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;