/* =============================================
       OJG HERO TALENT SECTION — scoped & unique
       White background, theme colors (#0978EF / #014392 / #07242F)
       Same-to-same layout as reference, ported to plain CSS
       ============================================= */

#ojg-hero-3290,
#ojg-hero-3290 * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

#ojg-hero-3290 {
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(9, 120, 239, 0.07) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(9, 120, 239, 0.07) 0%,
      transparent 40%
    ),
    #f8fafc;
  width: 100%;
  padding: 70px 24px;
}

#ojg-hero-3290 .ojg-hero-3290-card {
  max-width: 1180px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  border-radius: 28px;
  padding: 50px 48px;
  border: 1px solid #eef2f7;
  box-shadow: 0 6px 20px rgba(7, 36, 47, 0.04);
  position: relative;
  overflow: hidden;
}

/* Decorative dot grids */
#ojg-hero-3290 .ojg-hero-3290-dots {
  position: absolute;
  opacity: 0.25;
  display: grid;
  grid-template-columns: repeat(4, 6px);
  gap: 5px;
}

#ojg-hero-3290 .ojg-hero-3290-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #94a3ad;
}

#ojg-hero-3290 .ojg-hero-3290-dots.top-left {
  top: 28px;
  left: 28px;
}

#ojg-hero-3290 .ojg-hero-3290-dots.bottom-right {
  bottom: 28px;
  right: 28px;
}

/* ── Grid layout ── */
#ojg-hero-3290 .ojg-hero-3290-grid {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* ── Side photo columns ── */
#ojg-hero-3290 .ojg-hero-3290-photos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 48px 0;
  gap: 48px;
}

#ojg-hero-3290 .ojg-hero-3290-photos.right {
  align-items: flex-end;
}

#ojg-hero-3290 .ojg-hero-3290-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  padding: 4px;
  flex-shrink: 0;
}

#ojg-hero-3290 .ojg-hero-3290-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffffff;
  display: block;
}

#ojg-hero-3290 .ojg-hero-3290-avatar.c1 {
  background: #bce0fd;
  transform: translateX(-12px);
}
#ojg-hero-3290 .ojg-hero-3290-avatar.c2 {
  background: #fbcfe8;
  transform: translateX(12px);
}
#ojg-hero-3290 .ojg-hero-3290-avatar.c3 {
  background: #fde68a;
  transform: translateX(-6px);
}
#ojg-hero-3290 .ojg-hero-3290-avatar.c4 {
  background: #bfdbfe;
  transform: translateX(12px);
}
#ojg-hero-3290 .ojg-hero-3290-avatar.c5 {
  background: #fed7aa;
  transform: translateX(-12px);
}
#ojg-hero-3290 .ojg-hero-3290-avatar.c6 {
  background: #ddd6fe;
  transform: translateX(6px);
}

/* ── Mobile photo row (hidden on desktop) ── */
#ojg-hero-3290 .ojg-hero-3290-photos-mobile {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 26px 0;
}

#ojg-hero-3290 .ojg-hero-3290-photos-mobile img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid;
}

#ojg-hero-3290 .ojg-hero-3290-photos-mobile img.m1 {
  border-color: #bce0fd;
}
#ojg-hero-3290 .ojg-hero-3290-photos-mobile img.m2 {
  border-color: #fbcfe8;
}
#ojg-hero-3290 .ojg-hero-3290-photos-mobile img.m3 {
  border-color: #bfdbfe;
}
#ojg-hero-3290 .ojg-hero-3290-photos-mobile img.m4 {
  border-color: #fde68a;
}

/* ── Center content ── */
#ojg-hero-3290 .ojg-hero-3290-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#ojg-hero-3290 .ojg-hero-3290-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eaf3ff;
  color: #0978ef;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #d6e9ff;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 22px;
}

#ojg-hero-3290 .ojg-hero-3290-tag i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal;
  font-size: 11px;
}

#ojg-hero-3290 .ojg-hero-3290-heading {
  color: #07242f;
  margin: 0 auto;
  max-width: 640px;
  font-family: "Urbanist", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0px;
}

#ojg-hero-3290 .ojg-hero-3290-heading span {
  color: #0978ef;
}

@media (max-width: 1024px) {
  #ojg-hero-3290 .ojg-hero-3290-heading {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  #ojg-hero-3290 .ojg-hero-3290-heading {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  #ojg-hero-3290 .ojg-hero-3290-heading {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  #ojg-hero-3290 .ojg-hero-3290-heading {
    font-size: 26px;
  }
}
@media (max-width: 360px) {
  #ojg-hero-3290 .ojg-hero-3290-heading {
    font-size: 22px;
  }
}

