/* CTA Section widget styles.
   Ports inline styles from prototype/src/components/CTASection.astro so the
   widget markup stays clean. Same tokens, same visuals. */

.cta-section .label {
    display: block;
    color: hsla(0, 0%, 100%, 0.7);
    margin-bottom: var(--space-4);
}

.cta-section h2 {
    font-size: clamp(1.875rem, 4vw, 3rem);
}

.cta-section__actions {
    display: flex;
    gap: var(--space-4);
    justify-content: center;
    flex-wrap: wrap;
}
