/* Blok: CTA-band — gecentreerde kop + tekst + knop. */
.block-cta-band { position: relative; overflow: hidden; padding-block: 60px; }
.block-cta-band--dark { background: var(--amazing-footer); }
.block-cta-band--gold { background: var(--amazing-accent); }
.block-cta-band__inner { position: relative; z-index: 2; text-align: center; max-width: 1322px; margin-inline: auto; }
.block-cta-band__title { font-size: clamp(30px, 2.6vw, 48px); margin-bottom: 16px; }
.block-cta-band__text { font-size: 16px; line-height: 1.3125; margin: 0 auto 30px; max-width: 1053px; opacity: .92; }
.block-cta-band--gold .block-cta-band__text { opacity: 1; }

/* Decoratieve sparkles (posities uit Figma, als % van de band). Subtiel tone-on-tone. */
.block-cta-band__sparkles { display: none; }
.block-cta-band--gold .block-cta-band__sparkles { display: block; position: absolute; inset: 0; z-index: 1; pointer-events: none; }
/* Sparkle-asset is goud; op de gouden band wit maken (met lage opacity) zodat het subtiel zichtbaar is. */
.block-cta-band__sparkle { position: absolute; transform: translate(-50%, -50%); filter: brightness(0) invert(1); opacity: .38; }
.block-cta-band__sparkle--1 { width: 107px; height: 107px; left: 96%;   top: 24.9%; }
.block-cta-band__sparkle--2 { width: 51px;  height: 51px;  left: 90.4%; top: 29.7%; }
.block-cta-band__sparkle--3 { width: 27px;  height: 27px;  left: 93.2%; top: 48.2%; }
.block-cta-band__sparkle--4 { width: 107px; height: 107px; left: 4%;    top: 78.7%; }
.block-cta-band__sparkle--5 { width: 60px;  height: 60px;  left: 6.2%;  top: 47.4%; }
.block-cta-band__sparkle--6 { width: 36px;  height: 36px;  left: 9.1%;  top: 68%;   }
