.about {
  padding-top: 80px;
  background: #fff;
  overflow-x: hidden;
}

.about-banner {
  height: 400px;
  background: url("../assets/img/SketchPngada56614a5e02c6df8c561b9a72cacc4f2bf65f8c36ce55d9737922b89d4f649.png")
    center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about h1,
.about h2,
.about h3 {
  font-weight: 400;
}

.about-banner h1 {
  color: rgba(23, 35, 61, 1);
  font-size: 56px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 8px;
}

.about-banner p {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.4;
  background-image: linear-gradient(
    99deg,
    rgba(5, 162, 245, 1) 0,
    rgba(6, 84, 255, 1) 30.19%,
    rgba(182, 91, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-body {
  background: url("../assets/img/04018a1f7e08455aafb219b627eae852_mergeImage.png")
    center / cover no-repeat;
  padding-bottom: 64px;
}

.about-who {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.about-who h2 {
  color: rgba(23, 35, 61, 1);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 24px;
}

.about-who p {
  color: rgba(101, 113, 128, 1);
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.about-who p + p { margin-top: 24px; }

.view-grid {
  width: 1200px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 384px);
  justify-content: space-between;
}

.view-card {
  width: 384px;
  height: 174px;
  padding: 40px 24px 24px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}

.view-label {
  display: block;
  color: rgba(101, 113, 128, 1);
  font-size: 13px;
  line-height: 18px;
}

.view-card h3 {
  margin-top: 16px;
  color: rgba(23, 35, 61, 1);
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}

.view-card p {
  margin-top: 8px;
  color: rgba(101, 113, 128, 1);
  font-size: 14px;
  line-height: 20px;
}

.view-deco {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 68px;
  height: 68px;
  object-fit: contain;
  background: transparent;
  pointer-events: none;
}

.cap-bar {
  width: 1200px;
  height: 140px;
  margin: 64px auto 0;
  background: url("../assets/img/SketchPngf27af3eeb67c513782c1198f7179ecda813802d4c49c2d608c8903ff500b42bd.png")
    center / 1200px 140px no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}

.cap-quote {
  position: absolute;
  width: 48px;
  height: 45px;
  pointer-events: none;
}

.cap-quote.is-open {
  left: 24px;
  top: 18px;
}

.cap-quote.is-close {
  right: 24px;
  bottom: 18px;
}

.cap-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cap-col.is-left {
  text-align: right;
  padding: 0 28px 0 88px;
}

.cap-col.is-right {
  text-align: left;
  padding: 0 88px 0 28px;
}

.cap-col h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
  white-space: nowrap;
}

.cap-col p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}

.cap-divider {
  width: 2px;
  height: 60px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1px;
}

.value-grid {
  width: 1200px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 284px);
  justify-content: space-between;
  row-gap: 21px;
}

.value-card {
  position: relative;
  width: 284px;
  height: 212px;
  padding: 34px 24px 0;
  background: url("../assets/img/SketchPngbc5aca2d2ec1a817be7b42106dc576987ec11cd6eafb3d6f2f9081f4e9534380.png") -1px -1px
    no-repeat;
  background-size: 286px 214px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.value-icon {
  width: 48px;
  height: 48px;
  display: block;
}

.value-card h3 {
  margin-top: 16px;
  color: rgba(23, 35, 61, 1);
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}

.value-blob {
  position: absolute;
  top: 20px;
  left: 161px;
  width: 103px;
  height: 103px;
  background-repeat: no-repeat;
  background-size: 277px 277px;
  background-position: -87px -87px;
  pointer-events: none;
}

.value-card p {
  width: 236px;
  min-height: 40px;
  margin-top: 8px;
  color: rgba(101, 113, 128, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
}

.value-card:hover {
  background: url("../assets/img/SketchPng8f5b4c8a6b42f6df9ee8bf5fe2d7d055ec8027350fc97f5f500d5c9d4447cf34.png")
    center / 100% 100% no-repeat;
  transform: translateY(-10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
}

.value-card:hover .value-icon,
.value-card:hover .value-blob {
  display: none;
}

.value-card:hover h3,
.value-card:hover p {
  color: #fff;
  margin: 0;
  text-align: center;
  width: auto;
  min-height: 0;
}

.value-card:hover p {
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .view-grid,
  .cap-bar,
  .value-grid {
    width: 960px;
    max-width: calc(100% - 40px);
  }
  .view-grid { grid-template-columns: 1fr; }
  .view-card { width: 100%; }
  .value-grid {
    grid-template-columns: repeat(2, 284px);
    justify-content: space-between;
  }
}

@media (max-width: 900px) {
  .about-banner h1,
  .about-banner p { font-size: 32px; }
  .value-grid { grid-template-columns: 1fr; justify-content: center; }
  .cap-bar {
    height: auto;
    flex-direction: column;
    padding: 24px 16px;
  }
  .cap-col.is-left,
  .cap-col.is-right {
    text-align: left;
    padding: 12px 0;
  }
  .cap-col p { white-space: normal; }
  .cap-quote { display: none; }
  .cap-divider { width: 80%; height: 1px; margin: 8px 0; }
}
