/* ====================== YOU CAN INTERACTIVE HERO ====================== */
.you-can-hero {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #f5f0e8;
  position: relative;
  left: -6.2rem;
  top: -2.2rem;
}

.you-can-list-wrapper {
  position: relative;
  display: inline-block;
  /* overflow: hidden; */
  height: 2.95rem;
  min-width: 270px;
  vertical-align: middle;
  /* background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 42%,
    #a4133c4d  106%,
    #97143a 52%,
    transparent 58%,
    transparent 100%
  ); */
}

#you-can-list {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: top 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: top;
}

/* الكلمات الغير active - لون #d6d6d6 واضح */
#you-can-list li {
  color: #a3a3a3;
  font-weight: 700;
  padding: 0.05lh 0;
  cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  white-space: nowrap;
  font-size: 2rem;
  line-height: 1.05;
}

#you-can-list li:hover {
  transform: scale(1.08);
  color: #97143a;
}

/* الكلمة الـ active فقط - هايلايت أزرق */
#you-can-list li.active {
  color: #97143a;
  background: linear-gradient(
    180deg,
    #a4133c4d 0% 42%,
    #97143a 47% 53%,
    #a4133c4d 58% 100%
  );
  background-attachment: fixed;
  background-clip: text;
  filter: brightness(1.3) drop-shadow(0 0 12px #a4133c4d);
}
