body.soarcho-about-page {
  width: 100%;
  margin: 0;
  background: #f5f9ff;
  color: #082454;
  font-family: Arial, Helvetica, sans-serif;
}

.soarcho-about-page #page,
.soarcho-about-page #content,
.soarcho-about-page main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.soarcho-about-page .site-header,
.soarcho-about-page .site-footer {
  display: none;
}

.soarcho-about-page .site-content,
.soarcho-about-page .ast-container,
.soarcho-about-page .content-area,
.soarcho-about-page .site-main {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  float: none;
}

.soarcho-about-page .ast-container {
  display: block;
}

.soarcho-about * {
  box-sizing: border-box;
}

.soarcho-about {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbff 0%, #fff 36%, #f5f9ff 100%);
  line-height: 1.4;
}

.about-wrap {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.soarcho-about .soarcho-media--empty,
.soarcho-about .soarcho-icon-img--empty {
  display: block;
  background: #eef6ff;
}

.about-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 18px rgba(10, 45, 100, 0.06);
}

.about-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 22px;
}

.about-logo {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: #092454;
  line-height: 1;
  text-decoration: none;
}

.about-logo span {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.4px;
}

.about-logo b,
.about-hero h1 span,
.about-section h2 span {
  color: #075eea;
}

.about-logo small {
  margin-top: 5px;
  color: #61728f;
  font-size: 10px;
}

.about-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: clamp(16px, 2vw, 34px);
  height: 70px;
  font-size: 13px;
  font-weight: 800;
}

.about-nav a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #082454;
  text-decoration: none;
}

.about-nav a.is-active {
  color: #075eea;
  border-bottom: 2px solid #075eea;
}

.about-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 800;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 26px;
  border: 1px solid #075eea;
  border-radius: 9px;
  background: #075eea;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(7, 94, 234, 0.22);
}

.about-btn:hover {
  color: #fff;
}

.about-btn--small {
  min-height: 40px;
  padding: 0 22px;
  border-radius: 20px;
}

.about-btn--outline {
  background: #fff;
  color: #075eea;
  box-shadow: none;
}

.about-btn--outline:hover,
.about-btn--light:hover {
  color: #075eea;
}

.about-btn--light {
  background: #fff;
  color: #075eea;
  border-color: #fff;
  box-shadow: none;
}

.about-hero {
  width: 100%;
  background: linear-gradient(90deg, #f7fbff 0%, #eef6ff 100%);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
  align-items: stretch;
  min-height: 382px;
}

.about-hero-copy {
  padding: 54px 0 34px;
}

.about-breadcrumb {
  margin-bottom: 20px;
  color: #526786;
  font-size: 13px;
}

.about-breadcrumb span {
  margin: 0 10px;
  color: #8aa2c0;
}

.about-hero h1 {
  margin: 0 0 16px;
  color: #082454;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 900;
}

.about-hero h2 {
  margin: 0 0 22px;
  color: #082454;
  font-size: 18px;
  font-weight: 900;
}

.about-hero p {
  max-width: 570px;
  margin: 0;
  color: #273c61;
  font-size: 15px;
  line-height: 1.8;
}

.about-hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 382px;
  object-fit: cover;
  object-position: center;
}

.about-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 16px 18px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(10, 45, 100, 0.12);
}

.about-hero-stats {
  grid-column: 1 / 2;
  align-self: end;
  width: min(610px, 100%);
  margin-top: -96px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.about-stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-stat-item img {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  object-fit: cover;
}

.about-stat-item strong {
  display: block;
  color: #082454;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

.about-stat-item span {
  color: #61728f;
  font-size: 11px;
}

.about-section {
  padding: 18px 0;
}

.about-section--tight {
  padding: 8px 0;
}

.about-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 34fr) minmax(0, 66fr);
  gap: 28px;
  align-items: center;
}

.about-profile-copy {
  padding: 18px 22px;
}

.soarcho-about h2 {
  margin: 0 0 12px;
  color: #082454;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.about-profile-copy h2::after,
.about-panel h2::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 10px;
  border-radius: 3px;
  background: #075eea;
}

.soarcho-about p {
  color: #273c61;
  font-size: 14px;
  line-height: 1.75;
}

.about-profile-media {
  padding-bottom: 0;
}

