.aboutUsPage {
  background: #f2f2f0;
  color: #202020;
}

.aboutUsPage__main {
  margin-top: 82px;
  padding: 0 0 48px;
}

.aboutUsPage__panel {
  max-width: 1180px;
  margin: -74px auto 0;
  padding: clamp(20px, 2vw, 28px) clamp(16px, 2.8vw, 24px) clamp(18px, 2vw, 28px);
  background: transparent;
}

.aboutUsPage__introGrid,
.aboutUsPage__beliefGrid,
.aboutUsPage__valueGrid,
.aboutUsPage__destinationGrid {
  display: grid;
  gap: 16px;
}

.aboutUsPage__introGrid {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
  align-items: start;
}

.aboutUsPage__who {
  min-width: 0;
  padding: 4px 8px 0 0;
}

.aboutUsPage__eyebrow {
  margin: 0 0 14px;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6aa8ef;
}

.aboutUsPage__pageHeading {
  margin: 0 0 18px;
  font-size: clamp(2.1rem, 4vw, 2.55rem);
  line-height: 1;
  font-weight: 700;
  color: #2d2d2d;
}

.aboutUsPage__lead {
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.6;
  color: #7b8088;
}

.aboutUsPage__aside {
  display: grid;
  gap: 12px;
}

.aboutUsPage__highlight,
.aboutUsPage__statCard,
.aboutUsPage__beliefCard,
.aboutUsPage__valueCard,
.aboutUsPage__destinationCard {
  border: 1px solid #e1e3e6;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

.aboutUsPage__highlight {
  padding: 18px 20px 18px 18px;
  border-left: 4px solid #67aaf7;
  background: rgba(235, 244, 255, 0.72);
}

.aboutUsPage__highlight p {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.55;
  font-weight: 600;
  color: #4f6b97;
}

.aboutUsPage__statGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.aboutUsPage__statCard {
  min-height: 92px;
  padding: 18px 20px 16px;
}

.aboutUsPage__statCard h3 {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.1;
  font-weight: 500;
  color: #2f2f2f;
}

.aboutUsPage__statCard p {
  margin: 0;
  font-size: clamp(0.96rem, 1.15vw, 1.12rem);
  line-height: 1.4;
  color: #575757;
}

.aboutUsPage__beliefGrid {
  margin-top: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aboutUsPage__beliefCard {
  min-height: 156px;
  padding: 22px 20px 18px;
}

.aboutUsPage__beliefCard--primary {
  border-color: #6daadf;
  background: #6aa8ef;
  color: #fff;
}

.aboutUsPage__beliefIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.2rem;
  line-height: 1;
  color: #dfeeff;
}

.aboutUsPage__beliefCard--primary .aboutUsPage__beliefIcon {
  color: #fff;
}

.aboutUsPage__beliefIcon--arrow {
  color: #6aa8ef;
}

.aboutUsPage__beliefCard h3 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.aboutUsPage__beliefCard p {
  margin: 0;
  max-width: 36ch;
  font-size: clamp(1rem, 1.28vw, 1.12rem);
  line-height: 1.5;
  color: #7b8088;
}

.aboutUsPage__beliefCard--primary p,
.aboutUsPage__beliefCard--primary h3 {
  color: #fff;
}

.aboutUsPage__section {
  margin-top: 28px;
}

.aboutUsPage__sectionHead {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.aboutUsPage__sectionHead h2 {
  margin: 0;
  font-size: clamp(1.85rem, 2.5vw, 2.15rem);
  line-height: 1;
  font-weight: 700;
  color: #2d2d2d;
}

.aboutUsPage__sectionHead span {
  flex: 1;
  height: 1px;
  background: #dadcde;
}

.aboutUsPage__valueGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aboutUsPage__valueCard {
  min-height: 110px;
  padding: 16px 16px 18px;
}

.aboutUsPage__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 24px;
  padding: 0 8px;
  border-radius: 7px;
  background: #6aa8ef;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.aboutUsPage__valueCard p {
  margin: 16px 0 0;
  max-width: 16ch;
  font-size: clamp(0.98rem, 1.28vw, 1.12rem);
  line-height: 1.32;
  color: #343434;
}

.aboutUsPage__destinationGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aboutUsPage__destinationCard {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 14px;
}

.aboutUsPage__destinationDot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #6aa8ef;
}

.aboutUsPage__destinationCard span:last-child {
  font-size: clamp(0.96rem, 1.22vw, 1.08rem);
  line-height: 1.25;
  color: #404040;
}

@media (max-width: 1080px) {
  .aboutUsPage__panel {
    margin-top: -58px;
  }

  .aboutUsPage__introGrid,
  .aboutUsPage__beliefGrid {
    grid-template-columns: 1fr;
  }

  .aboutUsPage__valueGrid,
  .aboutUsPage__destinationGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .aboutUsPage__main {
    padding-bottom: 32px;
  }

  .aboutUsPage__panel {
    margin-top: -42px;
    padding-inline: 14px;
  }

  .aboutUsPage__eyebrow {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .aboutUsPage__pageHeading {
    margin-bottom: 14px;
  }

  .aboutUsPage__highlight,
  .aboutUsPage__statCard,
  .aboutUsPage__beliefCard,
  .aboutUsPage__valueCard,
  .aboutUsPage__destinationCard {
    border-radius: 14px;
  }

  .aboutUsPage__statGrid,
  .aboutUsPage__valueGrid,
  .aboutUsPage__destinationGrid {
    grid-template-columns: 1fr;
  }

  .aboutUsPage__statCard,
  .aboutUsPage__beliefCard,
  .aboutUsPage__valueCard,
  .aboutUsPage__destinationCard {
    min-height: auto;
  }

  .aboutUsPage__section {
    margin-top: 24px;
  }
}

@media (max-width: 420px) {
  .aboutUsPage__panel {
    margin-top: -34px;
    padding-top: 14px;
  }

  .aboutUsPage__highlight {
    padding: 16px;
  }

  .aboutUsPage__beliefCard,
  .aboutUsPage__valueCard {
    padding-inline: 14px;
  }

  .aboutUsPage__destinationCard {
    padding-inline: 12px;
  }
}
