/* Financial Running 2026 — Inject Styles v20260410a */
/* Closing The Bell Edition */

/* ── EDITION BADGE ─────────────────────────── */
#fr-edition-badge {
  text-align: center;
  padding: 18px 24px;
  background: linear-gradient(135deg, #0D1B2A 0%, #1a2744 100%);
  margin: 0 auto 10px;
  border-radius: 0;
  position: relative;
  z-index: 10;
}
#fr-edition-badge .fr-edition-label {
  display: block;
  font-family: 'Poppins', sans-serif !important;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFD700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 4px;
}
#fr-edition-badge .fr-edition-date {
  display: block;
  font-family: 'Lora', Georgia, serif !important;
  font-size: 1rem;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.5px;
}

/* ── TIME BADGE ────────────────────────────── */
.fr-time-badge {
  display: inline-block;
  background: #FFD700;
  color: #0D1B2A;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 6px 20px;
  border-radius: 20px;
  margin-top: 8px;
  letter-spacing: 1px;
}

/* ── YOUTUBE SECTION ───────────────────────── */
#fr-youtube-section {
  background: linear-gradient(180deg, #f8f6f2 0%, #eee9df 100%);
  padding: 60px 20px;
  text-align: center;
}
.fr-yt-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.fr-yt-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 2rem;
  font-weight: 700;
  color: #0D1B2A;
  margin-bottom: 8px;
}
.fr-yt-sub {
  font-family: 'Lora', Georgia, serif !important;
  font-size: 1.05rem;
  color: #666;
  margin-bottom: 30px;
}
.fr-yt-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.fr-yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ── STICKY REGISTRATION CTA ──────────────── */
#fr-sticky-cta {
  position: fixed;
  bottom: -80px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(135deg, #0D1B2A 0%, #1a2744 100%);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
  transition: bottom 0.4s cubic-bezier(0.4,0,0.2,1);
}
#fr-sticky-cta.visible {
  bottom: 0;
}
.fr-sticky-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  gap: 16px;
}
.fr-sticky-text {
  font-family: 'Lora', Georgia, serif !important;
  color: #fff;
  font-size: 0.95rem;
}
.fr-sticky-text strong {
  font-family: 'Poppins', sans-serif !important;
  color: #FFD700;
  font-weight: 600;
}
.fr-sticky-btn {
  display: inline-block;
  background: #FFD700;
  color: #0D1B2A !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 10px 28px;
  border-radius: 8px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.3s;
  letter-spacing: 0.5px;
}
.fr-sticky-btn:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255,215,0,0.4);
}

/* ── MID-PAGE CTA ──────────────────────────── */
.fr-mid-cta {
  background: linear-gradient(135deg, #0D1B2A 0%, #162032 50%, #1a2744 100%);
  padding: 50px 24px;
  text-align: center;
  margin: 40px 0;
}
.fr-mid-inner {
  max-width: 700px;
  margin: 0 auto;
}
.fr-mid-cta h3 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 2rem;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 10px;
}
.fr-mid-cta p {
  font-family: 'Lora', Georgia, serif !important;
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.fr-mid-sub {
  font-size: 0.9rem !important;
  color: rgba(255,255,255,0.6) !important;
  margin-bottom: 20px !important;
}
.fr-mid-btn {
  display: inline-block;
  background: #FFD700;
  color: #0D1B2A !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 14px 40px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s;
  letter-spacing: 1px;
  margin-top: 10px;
}
.fr-mid-btn:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,215,0,0.4);
}

/* ── HERO CAROUSEL ─────────────────────────── */
.fr-hero-slide {
  will-change: opacity;
}

/* ── MOBILE ────────────────────────────────── */
@media (max-width: 768px) {
  #fr-edition-badge .fr-edition-label {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .fr-yt-title {
    font-size: 1.4rem;
  }
  .fr-sticky-inner {
    flex-direction: column;
    padding: 10px 16px;
    gap: 8px;
  }
  .fr-sticky-text {
    font-size: 0.82rem;
    text-align: center;
  }
  .fr-sticky-btn {
    width: 100%;
    text-align: center;
    padding: 10px 16px;
  }
  .fr-mid-cta h3 {
    font-size: 1.5rem;
  }
  .fr-mid-cta {
    padding: 35px 16px;
  }
}
