.lower-page {
  min-width: 768px;
  background: linear-gradient(167.53deg, #050021 1.19%, #0a1a2f 47.27%);
}

.about-page {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.breadcrumb {
  position: absolute;
  z-index: 3;
  top: 116px;
  left: max(40px, 50% - 820px);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.75;
}
.breadcrumb a {
  transition: opacity 0.2s ease;
}
.breadcrumb a:hover {
  opacity: 0.7;
}

.about-hero {
  height: 340px;
  padding: 216px max(40px, 50% - 820px) 0;
}
.about-hero__title {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}
.about-hero__title::after {
  width: 207px;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  content: "";
  transform: translateY(3px);
}

.vision {
  position: relative;
  min-height: 810px;
}
.vision__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.62;
}
.vision__background::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 0, 33, 0.18), rgba(10, 26, 47, 0.84) 84%, #0a1a2f);
  content: "";
}
.vision__background-image {
  display: block;
  position: absolute;
  top: 50%;
  left: -6.35%;
  width: 108.54%;
  max-width: none;
  height: auto;
  transform: translateY(-50%);
}
.vision__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 80px, 1560px);
  margin: 0 auto;
  padding-top: 117px;
}
.vision__title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.vision__matching {
  display: grid;
  grid-template-columns: 440px minmax(330px, 1fr) 440px;
  align-items: center;
  gap: clamp(38px, 5vw, 96px);
  margin-top: 52px;
}
.vision__message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 267px;
  text-align: center;
}
.vision__message p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 5px 10px;
  color: #1e3a5f;
  font-size: 28px;
  font-weight: 500;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.96);
}
.vision__line {
  position: absolute;
  width: 196px;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
}
.vision__line::after {
  position: absolute;
  top: -6px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.vision__line--upper {
  top: 35px;
  left: -40px;
}
.vision__line--upper::after {
  right: 0;
  transform: rotate(45deg);
}
.vision__line--lower {
  right: -40px;
  bottom: 35px;
}
.vision__line--lower::after {
  left: 0;
  transform: rotate(-135deg);
}
.vision__lead {
  margin: 67px 0 0;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.vision-card__title {
  margin: 0 0 -12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.vision-card__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  min-height: 267px;
  margin: 0;
  padding: 35px 62px;
  list-style: none;
  background: rgba(10, 26, 47, 0.5);
}
.vision-card__list li {
  position: relative;
  padding-left: 46px;
  font-size: 24px;
  line-height: 1.5;
}
.vision-card__list li::before {
  position: absolute;
  top: 0.45em;
  left: 1px;
  width: 23px;
  height: 11px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  transform: rotate(-45deg);
}

.strengths {
  min-height: 907px;
  padding: 82px 0 170px;
  background: #0a1a2f;
}
.strengths__inner {
  width: min(100% - 80px, 1444px);
  margin: 0 auto;
}
.strengths__title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.strengths__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 4vw, 62px);
  margin-top: 94px;
}

.strength-card__image {
  width: 100%;
  aspect-ratio: 440/314;
  -o-object-fit: cover;
     object-fit: cover;
}
.strength-card:nth-child(3) .strength-card__image {
  -o-object-position: center 65%;
     object-position: center 65%;
}
.strength-card__title {
  margin: 30px 0 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
.strength-card__title span {
  margin-right: 12px;
  font-size: 35px;
}
.strength-card__text {
  width: 92%;
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 1.5;
}

.about-contact {
  position: relative;
  min-height: 520px;
  background: url("../assets/contact-bg.png") center/cover no-repeat;
}
.about-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(100% - 80px, 1240px);
  margin: 0 auto;
  padding-top: 163px;
}
.about-contact h2, .about-contact h3 {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}
.about-contact__intro p {
  margin: 31px 0 0;
  font-size: 20px;
  line-height: 1.5;
}
.about-contact__action {
  padding-left: 0;
  text-align: center;
}
.about-contact__action p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 22px 0 0;
  font-size: 20px;
}
.about-contact__action img {
  width: 26px;
}
.about-contact__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 187px;
  height: 48px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  font-size: 20px;
  transition: color 0.2s ease, background 0.2s ease;
}
.about-contact__button span {
  position: absolute;
  right: 24px;
}
.about-contact__button:hover {
  color: #050021;
  background: #fff;
}

