@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

#ytb-info#ytb-info {
  --ytb-grad: linear-gradient(135deg, #7C3AED, #2563EB) !important;
  --ytb-grad-soft: linear-gradient(135deg, rgba(124,58,237,0.06), rgba(37,99,235,0.04)) !important;
  --ytb-grad-text: linear-gradient(135deg, #7C3AED, #2563EB) !important;
  --ytb-ink: #0F172A !important;
  --ytb-body: #6B7280 !important;
  --ytb-border: rgba(124,58,237,0.15) !important;
  --ytb-wh: #FFFFFF !important;
  --ytb-ow: #F5F3FF !important;
  --ytb-r: 12px !important;
  margin-top: -25px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  width: 100% !important;
  max-width: 100% !important;
  font-family: Inter, sans-serif !important;
  color: var(--ytb-ink) !important;
}

#ytb-info#ytb-info * {
  box-sizing: border-box !important;
}

#ytb-info#ytb-info .ytb-sec {
  padding: 80px 24px !important;
}

#ytb-info#ytb-info .ytb-s1 {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

#ytb-info#ytb-info .ytb-s3 {
  padding-bottom: 40px !important;
  margin-bottom: 0px !important;
}

#ytb-info#ytb-info .ytb-bg-wh {
  background: var(--ytb-wh) !important;
}

#ytb-info#ytb-info .ytb-bg-ow {
  background: var(--ytb-ow) !important;
}

#ytb-info#ytb-info .ytb-inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
}

#ytb-info#ytb-info .ytb-hb {
  max-width: 780px !important;
  margin: 0 auto 34px !important;
  text-align: center !important;
}

#ytb-info#ytb-info h2 {
  margin-top: 48px !important;
  margin-bottom: 12px !important;
  font-family: Inter, sans-serif !important;
  font-size: clamp(1.6rem, 2.6vw, 2.5rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
  text-align: center !important;
  color: var(--ytb-ink) !important;
}

#ytb-info#ytb-info .ytb-gx {
  background: var(--ytb-grad-text) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

#ytb-info#ytb-info .ytb-hb p {
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: var(--ytb-body) !important;
}

#ytb-info#ytb-info .ytb-g3,
#ytb-info#ytb-info .ytb-g4 {
  display: grid !important;
  gap: 26px !important;
}

#ytb-info#ytb-info .ytb-g3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

#ytb-info#ytb-info .ytb-g4 {
  grid-template-columns: repeat(4, 1fr) !important;
}

#ytb-info#ytb-info .ytb-ca,
#ytb-info#ytb-info .ytb-cb {
  background: #FFFFFF !important;
  border-radius: 12px !important;
  border: 1px solid rgba(124,58,237,0.10) !important;
  opacity: 0 !important;
  transform: translateY(16px) !important;
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease, border-radius 0.3s ease, border-color 0.3s ease, background 0.3s ease !important;
}

#ytb-info#ytb-info .ytb-ca {
  padding: 42px 32px 38px !important;
  text-align: left !important;
}

#ytb-info#ytb-info .ytb-cb {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 36px 28px 32px !important;
  position: relative !important;
  overflow: hidden !important;
}

#ytb-info#ytb-info .ytb-ca.ytb-show,
#ytb-info#ytb-info .ytb-cb.ytb-show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#ytb-info#ytb-info .ytb-ci {
  width: 68px !important;
  height: 68px !important;
  border-radius: var(--ytb-r) !important;
  background: var(--ytb-grad-soft) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
  color: #7C3AED !important;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease, opacity 0.3s ease !important;
}

#ytb-info#ytb-info .ytb-cb .ytb-ci {
  margin-left: auto !important;
  margin-right: auto !important;
}

#ytb-info#ytb-info .ytb-ico {
  font-size: 1.5rem !important;
  color: #7C3AED !important;
  display: block !important;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease !important;
}

#ytb-info#ytb-info h3 {
  margin: 0 0 10px !important;
  font-size: 1.02rem !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  color: var(--ytb-ink) !important;
  letter-spacing: 0 !important;
}

#ytb-info#ytb-info .ytb-cd p {
  margin: 0 !important;
  font-size: 0.92rem !important;
  line-height: 1.65 !important;
  color: var(--ytb-body) !important;
}

#ytb-info#ytb-info .ytb-badge {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  color: rgba(124,58,237,0.5) !important;
  background: rgba(124,58,237,0.06) !important;
  border-radius: 9999px !important;
  padding: 4px 10px !important;
  transition: transform 0.3s ease, background 0.3s ease !important;
}

