/* === About Page === */
.page-about {
  padding-top: var(--header-height);
}

/* About Hero */
.about-hero {
  height: 375px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url('../../images/about-bg.png') no-repeat center center / cover;
}

.about-hero__title {
  font-weight: bold;
  font-size: 66px;
  color: #333333;
}

.about-hero__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
}

/* Company Info Section */
.company-section {
  /* padding: 80px 0; */
  padding: 86px 0px 86px;
}

.company-section__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.company-section__content {
  width: 506px;
}

.company-section__title {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  text-align: center;
  margin-bottom: 58px;
}

.company-section__text {
  font-size: 16px;
  color: #333333;
  text-align: justify;
  line-height: var(--line-height-loose);
}

.company-section__highlights {
  margin-top: 40px;
}

.company-section__highlight-item {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  background: linear-gradient(90deg, #e0f0ff, #ffffff);
  border-radius: 14px;
}

.com-right {
  width: 28px;
}

.company-section__image {
  display: flex;
  align-items: center;
  margin-right: -10px;
}

.cs_imageBox {
  text-align: center;
}

.cs_imageBox img {
  display: block;
  margin: 0 auto;
}

.cs_imageBox p {
  font-size: 12px;
  color: #666666;
  margin-top: 14px;
}

/* Platform Section */
.platform-section {
  padding: 100px 0;
  background-color: #F6F9FC;
}

.platform-section__inner {
  display: flex;
  gap: 60px;
  align-items: center;
}

.platform-section__image {
  flex-shrink: 0;
  width: 400px;
}

.platform-section__content {}

.platform-section__title {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  margin-bottom: 47px;
  line-height: 1;
}

.platform-section__text {
  font-size: 16px;
  color: #333333;
  line-height: 34px;
}

.cta-bar {
  padding: 36px 0px;
  box-sizing: border-box;
  background-color: var(--color-primary);
  background-image: url('../../images/cta-bg2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 94% 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-bar__title {
  font-weight: 400;
  font-size: 34px;
  color: #FFFFFF;
}

.cta-bar__subtitle {
  margin-top: 26px;
}