.about-footer {
  background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 1400px) {
  .vision__matching {
    grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.8fr) minmax(300px, 1fr);
    gap: 32px;
  }
  .vision__message p {
    font-size: clamp(20px, 2vw, 28px);
  }
  .vision__line--upper {
    left: 0;
  }
  .vision__line--lower {
    right: 0;
  }
  .vision-card__list {
    padding-right: 30px;
    padding-left: 30px;
  }
  .vision-card__list li {
    padding-left: 38px;
    font-size: clamp(18px, 1.7vw, 24px);
  }
  .strength-card__title {
    font-size: clamp(21px, 2vw, 30px);
  }
  .strength-card__title span {
    font-size: clamp(25px, 2.4vw, 35px);
  }
  .strength-card__text {
    font-size: clamp(16px, 1.4vw, 20px);
  }
}
@media (min-width: 769px) and (max-width: 1016px) {
  .vision__matching {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 1.1fr) minmax(0, 1fr);
    gap: 16px;
  }
  .vision__message p {
    padding-right: 6px;
    padding-left: 6px;
    font-size: clamp(16px, 1.8vw, 18px);
  }
  .vision-card__list {
    padding-right: 16px;
    padding-left: 16px;
  }
  .vision-card__list li {
    padding-left: 30px;
    font-size: clamp(16px, 1.8vw, 18px);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .about-contact {
    min-height: 397px;
    height: 397px;
  }
  .about-contact__inner {
    display: block;
    width: 100%;
    padding: 40px 20px 0;
    text-align: center;
  }
  .about-contact__intro p {
    margin-top: 25px;
  }
  .about-contact__action {
    padding: 30px 0 0;
  }
  .about-contact__button {
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .lower-page {
    min-width: 0;
    background: linear-gradient(28deg, #0a1a2f 52.73%, #050021 98.81%);
  }
  .breadcrumb {
    top: 96px;
    left: 20px;
    gap: 10px;
    font-size: 14px;
  }
  .about-hero {
    height: 240px;
    padding: 160px 20px 0;
  }
  .about-hero__title {
    gap: 20px;
    font-size: 32px;
  }
  .about-hero__title::after {
    width: 180px;
  }
  .vision {
    height: 1448px;
    min-height: 0;
    overflow: hidden;
  }
  .vision__background {
    top: 70px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 53.31vw;
    opacity: 0.28;
    transform: none;
  }
  .vision__background::after {
    display: none;
  }
  .vision__background-image {
    top: -9.77%;
    left: -6.35%;
    width: 108.54%;
    max-width: none;
    height: auto;
    transform: none;
  }
  .vision__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 28px;
  }
  .vision__title {
    order: 1;
    font-size: 32px;
  }
  .vision__lead {
    order: 2;
    width: 350px;
    margin: 113px auto 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .vision__lead br {
    display: none;
  }
  .vision__matching {
    order: 3;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-top: 154px;
  }
  .vision__message {
    order: 2;
    width: 100%;
    min-height: 367px;
  }
  .vision__message p {
    position: absolute;
    top: 140px;
    left: 50%;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    font-size: 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.96);
    transform: translateX(-50%);
  }
  .vision__line {
    width: 1px;
    height: 133px;
  }
  .vision__line::after {
    top: auto;
    right: auto;
    left: -6px;
  }
  .vision__line--upper {
    top: -23px;
    right: auto;
    left: 69%;
  }
  .vision__line--upper::after {
    right: auto;
    bottom: 0;
    transform: rotate(135deg);
  }
  .vision__line--lower {
    top: 199px;
    right: auto;
    bottom: auto;
    left: 31%;
  }
  .vision__line--lower::after {
    top: 0;
    left: -6px;
    transform: rotate(-45deg);
  }
  .vision-card {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .vision-card--client {
    order: 1;
  }
  .vision-card--company {
    order: 3;
  }
  .vision-card__title {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 32px;
  }
  .vision-card__list {
    width: 440px;
    min-height: 267px;
    margin: -12px 0 0 50%;
    padding: 38px 88px;
    gap: 28px;
    transform: translateX(-50%);
  }
  .vision-card__list li {
    padding-left: 43px;
    font-size: 24px;
    white-space: nowrap;
  }
  .strengths {
    height: 2002px;
    min-height: 0;
    padding: 40px 0 0;
  }
  .strengths__inner {
    width: 100%;
  }
  .strengths__title {
    font-size: 32px;
  }
  .strengths__grid {
    display: block;
    margin-top: 34px;
  }
  .strength-card {
    display: flex;
    flex-direction: column;
    height: 610px;
  }
  .strength-card:last-child {
    height: 658px;
  }
  .strength-card__title {
    order: 1;
    margin: 0;
    padding: 0 20px;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    white-space: normal;
  }
  .strength-card__title span {
    margin-right: 12px;
    font-size: 35px;
  }
  .strength-card__image {
    order: 2;
    flex: 0 0 auto;
    width: 440px;
    max-width: none;
    height: 314px;
    margin: 34px 0 0 50%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateX(-50%);
  }
  .strength-card__text {
    order: 3;
    width: 325px;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 1.5;
  }
  .about-contact {
    min-height: 397px;
    height: 397px;
    background-position: center;
  }
  .about-contact__inner {
    display: block;
    width: 100%;
    padding: 40px 20px 0;
    text-align: center;
  }
  .about-contact h2 {
    font-size: 40px;
  }
  .about-contact h3 {
    font-size: 32px;
  }
  .about-contact__intro p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.5;
  }
  .about-contact__action {
    padding: 30px 0 0;
  }
  .about-contact__action p {
    justify-content: center;
    margin-top: 25px;
    font-size: 16px;
  }
  .about-contact__action img {
    width: 19px;
  }
  .about-contact__button {
    margin: 28px auto 0;
  }
}
