.achievement-page {
  background: #f7f7f7;
  color: #21184f;
}

.achievement-hero {
  position: relative;
  padding: 70px 0 50px;
  background: linear-gradient(
    180deg,
    #ef1b88 0%,
    #dc1e96 25%,
    #c023a4 50%,
    #a12bb1 75%,
    #8232be 100%
  );
  overflow: hidden;
}

.achievement-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: #f7f7f7;
  z-index: 0;
}

.achievement-hero .container {
  position: relative;
  z-index: 1;
}

.achievement-hero__inner {
  display: grid;
  grid-template-columns: 450px minmax(0, 1fr);
  align-items: flex-start;
  gap: 55px;
}

.achievement-hero__title {
  margin: 0 0 26px;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 900;
  color: #fff;
}

.achievement-hero__title span {
  color: #fff000;
}

.achievement-hero__text {
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.achievement-hero__text p {
  margin: 0 0 22px;
}

.achievement-hero__text p:last-child {
  margin-bottom: 0;
}

.achievement-hero__visual {
  position: relative;
  min-height: 360px;
}

.achievement-hero__frame {
  position: relative;
  max-width: 650px;
  /* height: 420px; */
  margin-left: auto;
}

.achievement-hero__video,
.achievement-hero__poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  padding: 6%;
}

.achievement-hero__border {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.achievement-hero__medal {
  position: absolute;
  right: -15px;
  bottom: -150px;
  z-index: 4;
  width: 170px;
  height: auto;
}

.achievement-stats {
  position: relative;
  z-index: 5;
  max-width: 920px;
  min-height: 120px;
  margin: 25px auto 0;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
}

.achievement-stat {
  min-height: 76px;
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  text-align: center;
}

.achievement-stat:not(:last-child) {
  border-right: 1px solid rgba(63, 63, 63, 0.24);
}

.achievement-stat img {
  grid-row: span 2;
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.achievement-stat__number {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  color: #9e249d;
}

.achievement-stat__text {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #5b2890;
}

.achievement-record {
  padding: 0 0 58px;
}

.achievement-section-title {
  margin: 0 0 28px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  color: #5b2890;
}

.achievement-record__video {
  max-width: 930px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 35px;
}

.achievement-record__video iframe,
.achievement-record__video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.achievement-impact {
  padding: 0 0 45px;
  background: #f7f7f7;
}

.achevment-impact__items-wrapper {
  padding: 50px 0;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.2);
}

.achievement-impact__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.achievement-impact__item {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.achievement-impact__item:not(:last-child) {
  border-right: 1px solid rgba(63, 63, 63, 0.24);
}

.achievement-impact__item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.achievement-impact__item h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #5b2890;
}

.achievement-impact__item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #5b2890;
}

.achievement-quote {
  padding: 0 0 65px;
  background: #f7f7f7;
}

.achievement-quote__box {
  position: relative;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 35px 120px;
  border-radius: 35px;
  background: linear-gradient(110deg, #8b1ab8 0%, #f0009b 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(91, 40, 144, 0.28);
  overflow: hidden;
}

.achievement-quote__content {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  max-width: 600px;
}

.achievement-quote__symbol {
  margin-top: -32px;
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  font-family: auto;
}

.achievement-quote__content p {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.achievement-quote__content strong {
  font-size: 24px;
  font-weight: 700;
}

.achievement-quote__stars {
  position: relative;
  z-index: 2;
  width: 150px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 1199px) {
  .achievement-hero__inner {
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 35px;
  }

  .achievement-hero__title {
    font-size: 48px;
  }

  .achievement-hero__text {
    font-size: 16px;
  }

  .achievement-hero__medal {
    right: 0;
    width: 145px;
  }

  .achievement-impact__item {
    padding: 28px 22px;
  }

  .achievement-quote__box {
    padding: 35px 70px;
  }
}

@media (max-width: 991px) {
  .achievement-hero {
    padding-top: 50px;
  }

  .achievement-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .achievement-hero__content {
    max-width: 620px;
    margin: 0 auto;
  }

  .achievement-hero__text {
    max-width: 100%;
  }

  .achievement-hero__visual {
    min-height: auto;
  }

  .achievement-hero__frame {
    margin: 0 auto;
  }

  .achievement-stats {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
    border-radius: 24px;
  }

  .achievement-stat {
    border-right: 0 !important;
    justify-content: flex-start;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }

  .achievement-impact__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .achievement-impact__item:nth-child(2) {
    border-right: 0;
  }

  .achievement-impact__item:nth-child(1),
  .achievement-impact__item:nth-child(2) {
    border-bottom: 1px solid rgba(63, 63, 63, 0.24);
  }

  .achievement-quote__box {
    padding: 32px 40px;
  }
}

@media (max-width: 767px) {
  .achievement-hero__title {
    font-size: 40px;
  }

  .achievement-hero__medal {
    width: 115px;
  }

  .achievement-section-title {
    font-size: 25px;
  }

  .achievement-impact__items {
    grid-template-columns: 1fr;
  }

  .achievement-impact__item {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(63, 63, 63, 0.24);
  }

  .achievement-impact__item:last-child {
    border-bottom: 0;
  }

  .achievement-stat:not(:last-child) {
    border-radius: 0;
    border-bottom: 1px solid rgba(63, 63, 63, 0.24);
    padding-bottom: 18px;
  }

  .achievement-quote__box {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 26px;
    border-radius: 22px;
  }

  .achievement-quote__symbol {
    margin-top: 0;
    font-size: 60px;
  }

  .achievement-quote__content p {
    font-size: 17px;
  }

  .achievement-quote__stars {
    width: 110px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .achievement-hero {
    padding-top: 38px;
  }

  .achievement-hero__title {
    font-size: 34px;
  }

  .achievement-hero__text {
    font-size: 15px;
  }

  .achievement-hero__medal {
    right: -10px;
    bottom: -6px;
    width: 90px;
  }

  .achievement-stats {
    margin-top: 18px;
  }

  .achievement-record__video {
    border-radius: 18px;
  }

  .achievement-impact__item {
    padding: 24px 18px;
  }

  .achievement-impact__item h3 {
    font-size: 20px;
  }
}
