/* Halaman About — hanya rule yang dipakai about.html */

.about-hero {
  position: relative;
  z-index: 1;
  padding: 190px 0 72px;
  min-height: 0;
}

.about-hero > .container:last-child {
  padding-bottom: 48px;
}

.metric {
  min-width: 170px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    inset 0 -7px 10px rgba(255, 255, 255, 0.62),
    inset 0 10px 20px rgba(0, 0, 0, 0.28),
    0 8px 26px rgba(0, 0, 0, 0.38);
}

.metric strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.sub-title-wrap {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  gap: 24px;
}

.sub-title-img {
  width: 82%;
  height: fit-content;
}

.metric.sub-title {
  color: #ffffff;
  width: 18%;
  text-align: center;
}

.about-sub-title-wrap {
  position: relative;
  overflow: visible;
}

.about-sub-title-wrap .about-radial-light {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  pointer-events: none;
  opacity: 0.95;
  z-index: -1;
}

.mt-5 {
  margin-top: 50px;
}

.banner-home-bottom {
  margin:  0;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.banner-home-bottom img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
}

.banner-home-bottom::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(7, 10, 34, 0.95) 0%,
    rgba(7, 10, 34, 0.72) 28%,
    rgba(7, 10, 34, 0.12) 62%,
    rgba(7, 10, 34, 0) 100%
  );
  pointer-events: none;
}

.banner-metrics {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  z-index: 2;
}

.banner-metrics-left,
.banner-metrics-right {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}

.banner-home-bottom .metric {
  min-width: 170px;
  padding: 10px 22px;
  background: rgba(8, 12, 45, 0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.banner-home-bottom .metric strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.banner-home-bottom .metric span {
  margin-top: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
}

.title-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 80px;
}

.built-world-wrap {
  position: relative;
  overflow: visible;
}

.title-left {
  width: 50%;
}

.title-bold {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}

.title-normal {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 5px;
}

.title-right {
  width: 50%;
  text-align: right;
}

.title-desc {
  font-size: 14px;
  color: rgb(154 154 153);
  margin-top: 20px;
}

.title-desc.normal {
  font-size: 18px;
  color: rgb(154 154 153);
  margin-top: 20px;
}

.talent {
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 52px;
  overflow: hidden;
  float: right;
}

.talent-item {
  position: relative;
  padding: 30px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

.talent-item:last-child {
  border-bottom: none;
}

.talent-item h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
  color: #fff;
  font-weight: 700;
}

.talent-item p {
  margin: 24px 0 0;
  max-width: 85%;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.76);
}

.talent-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 70px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.16) 38%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 1;
  transition: background 180ms ease;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 62%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 62%,
    rgba(0, 0, 0, 0) 100%
  );
}

.talent-item:hover::after {
  background: linear-gradient(
    to top,
    rgba(59, 255, 140, 0.45) 0%,
    rgba(59, 255, 140, 0.16) 38%,
    rgba(59, 255, 140, 0) 100%
  );
}

@media (max-width: 980px) {
  .about-hero {
    padding: 118px 0 40px;
  }

  .title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .title-left,
  .title-desc {
    width: 100%;
    text-align: left;
  }

  .banner-home-bottom {
    min-height: 380px;
  }

  .banner-home-bottom img {
    min-height: 380px;
  }

  .banner-metrics {
    left: 12px;
    right: 12px;
    bottom: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .banner-metrics-left,
  .banner-metrics-right {
    justify-content: center;
  }

  .banner-home-bottom .metric {
    min-width: min(46vw, 210px);
    text-align: center;
  }

  .banner-home-bottom .metric strong {
    font-size: 30px;
  }

  .title-right {
    width: 100%;
    margin-top: 18px;
  }

  .talent {
    width: 100%;
    float: none;
    border-radius: 30px;
  }

  .talent-item {
    min-height: auto;
    padding: 24px 22px;
    text-align: center;
  }

  .talent-item h3 {
    font-size: clamp(30px, 8vw, 44px);
  }

  .talent-item p {
    max-width: 100%;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .sub-title-wrap {
    margin-top: 0;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .metric.sub-title,
  .sub-title-img {
    width: 100%;
  }
  .banner-home-bottom {
    margin-bottom: 40px;
  }
}