#ojg-hero-3290 .ojg-hero-3290-desc {
  color: #5b6b78;
  font-size: 15px;
  line-height: 1.75;
  max-width: 600px;
  margin: 22px 0 0;
}

#ojg-hero-3290 .ojg-hero-3290-btn {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0978ef;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
  padding: 16px 34px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(9, 120, 239, 0.3);
  transition:
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

#ojg-hero-3290 .ojg-hero-3290-btn i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 13px;
  transition: transform 0.3s ease;
}

#ojg-hero-3290 .ojg-hero-3290-btn:hover {
  background: #014392;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(1, 67, 146, 0.35);
}

#ojg-hero-3290 .ojg-hero-3290-btn:hover i {
  transform: translateX(3px);
}

/* ── Stats strip ── */
#ojg-hero-3290 .ojg-hero-3290-stats {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #eef2f7;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}

#ojg-hero-3290 .ojg-hero-3290-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  text-align: center;
}

#ojg-hero-3290 .ojg-hero-3290-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eaf3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#ojg-hero-3290 .ojg-hero-3290-stat-icon i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal;
  font-size: 16px;
  color: #0978ef;
}

#ojg-hero-3290 .ojg-hero-3290-stat p {
  margin: 0;
}

#ojg-hero-3290 .ojg-hero-3290-stat-label {
  color: #94a3ad;
  font-size: 11.5px;
  font-weight: 500;
  margin: 0 0 3px 0;
}

#ojg-hero-3290 .ojg-hero-3290-stat-value {
  color: #07242f;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

/* ── Contact strip ── */
#ojg-hero-3290 .ojg-hero-3290-contact {
  margin: 40px auto 0;
  max-width: 720px;
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 18px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: 0 4px 14px rgba(7, 36, 47, 0.04);
  position: relative;
  z-index: 2;
}

#ojg-hero-3290 .ojg-hero-3290-contact-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

#ojg-hero-3290 .ojg-hero-3290-phone-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eaf3ff;
  color: #0978ef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#ojg-hero-3290 .ojg-hero-3290-phone-icon i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal;
  font-size: 15px;
}

#ojg-hero-3290 .ojg-hero-3290-contact-left p {
  margin: 0 0 3px 0;
  color: #94a3ad;
  font-size: 12px;
  text-align: left;
}

#ojg-hero-3290 .ojg-hero-3290-contact-left a {
  color: #0978ef;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
}

#ojg-hero-3290 .ojg-hero-3290-contact-left a:hover {
  text-decoration: underline;
}

#ojg-hero-3290 .ojg-hero-3290-divider {
  width: 1px;
  height: 34px;
  background: #eef2f7;
}

#ojg-hero-3290 .ojg-hero-3290-contact-right {
  text-align: right;
}

#ojg-hero-3290 .ojg-hero-3290-contact-right p {
  margin: 0;
  color: #5b6b78;
  font-size: 13.5px;
}

#ojg-hero-3290 .ojg-hero-3290-contact-right strong {
  color: #07242f;
  font-weight: 700;
}

/* ── Responsive ── */
@media (max-width: 980px) {
  #ojg-hero-3290 .ojg-hero-3290-photos {
    display: none;
  }

  #ojg-hero-3290 .ojg-hero-3290-grid {
    grid-template-columns: 1fr;
  }

  #ojg-hero-3290 .ojg-hero-3290-photos-mobile {
    display: flex;
  }

  #ojg-hero-3290 .ojg-hero-3290-card {
    padding: 44px 30px;
  }
}

@media (max-width: 640px) {
  #ojg-hero-3290 .ojg-hero-3290-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  #ojg-hero-3290 .ojg-hero-3290-stat {
    justify-content: flex-start;
    text-align: left;
  }

  #ojg-hero-3290 .ojg-hero-3290-dots {
    display: none;
  }
}

@media (max-width: 480px) {
  #ojg-hero-3290 {
    padding: 48px 14px;
  }

  #ojg-hero-3290 .ojg-hero-3290-card {
    padding: 36px 20px;
    border-radius: 22px;
  }

  #ojg-hero-3290 .ojg-hero-3290-btn {
    width: 100%;
    justify-content: center;
  }

  #ojg-hero-3290 .ojg-hero-3290-contact {
    flex-direction: column;
    align-items: flex-start;
  }

  #ojg-hero-3290 .ojg-hero-3290-contact-right {
    text-align: left;
  }

  #ojg-hero-3290 .ojg-hero-3290-divider {
    width: 100%;
    height: 1px;
  }
}
