/* ==========================================================================
   React Bits — ScrollReveal Animation Styles
   ========================================================================== */

.scroll-reveal {
  position: relative;
  will-change: transform;
}

.scroll-reveal-text {
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  line-height: 1.45;
  font-weight: 700;
  color: #0F172A;
  letter-spacing: -0.02em;
}

.scroll-reveal .word {
  display: inline-block;
  will-change: opacity, filter;
}

/* Gradient highlight preservation for ScrollReveal */
.scroll-reveal .highlight-text {
  display: inline;
}

.scroll-reveal .highlight-text .word,
.home-hero-title.scroll-reveal .highlight-text .word {
  background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 45%, #F97316 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block;
}

/* Featured Mission / Statement Highlight Box on Home Page */
.home-scroll-reveal-container {
  padding: 44px 36px;
  margin: 40px auto 44px auto;
  max-width: 960px;
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 0.95) 100%);
  border: 1.5px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.06), 0 0 0 1px rgba(255, 255, 255, 0.8);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.home-scroll-reveal-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #EA580C;
  background: rgba(234, 88, 12, 0.1);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}
