.market-competitors {
  margin-block-start: clamp(48px, 7vw, 96px);
  padding: clamp(24px, 4vw, 56px);
  overflow: hidden;
  color: #edf8fc;
  background:
    radial-gradient(circle at 12% 0%, rgba(59, 190, 232, .14), transparent 28%),
    linear-gradient(145deg, #07131d, #0b1a2b 56%, #07111c);
  border: 1px solid rgba(91, 184, 224, .44);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(5, 18, 26, .16);
}

.competitors-heading {
  display: grid;
  grid-template-columns: minmax(190px, .3fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-block-end: clamp(28px, 4vw, 48px);
  padding-block-end: clamp(24px, 3vw, 38px);
  border-block-end: 1px solid rgba(137, 211, 239, .25);
}

.competitors-heading > span {
  color: #7addf8;
  direction: ltr;
  font: 700 .68rem/1.5 "Inter Tight", sans-serif;
  letter-spacing: .16em;
  text-align: right;
}

.competitors-heading > div {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: end;
  min-width: 0;
}

.competitors-heading h3 {
  margin: 0;
  color: #f6fbfd;
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .94;
}

.competitors-heading p {
  margin: 0;
  color: #a9bdc8;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.7;
}

.competitors-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(111, 186, 218, .22);
  border-radius: 18px;
  scrollbar-color: #51c6eb #0b1723;
}

.competitors-table-wrap:focus-visible {
  outline: 3px solid #65d6f6;
  outline-offset: 4px;
}

.competitors-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: separate;
  border-spacing: 0;
  color: #d7e5eb;
  font-size: clamp(.75rem, .8vw, .92rem);
  line-height: 1.45;
  text-align: right;
}

.competitors-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.competitors-table th,
.competitors-table td {
  min-width: 104px;
  padding: 18px 16px;
  border-block-end: 1px solid rgba(124, 179, 202, .12);
  vertical-align: middle;
}

.competitors-table th:first-child,
.competitors-table td:first-child {
  min-width: 130px;
}

.competitors-table th:last-child,
.competitors-table td:last-child {
  min-width: 225px;
}

.competitors-table thead th {
  color: #f2f8fb;
  background: #142a42;
  font-weight: 600;
  white-space: nowrap;
}

.competitors-table tbody th {
  color: #f4f9fb;
  font-size: 1rem;
  font-weight: 600;
}

.competitors-table tbody tr:nth-child(odd) {
  background: rgba(21, 39, 60, .74);
}

.competitors-table tbody tr:nth-child(even) {
  background: rgba(12, 27, 43, .72);
}

.competitors-table tbody tr.is-airshield {
  color: #f4fcff;
  background: linear-gradient(90deg, rgba(17, 82, 123, .96), rgba(21, 106, 151, .94));
  box-shadow: inset 0 0 0 1px #4acaf2;
}

.competitors-table tbody tr.is-airshield th {
  color: #9ceaff;
}

.competitors-table tbody tr:last-child > * {
  border-block-end: 0;
}

.competitors-table bdi {
  white-space: nowrap;
}

.competitors-source {
  margin: 18px 4px 0;
  color: #8198a5;
  font-size: .76rem;
}

@media (max-width: 980px) {
  .competitors-heading,
  .competitors-heading > div {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .competitors-table-wrap {
    overflow: visible;
    border: 0;
  }

  .competitors-table {
    display: block;
    min-width: 0;
  }

  .competitors-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .competitors-table tbody {
    display: grid;
    gap: 16px;
  }

  .competitors-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(124, 190, 218, .2);
    border-radius: 16px;
  }

  .competitors-table tbody th,
  .competitors-table tbody td,
  .competitors-table th:first-child,
  .competitors-table td:first-child,
  .competitors-table th:last-child,
  .competitors-table td:last-child {
    display: grid;
    min-width: 0;
    padding: 14px 16px;
    border-block-end: 1px solid rgba(124, 190, 218, .13);
  }

  .competitors-table tbody th::before,
  .competitors-table tbody td::before {
    margin-block-end: .35rem;
    color: #7f9cab;
    content: attr(data-label);
    font-size: .65rem;
    font-weight: 500;
  }

  .competitors-table tbody th {
    grid-column: 1 / -1;
    font-size: 1.25rem;
  }

  .competitors-table tbody td:last-child {
    grid-column: 1 / -1;
  }

  .competitors-table tbody tr.is-airshield > *::before {
    color: #b6ebfa;
  }
}

@media (max-width: 560px) {
  .market-competitors {
    margin-inline: -4px;
    padding: 20px 14px;
    border-radius: 20px;
  }

  .competitors-heading h3 {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .competitors-table tbody tr {
    grid-template-columns: 1fr;
  }

  .competitors-table tbody th,
  .competitors-table tbody td,
  .competitors-table tbody td:last-child {
    grid-column: 1;
  }
}
