.wea-benchmark {
  background-color: #181818;
  padding: 60px 15px;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wea-benchmark__title {
  color: #fefefe !important;
  text-align: center;
  margin: 0 0 12px 0 !important;
}

.wea-benchmark__subtitle {
  color: #d4d4d4 !important;
  text-align: center;
  margin: 0 0 40px 0 !important;
}

.wea-benchmark__tables-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transform: skewX(-9deg);
}

.wea-benchmark__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  table-layout: fixed;
}

.wea-benchmark__table--bot {
  margin-top: 20px;
}

.wea-benchmark__table th:nth-child(1) {
  width: 80px;
}
.wea-benchmark__table th:nth-child(2) {
  width: 20%;
}
.wea-benchmark__table th:nth-child(3) {
  width: 20%;
}
.wea-benchmark__table th:nth-child(4) {
  width: 35%;
}
.wea-benchmark__table th:nth-child(5) {
  width: auto;
}

.wea-benchmark__table--top thead tr {
  background-color: #fefefe;
}
.wea-benchmark__table--top .wea-benchmark__th {
  color: #181818 !important;
}

.wea-benchmark__table--bot thead tr {
  background-color: #fb273c;
}
.wea-benchmark__table--bot .wea-benchmark__th {
  color: #fefefe !important;
}

.wea-benchmark__th {
  padding: 16px 20px;
  font-family: "Bebas Kai", sans-serif;
  font-size: 22px !important;
  font-weight: 200 !important;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
}

.wea-benchmark__row {
  background-color: #222222;
  transition: background-color 0.2s ease;
}

.wea-benchmark__row:hover {
  background-color: #2a2a2a;
}

.wea-benchmark__td {
  padding: 18px 20px;
  color: #d4d4d4 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  vertical-align: middle;
}

.wea-benchmark__th {
  border: 1px solid #fefefe;
}
.wea-benchmark__table--bot .wea-benchmark__th {
  border: 1px solid #fb273c;
}

.wea-benchmark__cell-inner {
  display: inline-block;
  transform: skewX(9deg);
}

.wea-benchmark__th:first-child,
.wea-benchmark__td:first-child {
  padding-left: 25px;
}
.wea-benchmark__th:last-child,
.wea-benchmark__td:last-child {
  padding-right: 25px;
}

.wea-benchmark__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fefefe;
  color: #181818 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "Karla", sans-serif;
  flex-shrink: 0;
}

.wea-benchmark__td--cost {
  white-space: nowrap;
}

.wea-benchmark__th,
.wea-benchmark__td {
  background-color: inherit;
}

/* ─── RESPONSIVE ──────────────────────────────────────────── */

@media (max-width: 1340px) {
  .wea-benchmark__tables-wrapper {
    padding: 0 44px;
  }

  .wea-benchmark__td--cost {
    white-space: normal;
  }
}

@media (max-width: 1100px) {
  .wea-benchmark {
    min-height: 1px;
    padding: 40px 15px;
  }

  .wea-benchmark__title {
    font-size: 48px !important;
    margin-bottom: 8px !important;
  }

  .wea-benchmark__subtitle {
    margin-bottom: 28px !important;
  }

  .wea-benchmark__tables-wrapper {
    padding: 0;
    transform: none;
  }

  .wea-benchmark__th,
  .wea-benchmark__td {
    transform: none;
  }

  .wea-benchmark__table thead tr {
    display: flex;
    padding: 10px 16px;
  }

  .wea-benchmark__th:nth-child(1),
  .wea-benchmark__th:nth-child(3),
  .wea-benchmark__th:nth-child(4),
  .wea-benchmark__th:nth-child(5) {
    display: none;
  }

  .wea-benchmark__th:nth-child(2) {
    display: block;
    font-size: 22px !important;
    padding: 0;
  }

  .wea-benchmark__table,
  .wea-benchmark__table tbody,
  .wea-benchmark__table .wea-benchmark__row,
  .wea-benchmark__table .wea-benchmark__td {
    display: block;
    width: 100%;
  }

  .wea-benchmark__row {
    padding: 14px 16px;
    margin-bottom: 2px;
    position: relative;
    padding-left: 64px;
  }

  .wea-benchmark__td--num {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    padding: 0;
    width: 40px;
  }

  .wea-benchmark__td {
    padding: 2px 0;
    font-size: 14px !important;
  }

  .wea-benchmark__td--label {
    font-weight: 700 !important;
    color: #fefefe !important;
    font-size: 15px !important;
  }

  .wea-benchmark__td--cost {
    color: #aaa !important;
    font-size: 13px !important;
  }

  .wea-benchmark__table--bot .wea-benchmark__row {
    border-left: 3px solid #fb273c;
  }

  .wea-benchmark__table--bot .wea-benchmark__num {
    background-color: #fb273c;
    color: #fefefe !important;
  }

  .wea-benchmark__table--bot {
    margin-top: 20px;
  }

  .wea-benchmark__th:first-child,
  .wea-benchmark__td:first-child,
  .wea-benchmark__th:last-child,
  .wea-benchmark__td:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .wea-benchmark__cell-inner {
    transform: skewX(0deg);
  }

  .wea-benchmark__td.wea-benchmark__td--num {
    background-color: transparent;
  }
}
