/* ==========================================================================
   Bali Fast Track — Unified Button System
   Site-wide consistency for .btn-primary / .btn-whatsapp / .btn-tier.
   Only normalises SHAPE + SIZE; each button keeps its own colour & hover.
   Enqueued last so it settles the cascade over main.css / mobile-fixes.css.
   ========================================================================== */

/* Primary (gold) + WhatsApp (green) share one pill shape and the same vertical
   rhythm, so when they sit side by side they line up at identical height. */
.btn-primary,
.btn-whatsapp {
  border-radius: 999px;
  padding: 0.95rem 2.1rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.1;
}

/* Tier buttons (pricing cards) adopt the same pill language */
.btn-tier {
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 1.2px;
}

/* On phones the hero CTAs keep their own tighter sizing (mobile-fixes.css);
   nothing here overrides that since those rules are higher-specificity. */
