<!--
CTA shortcode keys (known preset / enum-like values)

kind (known presets used in this pack):
default | external | related | consult | download | newsletter | trial | price_check | utility | custom | copy | internal | custom_offer
unknown kind examples fall back to default behavior.

priority:
primary | secondary | tertiary | utility

surface:
inline | hero | in-content | after-content | footer | sidebar | header

size:
xs | sm | md | lg | xl

tone:
brand | accent | neutral | muted | success | warning | danger

align:
left | center | right | stretch

target:
_self | _blank
-->
{{< cta
  kind="external"
  label="외부 문서 열기"
  href="https://example.com/docs"
  ref="/blog/"
  intent="external"
  priority="primary"
  surface="hero"
  size="lg"
  tone="brand"
  align="center"
  target="_blank"
  rel="noopener noreferrer"
  note="새 창에서 열립니다"
  subtitle="공식 문서"
  aria_label="외부 문서 열기"
  badge="OFFICIAL"
  tracking_id="cta-docs-hero"
  analytics_event="cta_docs_open"
  id="cta-docs-hero"
  class="is-promo"
  compact="true"
  disabled="false" >}}