/* Hero CTA: allow a small kicker/caption line inside the "Hear It Live" link */
/* Stack text inside the main hero CTA button */
.btn-hero-white .cta-stack{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
  gap: 6px;
}

.btn-hero-white .cta-stack__top{
  font-weight: 900;
  letter-spacing: -0.01em;
}

.btn-hero-white .cta-stack__bottom{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  opacity: 0.95;
}

.hero-cta-group{
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.hero-cta-secondary{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  text-decoration: none;
  color: #2f56c9;
}

.hero-cta-secondary:hover{ text-decoration: underline; }
.hero-cta-secondary:focus{ outline: 3px solid rgba(59,130,246,0.35); outline-offset: 3px; border-radius: 10px; }

@media (max-width: 480px){
  .hero-cta-secondary{ font-size: 0.98rem; }
}