.about-profile-photo {
  display: block;
  width: 100%;
  height: 268px;
  min-height: 250px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 16px 38px rgba(10, 45, 100, 0.1);
}

.about-profile-stats {
  margin: -36px 18px 0;
  position: relative;
  z-index: 2;
}

.about-stat-item--large strong {
  font-size: 20px;
}

.about-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.about-panel,
.about-card,
.about-cta {
  border: 1px solid #dce9fb;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 68, 145, 0.07);
}

.about-panel {
  padding: 22px 24px;
}

.about-panel > p {
  margin-top: 0;
}

.about-certificates {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 20px;
  text-align: center;
}

.about-certificate-image {
  width: 118px;
  height: 88px;
  padding: 4px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(10, 45, 100, 0.13);
}

.about-certificate strong,
.about-capability strong {
  display: block;
  margin-top: 10px;
  color: #082454;
  font-size: 12px;
  font-weight: 900;
}

.about-center {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.about-capability {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  text-align: center;
}

.about-capability-image {
  width: 100%;
  aspect-ratio: 1.8 / 1;
  object-fit: cover;
  border-radius: 7px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: minmax(0, 24fr) minmax(0, 76fr);
  gap: 12px;
}

.about-mission,
.about-values {
  padding: 20px 22px;
}

.about-mission h2,
.about-values h2 {
  color: #075eea;
  font-size: 20px;
}

.about-mission-body {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
}

.about-mission-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.about-value-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
}

.about-value {
  min-width: 0;
}

.about-value > span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #075eea;
  color: #fff;
  font-weight: 900;
}

.about-value img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  vertical-align: middle;
}

.about-value strong {
  display: block;
  color: #082454;
  font-size: 12px;
  font-weight: 900;
}

.about-value p {
  margin: 3px 0 0;
  font-size: 11px;
  line-height: 1.35;
}

.about-market-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 24px;
  align-items: center;
}

.about-map {
  width: 100%;
  height: 176px;
  min-height: 160px;
  object-fit: contain;
}

.about-market-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-market-grid li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  padding: 9px 14px;
  border-radius: 7px;
  background: #f0f6ff;
  color: #082454;
  font-size: 12px;
  font-weight: 900;
}

.about-market-grid li span {
  color: #075eea;
}

.about-history-grid {
  display: grid;
  grid-template-columns: 1.8fr 190px;
  gap: 24px;
  align-items: center;
}

.about-timeline {
  border-inline-start: 2px solid #8db8ff;
  padding-inline-start: 18px;
}

.about-timeline div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  margin-bottom: 12px;
}

.about-timeline span {
  color: #075eea;
  font-size: 12px;
  font-weight: 900;
}

.about-timeline p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.about-history-image {
  width: 100%;
  height: 176px;
  object-fit: cover;
  border-radius: 9px;
}

.about-bottom-grid {
  display: grid;
  grid-template-columns: 2.25fr 0.95fr;
  gap: 12px;
  align-items: stretch;
}

.about-why,
.about-cta {
  padding: 20px 22px;
}

.about-why h2 {
  font-size: 18px;
}

.about-why-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.about-why-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-why-item img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.about-why-item strong {
  display: block;
  color: #082454;
  font-size: 12px;
}

.about-why-item span {
  color: #61728f;
  font-size: 11px;
}

.about-cta {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 94, 234, 0.98), rgba(7, 94, 234, 0.9)),
    url("../images/about-cta-bg.jpg") center / cover no-repeat;
}

.about-cta h2,
.about-cta p {
  color: #fff;
}

@media (max-width: 1100px) {
  .about-nav {
    display: none;
  }

  .about-hero-grid,
  .about-profile-grid,
  .about-two-col,
  .about-values-grid,
  .about-bottom-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-stats,
  .about-profile-stats {
    position: static;
    width: auto;
    margin-top: 16px;
    inset-inline: auto;
  }

  .about-profile-media {
    padding-bottom: 0;
  }

  .about-stat-strip,
  .about-value-list,
  .about-why-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .about-header-actions span,
  .about-hero-media {
    display: none;
  }

  .about-hero h1 {
    font-size: 36px;
  }

  .about-certificates,
  .about-capability,
  .about-market-grid,
  .about-history-grid,
  .about-stat-strip,
  .about-value-list,
  .about-why-list {
    grid-template-columns: 1fr;
  }

}
