
/* ======== CTA BUTTON (landing) ======== */

.hero-cta {
  margin-top: 2.5rem;
}

.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: #0a0a0f;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 0.85rem 2.25rem;
  border-radius: 100px;
  transition: all 0.25s ease;
}

.btn-primary:hover {
  opacity: 0.85;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(240, 160, 48, 0.25);
}
