/* ==================================================
   Management Team Section
================================================== */

.management-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 100px;
  background:
    radial-gradient(circle at top left, rgba(127, 178, 255, 0.16), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0, 77, 140, 0.22), transparent 36%),
    linear-gradient(135deg, #071a3b 0%, #0d2a5b 45%, #0f3e7a 100%);
}

.management-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 55px 55px;
  opacity: 0.35;
  pointer-events: none;
}

.management-container {
  position: relative;
  z-index: 2;
}

/* Wavy Top */
.management-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 3;
}

.management-wave svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
}

.management-wave path {
  fill: #ffffff;
}

/* Header */
.management-header {
  margin-bottom: 60px;
}

.management-label {
  display: inline-block;
  color: #7fb2ff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.management-title {
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.05;
  margin-bottom: 20px;
}

.management-title span {
  color: #7fb2ff;
}

.management-divider {
  width: 95px;
  height: 4px;
  margin: 0 auto;
  border-radius: 30px;
  background: linear-gradient(90deg, #7fb2ff, #ffffff, #0f7cff);
}

/* Featured Layout */
.management-featured {
  margin-bottom: 45px;
}

/* Leader Card */
.leader-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border-top-left-radius: 25%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(203, 227, 255, 0.35);
  transition: all 0.4s ease;
}

.leader-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 75px rgba(0, 0, 0, 0.28);
}

/* Image Area */
.leader-image-wrap {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #dbeafe;
}

.leader-image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  /* object-position: top center; */
  display: block;
  transition: transform 0.45s ease;
}

.leader-card:hover .leader-image-wrap img {
  transform: scale(1.08);
}

/* Bottom Blur On Image */
.leader-image-blur {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  height: 42%;
  background: linear-gradient(
    to top,
    rgba(7, 26, 59, 0.92),
    rgba(7, 26, 59, 0.55),
    rgba(7, 26, 59, 0)
  );
  backdrop-filter: blur(0.8px);
  pointer-events: none;
}

/* Featured Image */
.featured-image,
.featured-image img {
  height: 390px;
}

/* Blue Name Area */
.leader-name-box {
  position: relative;
  padding: 24px 22px 26px;
  text-align: center;
  background: linear-gradient(135deg, #073b78 0%, #0d5fb3 100%);
  min-height: 143px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

.leader-name-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #cbe3ff;
}

.leader-name-box h4 {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
}

.leader-name-box p {
  color: #cbe3ff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  line-height: 1.45;
  margin-bottom: 0;
}

.leader-card-featured .leader-name-box h4 {
  font-size: 1.35rem;
}

.leader-card-featured .leader-name-box p {
  font-size: 0.9rem;
}

/* Featured Text Panel */
.leader-featured-panel {
  height: 100%;
  padding: 48px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 255, 0.95));
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(203, 227, 255, 0.5);
}

.featured-label {
  display: inline-block;
  color: #0d5fb3;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.leader-featured-panel h3 {
  color: #071a3b;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}

.leader-featured-panel p {
  color: #54607a;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 24px;
}

.leader-vision-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.leader-vision-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #1f2f46;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 14px;
}

.leader-vision-list li:last-child {
  margin-bottom: 0;
}

.leader-vision-list i {
  color: #0d5fb3;
  font-size: 1rem;
  margin-top: 4px;
}

/* Leader Grid */
.leader-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

/* Responsive */
@media (max-width: 1199px) {
  .leader-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .leader-featured-panel {
    padding: 38px;
  }
}

@media (max-width: 991px) {
  .management-section {
    padding: 100px 0 80px;
  }

  .leader-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-image,
  .featured-image img {
    height: 320px;
  }
}

@media (max-width: 575px) {
  .management-section {
    padding: 90px 0 65px;
  }

  .management-header {
    margin-bottom: 40px;
  }

  .leader-grid {
    grid-template-columns: 1fr;
  }

  .leader-image-wrap,
  .leader-image-wrap img {
    height: 250px;
  }

  .featured-image,
  .featured-image img {
    height: 300px;
  }

  .leader-featured-panel {
    padding: 30px 24px;
  }
}