/* =========================================================
   STEI Guest / International Visiting Professor Cards
   Same visual family as Dosen Industri
   ========================================================= */

.stei-guest-section {
  padding: 48px 0 20px;
}

.stei-guest-head {
  max-width: 920px;
  margin: 0 0 10px;
}

.stei-guest-head span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(6, 70, 216, .10);
  color: #0646d8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stei-guest-head h2 {
  margin: 0 0 14px !important;
  color: #07142f;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1;
  font-weight: 950 !important;
  letter-spacing: -0.05em;
}

.stei-guest-head p {
  max-width: 780px;
  margin: 0;
  color: #43526d;
  font-size: 16px !important;
  line-height: 1.75;
}

/* Row spacing konsisten */
.stei-guest-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
  overflow: visible !important;
}

.stei-guest-grid:last-child {
  margin-bottom: 64px !important;
}

/* Biar WPBakery tidak memotong shadow/border */
.stei-guest-grid,
.stei-guest-grid > .wpb_column,
.stei-guest-grid .vc_column_container,
.stei-guest-grid .vc_column-inner,
.stei-guest-grid .wpb_wrapper {
  overflow: visible !important;
}

.stei-guest-card {
  display: flex !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.stei-guest-card > .vc_column-inner {
  display: flex;
  width: 100%;
  padding-left: 10px !important;
  padding-right: 10px !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

.stei-guest-card > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 500px;
  padding: 18px;
  border: 1px solid rgba(6, 70, 216, .14);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(7, 20, 47, .065);
  box-sizing: border-box;
  overflow: hidden !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.stei-guest-card:hover > .vc_column-inner > .wpb_wrapper {
  border-color: rgba(6, 70, 216, .28);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 48px rgba(7, 20, 47, .08);
}

/* Image */
.stei-guest-card .wpb_single_image {
  margin-bottom: 16px !important;
}

.stei-guest-card .vc_figure,
.stei-guest-card .vc_single_image-wrapper {
  width: 100%;
}

.stei-guest-card img {
  display: block;
  width: 100% !important;
  height: 205px !important;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px !important;
  background: #f3f6fb;
  box-shadow: none !important;
}

/* Text */
.stei-guest-card .wpb_text_column {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.stei-guest-card h5,
.stei-guest-card h6 {
  margin: 0 !important;
  text-align: left !important;
  font-family: inherit !important;
}

.stei-guest-card h5 {
  color: #07142f !important;
  font-size: 18px !important;
  line-height: 1.28 !important;
  font-weight: 920 !important;
  letter-spacing: -0.025em;
}

.stei-guest-card h5 a {
  color: inherit !important;
  text-decoration: none !important;
}

.stei-guest-card h5 a:hover {
  color: #0646d8 !important;
}

.stei-guest-card h6 {
  margin-top: 8px !important;
  color: #52627c !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.stei-guest-meta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(6, 70, 216, .10);
}

.stei-guest-info {
  margin-bottom: 12px;
}

.stei-guest-info:last-child {
  margin-bottom: 0;
}

.stei-guest-info span {
  display: block;
  margin-bottom: 5px;
  color: #0646d8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stei-guest-info p {
  margin: 0 !important;
  color: #43526d;
  font-size: 13px !important;
  line-height: 1.55;
  font-weight: 650;
}

@media (max-width: 991px) {
  .stei-guest-section {
    padding: 42px 0 18px;
  }

  .stei-guest-grid {
    margin-bottom: 24px !important;
  }

  .stei-guest-card {
    margin-bottom: 24px !important;
  }

  .stei-guest-card img {
    height: 190px !important;
  }

  .stei-guest-card > .vc_column-inner > .wpb_wrapper {
    min-height: 470px;
  }
}

@media (max-width: 767px) {
  .stei-guest-section {
    padding: 38px 0 14px;
  }

  .stei-guest-head h2 {
    font-size: 38px !important;
  }

  .stei-guest-head p {
    font-size: 15px !important;
  }

  .stei-guest-grid {
    margin-bottom: 0 !important;
  }

  .stei-guest-card {
    margin-bottom: 22px !important;
  }

  .stei-guest-card > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .stei-guest-card > .vc_column-inner > .wpb_wrapper {
    min-height: auto;
    padding: 16px;
    border-radius: 22px;
  }

  .stei-guest-card img {
    height: 230px !important;
    border-radius: 18px !important;
  }
}