Offers from @kuppwest/apple-clean. Use via `window.KuppwestAppleClean.Offers` (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).

Two-column comparison grid for offer cards (`.kwac-offers`). Always exactly
two cards: the offer at hand (highlighted) and the alternative.

## Props

```ts
interface OffersProps {
  /** Two `OfferCard`s side by side (max 900px); stacked below 740px. */
  children: React.ReactNode;
}
```
