.c1-fit,
.c1-fit * {
  box-sizing: border-box;
}

.c1-fit {
  position: relative;
  min-height: 790px;
  padding: 76px 24px 62px;
  overflow: hidden;
  isolation: isolate;
  background: #08070a;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.c1-fit-atmosphere {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 36%, rgba(71, 20, 76, .18), transparent 34%),
    linear-gradient(120deg, #08070a, #0e090c 70%, #130b09);
  pointer-events: none;
}

.c1-fit-shell {
  width: min(1210px, 100%);
  margin: 0 auto;
}

.c1-fit-heading {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}

.c1-fit-heading > p {
  margin: 0 0 14px;
  color: #f87549;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .17em;
}

.c1-fit-heading > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.c1-fit-heading i {
  width: 98px;
  height: 22px;
  flex: 0 0 98px;
  background: linear-gradient(90deg, transparent, #d83aaa, rgba(248, 117, 73, .28)) center / 100% 2px no-repeat;
  filter: drop-shadow(0 0 9px rgba(216, 58, 170, .28));
}

.c1-fit-heading i:last-child {
  transform: scaleX(-1);
}

.c1-fit-heading h2 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font: 600 38px/1.16 Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.c1-fit-heading > span {
  display: block;
  max-width: 800px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
  line-height: 1.6;
  text-wrap: balance;
}

.c1-operating-threshold {
  max-width: 1110px;
  margin: 58px auto 0;
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr;
  align-items: center;
}

.c1-operating-threshold article {
  min-height: 334px;
  padding: 28px 26px;
  display: grid;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(12, 11, 14, .66);
  text-align: center;
}

.c1-operating-threshold article:nth-of-type(2) {
  background: linear-gradient(145deg, rgba(62, 5, 77, .26), rgba(12, 11, 14, .82));
}

.c1-operating-threshold article:nth-of-type(3) {
  background: linear-gradient(145deg, rgba(12, 11, 14, .82), rgba(224, 90, 42, .1));
}

.c1-operating-threshold > i {
  color: #f87549;
  font-size: 20px;
  font-style: normal;
  text-align: center;
}

.c1-operating-threshold span {
  color: #f87549;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
}

.c1-operating-threshold h3 {
  margin: 16px 0 10px;
  color: #fff;
  font: 500 19px/1.3 Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -.01em;
}

.c1-operating-threshold ul {
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
  text-align: left;
}

.c1-operating-threshold li {
  position: relative;
  padding-left: 17px;
  color: rgba(255, 255, 255, .67);
  font-size: 14px;
  line-height: 1.55;
}

.c1-operating-threshold li::before {
  position: absolute;
  left: 0;
  color: #f87549;
  content: '•';
}

.c1-fit-close {
  max-width: 1110px;
  margin: 28px auto 0;
  overflow: hidden;
  border: 1px solid rgba(248, 117, 73, .22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 0 0, rgba(171, 53, 156, .12), transparent 34%),
    rgba(10, 8, 12, .74);
  box-shadow: 0 20px 56px rgba(0, 0, 0, .2);
}

.c1-not-stage p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.5;
}

.c1-not-stage {
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  text-align: left;
}

.c1-not-stage strong {
  display: block;
  margin-bottom: 8px;
  color: #f87549;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
}

.c1-not-stage ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
  text-align: left;
}

.c1-not-stage li {
  position: relative;
  min-height: 42px;
  padding: 9px 12px 9px 34px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.4;
}

.c1-not-stage li::before {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(248, 117, 73, .4);
  border-radius: 50%;
  color: #f87549;
  content: '×';
  font-size: 10px;
  line-height: 1;
}

.c1-fit-bottom {
  margin: 0;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  background: rgba(0, 0, 0, .16);
}

.c1-fit-bottom > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.55;
}

.c1-fit-bottom > a {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 0 0 auto;
  border: 1px solid rgba(248, 117, 73, .7);
  border-radius: 6px;
  background: linear-gradient(100deg, #b83592, #e05a2a 74%, #f87549);
  box-shadow: 0 12px 32px rgba(224, 90, 42, .2), 0 0 24px rgba(216, 58, 170, .14);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.c1-fit-bottom > a i {
  font-size: 25px;
  font-style: normal;
}

@media (max-width: 1024px) {
  .c1-fit {
    min-height: 0;
    padding: 68px 44px 56px;
  }

  .c1-fit-heading h2 {
    font-size: 33px;
  }

  .c1-fit-heading i {
    width: 65px;
    flex-basis: 65px;
  }

  .c1-operating-threshold {
    max-width: 650px;
    grid-template-columns: 1fr;
  }

  .c1-operating-threshold article {
    min-height: 0;
  }

  .c1-operating-threshold > i {
    min-height: 38px;
    display: grid;
    place-items: center;
    transform: rotate(90deg);
  }
}

@media (max-width: 640px) {
  .c1-fit {
    padding: 58px 20px 50px;
  }

  .c1-fit-heading > p {
    font-size: 8px;
  }

  .c1-fit-heading > div {
    gap: 7px;
  }

  .c1-fit-heading i {
    width: 30px;
    flex-basis: 30px;
  }

  .c1-fit-heading h2 {
    min-width: 0;
    max-width: 310px;
    font-size: 25px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .c1-fit-heading > span {
    font-size: 13px;
    line-height: 1.5;
  }

  .c1-operating-threshold {
    margin-top: 34px;
  }

  .c1-operating-threshold article {
    padding: 24px 20px;
  }

  .c1-operating-threshold h3 {
    margin: 14px 0 9px;
    color: rgba(255, 255, 255, .92);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.32;
  }

  .c1-operating-threshold li {
    font-size: 14px;
    line-height: 1.5;
  }

  .c1-operating-threshold > i {
    min-height: 30px;
  }

  .c1-fit-close {
    margin-top: 24px;
  }

  .c1-not-stage {
    padding: 20px 16px;
    display: block;
    text-align: center;
  }

  .c1-not-stage__intro {
    max-width: 310px;
    margin: 0 auto;
  }

  .c1-not-stage ul {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 16px;
  }

  .c1-not-stage li {
    min-height: 40px;
    padding-block: 8px;
    text-align: left;
  }

  .c1-fit-bottom {
    padding: 18px 16px;
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .c1-fit-bottom > a {
    width: 100%;
  }
}
