CtaActions from @kuppwest/apple-clean. Use via `window.KuppwestAppleClean.CtaActions` (bundle loaded from the root `_ds_bundle.js`). Wrap the tree in `<Page>` (full provider chain in README.md — components read theme/i18n from that context).

Centered horizontal row of call-to-action buttons (`.kwac-final-actions`),
used in the closing `Section final`. Wraps on narrow screens.

## Props

```ts
interface CtaActionsProps {
  /** One or two `Button`s: a primary and optionally a ghost one. */
  children: React.ReactNode;
}
```
