/* Car Show HQ — Final CTA block */
body.cshq .cshq-cta { text-align: center; }
/* Light variant (why / how-it-works / show-type final CTAs) */
body.cshq .cshq-cta--light { background: var(--cshq-page-bg); }
body.cshq .cshq-cta--light .cshq-cta__h2 { color: var(--cshq-ink-900); }
body.cshq .cshq-cta--light .cshq-cta__sub { color: var(--cshq-ink-600); }
body.cshq .cshq-cta__inner { position: relative; z-index: 1; text-align: center; }
body.cshq .cshq-cta--lg .cshq-cta__inner { padding-block: 72px; }
body.cshq .cshq-cta--md .cshq-cta__inner { padding-block: 64px; }

body.cshq .cshq-cta__h2 {
  margin: 0 auto 18px; max-width: 22ch; font-size: 44px; line-height: 1.03;
  font-weight: 800; letter-spacing: -.025em; color: #fff; text-wrap: balance;
}
body.cshq .cshq-cta--lg .cshq-cta__h2 { font-size: 52px; line-height: 1.02; max-width: 20ch; }

body.cshq .cshq-cta__sub {
  margin: 0 auto 32px; max-width: 48ch; font-size: 19px; line-height: 1.55;
  color: rgba(255,255,255,.8);
}
body.cshq .cshq-cta--md .cshq-cta__sub { font-size: 18px; }

body.cshq .cshq-cta__actions { display: flex; justify-content: center; }

/* Checkered band sits flush at the section's bottom edge */
body.cshq .cshq-cta__band { display: block; height: 20px; }

@media (max-width: 860px) {
  body.cshq .cshq-cta--lg .cshq-cta__h2 { font-size: 36px; max-width: 22ch; }
  body.cshq .cshq-cta__h2 { font-size: 32px; }
  body.cshq .cshq-cta--lg .cshq-cta__inner,
  body.cshq .cshq-cta--md .cshq-cta__inner { padding-block: 52px; }
}
