/* ============================================
   HERO.CSS - Top Hero Section
   ============================================ */

#JL_details_hero {
  background: #000033;
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}
#JL_details_hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(0, 174, 239, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* Placement Badge */
.plcmt-grnt {
  display: inline-block;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 6px;
  margin-bottom: 14px;
  letter-spacing: 0.06em;
}
.plcmt-grnt-solid {
  background: #ff0000;
  border: none;
}

/* Title */
.JL-details-hero-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 14px;
}

/* AI Prompt pill */
.hero-ai-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #00aeef;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.hero-ai-pill i {
  font-size: 1rem;
}

/* Mode / duration line */
.JL_details_modes {
  font-size: 0.95rem;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
}
.JL_details_modes-yellow {
  color: #ffcc00;
}

/* Certificate partners — label + logos one row */
.certificate-partners-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 18px;
}
.certificate-partners-label {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
}
.certificate-partners-logos {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 20px;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  min-height: 44px;
}
.certificate-partners-logos img {
  height: 26px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
}

/* Date — dotted frame */
.JL-details-hero-date {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  margin: 8px 0 18px;
}
.JL-details-hero-date-box {
  display: inline-block;
  border: 2px dotted #ff0000;
  border-radius: 8px;
  padding: 10px 16px;
  margin: 8px 0 18px;
}
.JL-details-hero-date-box p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.JL-details-hero-date-span {
  color: #ffcc00;
  font-weight: 700;
}

/* Key Points */
.JL-key-points {
  margin: 12px 0 8px;
}
.JL-key-points .d-flex p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
}
.JL-kp-check {
  color: #22c55e;
  font-size: 1.05rem;
  flex-shrink: 0;
  margin-top: 2px;
  margin-right: 10px;
}

/* Action Buttons — twin yellow */
.JL-details-hero-btn {
  display: flex;
  gap: 14px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.JL-details-hero-btn-yellow {
  background: #ffcc00;
  color: #000;
  border: none;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform 0.2s, filter 0.2s;
}
.JL-details-hero-btn-yellow:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

/* Right Image */
.JL-details-RHS {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.JL-details-RHS img {
  max-height: 420px;
  object-fit: contain;
}

@media (max-width: 767px) {
  #JL_details_hero { padding: 40px 0 30px; }
  .JL-details-hero-title { font-size: 1.5rem; }
  .JL-details-RHS { margin-top: 24px; }
}
