/* ============================
   TEEN & YOUTH MINISTRY PAGE - OVERRIDES ONLY
   Lighthouse Baptist Church

   NOTE: This file only contains page-specific overrides.
   Common ministry styles are in lbc-ministry-shared.css

   DO NOT redefine :root variables - use lbc-tokens.css
   ============================ */

/* ============================
   HERO VARIANT - Teen specific background
   REMOVED: Non-existent background image
   Base gradient from lbc-ministry-shared.css is used
   ============================ */

/* ============================
   YOUTH RALLY PROMO SECTION
   Only shows when Youth Rally registration is open
   ============================ */
.youth-rally-promo {
  padding: 5rem 1rem;
  background: linear-gradient(135deg, var(--lbc-navy) 0%, var(--lbc-navy-soft) 100%);
  text-align: center;
}

.youth-rally-promo .container {
  max-width: 700px;
  margin: 0 auto;
}

.promo-content {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-2xl, 1.5rem);
  border: 1px solid rgba(208, 167, 95, 0.3);
}

.promo-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--lbc-gold), var(--lbc-gold-hover, #b48e4d));
  color: var(--lbc-navy);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}

.promo-content h2 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin: 0 0 1rem;
}

.promo-theme {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--lbc-gold);
  margin-bottom: 0.75rem;
}

.promo-date {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

.promo-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.promo-content .btn-primary {
  font-size: 0.9rem;
  padding: 1rem 2rem;
}

