/* ===== JOIN NOW – SITEWIDE PROMOTION ===== */

/* ── Top Announcement Ribbon ─────────────────────────────────────────── */
.jn-banner {
  position: relative;
  z-index: 10001;
  background: #0d0d0d;
  border-bottom: 1px solid rgba(229,9,20,0.25);
  padding: 0;
  overflow: hidden;
}
.jn-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(229,9,20,0.06) 30%,
    rgba(229,9,20,0.10) 50%,
    rgba(229,9,20,0.06) 70%,
    transparent 100%);
  pointer-events: none;
}
.jn-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 11px 48px 11px 20px;
  flex-wrap: wrap;
}
.jn-banner-eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #e50914;
  flex-shrink: 0;
}
.jn-banner-divider {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}
.jn-banner-copy {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.2px;
}
.jn-banner-copy strong { color: #fff; font-weight: 600; }
.jn-banner-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #e50914;
  text-decoration: none;
  border: 1px solid rgba(229,9,20,0.4);
  border-radius: 100px;
  padding: 4px 14px;
  transition: background 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}
.jn-banner-cta:hover {
  background: #e50914;
  color: #fff;
  border-color: #e50914;
}
.jn-banner-close {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255,255,255,0.25);
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1;
  padding: 5px 7px;
  transition: color 0.2s;
}
.jn-banner-close:hover { color: rgba(255,255,255,0.6); }

/* ── Nav "JOIN ONLINE" badge pill ────────────────────────────────────── */
.jn-nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border: 1px solid rgba(229,9,20,0.6);
  border-radius: 100px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
  background: rgba(229,9,20,0.08);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
}
.jn-nav-pill:hover {
  background: rgba(229,9,20,0.18);
  border-color: rgba(229,9,20,0.9);
  box-shadow: 0 0 14px rgba(229,9,20,0.3);
  color: #fff !important;
}
.jn-nav-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e50914;
  animation: jn-dot-blink 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes jn-dot-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}

/* ── Glow keyframe ───────────────────────────────────────────────────── */
@keyframes jn-glow {
  0%, 100% { box-shadow: 0 0 12px rgba(229,9,20,0.35), 0 0 24px rgba(229,9,20,0.15); }
  50%       { box-shadow: 0 0 22px rgba(229,9,20,0.65), 0 0 44px rgba(229,9,20,0.28); }
}

/* ── Memberships page: subtle glow on sign-up buttons ───────────────── */
.stripe-btn {
  animation: jn-glow 2.8s ease-in-out infinite;
}
.stripe-btn:hover {
  animation: none;
  box-shadow: 0 0 26px rgba(229,9,20,0.65), 0 0 50px rgba(229,9,20,0.3);
}
.stripe-btn.outline {
  animation: none;
  transition: box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.stripe-btn.outline:hover {
  box-shadow: 0 0 18px rgba(229,9,20,0.4);
}

/* ── "Purchase Online" inline badge above plan groups ───────────────── */
.jn-online-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  border: 1px solid rgba(229,9,20,0.3);
  border-radius: 100px;
  padding: 5px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(229,9,20,0.85);
  margin-bottom: 10px;
}
.jn-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e50914;
  display: inline-block;
  animation: jn-dot-blink 1.8s ease-in-out infinite;
}

/* Responsive */
@media (max-width: 767px) {
  .jn-banner-inner { gap: 8px; padding: 10px 44px 10px 16px; }
  .jn-banner-divider { display: none; }
  .jn-banner-copy { font-size: 0.72rem; }
  .jn-nav-pill { display: none; } /* nav is hidden on mobile anyway */
}