#ytb-info#ytb-info .ytb-fbar {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 0 !important;
  background: var(--ytb-grad) !important;
  border-radius: 0 0 12px 12px !important;
  transition: height 0.3s ease !important;
}

#ytb-info#ytb-info .ytb-s1 .ytb-ca:hover,
#ytb-info#ytb-info .ytb-s1 .ytb-ca:focus-visible {
  transform: translateY(-3px) scale(1.01) !important;
  box-shadow: 0 4px 32px rgba(124,58,237,0.12) !important;
}

#ytb-info#ytb-info .ytb-s1 .ytb-ca:hover .ytb-ico,
#ytb-info#ytb-info .ytb-s1 .ytb-ca:focus-visible .ytb-ico {
  transform: scale(1.05) rotate(-2deg) !important;
}

#ytb-info#ytb-info .ytb-s2 .ytb-cb:hover,
#ytb-info#ytb-info .ytb-s2 .ytb-cb:focus-visible {
  transform: translateY(-4px) !important;
  background: rgba(124,58,237,0.03) !important;
  box-shadow: 0 4px 32px rgba(124,58,237,0.12) !important;
}

#ytb-info#ytb-info .ytb-s2 .ytb-cb:hover .ytb-ci,
#ytb-info#ytb-info .ytb-s2 .ytb-cb:focus-visible .ytb-ci {
  box-shadow: 0 4px 12px rgba(124,58,237,0.15) !important;
}

#ytb-info#ytb-info .ytb-s2 .ytb-cb:hover .ytb-badge,
#ytb-info#ytb-info .ytb-s2 .ytb-cb:focus-visible .ytb-badge {
  transform: scale(1.10) !important;
  background: rgba(124,58,237,0.12) !important;
}

#ytb-info#ytb-info .ytb-s2 .ytb-cb:hover .ytb-fbar,
#ytb-info#ytb-info .ytb-s2 .ytb-cb:focus-visible .ytb-fbar {
  height: 3px !important;
}

#ytb-info#ytb-info .ytb-s3 .ytb-ca:hover,
#ytb-info#ytb-info .ytb-s3 .ytb-ca:focus-visible {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 60px rgba(124,58,237,0.14) !important;
}

#ytb-info#ytb-info .ytb-s3 .ytb-ca:hover .ytb-ci,
#ytb-info#ytb-info .ytb-s3 .ytb-ca:focus-visible .ytb-ci {
  transform: scale(1.08) !important;
}

#ytb-info#ytb-info .ytb-ca:focus-visible,
#ytb-info#ytb-info .ytb-cb:focus-visible {
  outline: 2px solid #7C3AED !important;
  outline-offset: 2px !important;
}

@media (max-width: 1099px) {
  #ytb-info#ytb-info .ytb-sec {
    padding: 60px 16px !important;
  }

  #ytb-info#ytb-info .ytb-g3,
  #ytb-info#ytb-info .ytb-g4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  #ytb-info#ytb-info .ytb-ci {
    width: 48px !important;
    height: 48px !important;
  }

  #ytb-info#ytb-info .ytb-ico {
    font-size: 1.1rem !important;
  }

  #ytb-info#ytb-info h2 {
    font-size: 1.4rem !important;
  }

  #ytb-info#ytb-info h3 {
    font-size: 0.925rem !important;
  }

  #ytb-info#ytb-info .ytb-hb p,
  #ytb-info#ytb-info .ytb-cd p {
    font-size: 0.825rem !important;
  }
}

@media (max-width: 639px) {
  #ytb-info#ytb-info .ytb-sec {
    padding: 32px 12px !important;
  }

  #ytb-info#ytb-info .ytb-g3,
  #ytb-info#ytb-info .ytb-g4 {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #ytb-info#ytb-info .ytb-ci {
    width: 36px !important;
    height: 36px !important;
  }

  #ytb-info#ytb-info .ytb-ico {
    font-size: 0.9rem !important;
  }

  #ytb-info#ytb-info h2 {
    font-size: 1rem !important;
  }

  #ytb-info#ytb-info h3 {
    font-size: 0.8rem !important;
  }

  #ytb-info#ytb-info .ytb-hb p,
  #ytb-info#ytb-info .ytb-cd p {
    font-size: 0.75rem !important;
  }

  #ytb-info#ytb-info .ytb-ca,
  #ytb-info#ytb-info .ytb-cb {
    padding: 24px 18px !important;
  }
}