/* Mobile CTA button sizing — loaded site-wide */
@media (max-width: 768px) {
  .bal-btn,
  .bal-btn-guest,
  .btn-primary,
  .btn-ghost-light,
  .btn-ghost-dark,
  .stats-btn,
  .stats-ghost,
  .val-btn,
  .val-ghost,
  .btn-primary-arrow,
  .btn-ghost-white,
  .btn-primary-val,
  .btn-ghost-val,
  .gh1-btn,
  .gh3-btn,
  .sp-card-btn,
  .ev-big-btn,
  .ev-big-cta {
    width: auto !important;
    min-width: 200px;
    max-width: 300px;
    display: inline-flex !important;
    margin: 0 auto;
    padding: 14px 28px;
    font-size: 15px;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .hero-actions,
  .bal-actions,
  .stats-cta,
  .val-bottom-btns,
  .s8-cta-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .cta-btn-group {
    display: inline-grid !important;
    grid-template-columns: 1fr;
    width: max-content;
    max-width: min(260px, calc(100vw - 48px));
    gap: 10px;
  }
  .cta-btn-group .btn-primary,
  .cta-btn-group .btn-ghost-light,
  .cta-btn-group .btn-ghost-dark,
  .cta-btn-group .btn-primary-arrow,
  .cta-btn-group .btn-ghost-white {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0;
  }
}
