.salary-page {
  background: #f6fbfa;
}

.salary-section {
  padding: clamp(72px, 8vw, 118px) 0;
  background: #fff;
}

.salary-section + .salary-section {
  border-top: 1px solid rgba(16, 48, 45, 0.12);
}

.salary-section--soft {
  background: #eef8f6;
}

.salary-section--partner {
  background: linear-gradient(135deg, #f6fbfa 0%, #ffffff 48%, #e9f8f5 100%);
}

.salary-table-wrap {
  margin-top: clamp(34px, 4vw, 56px);
  overflow-x: auto;
  border: 1px solid rgba(78, 204, 184, 0.42);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(16, 48, 45, 0.08);
}

.salary-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: #172824;
}

.salary-table th,
.salary-table td {
  padding: 24px 28px;
  border-bottom: 1px solid rgba(16, 48, 45, 0.12);
  border-right: 1px solid rgba(16, 48, 45, 0.1);
  text-align: left;
  vertical-align: top;
}

.salary-table th:last-child,
.salary-table td:last-child {
  border-right: 0;
}

.salary-table tbody tr:last-child th,
.salary-table tbody tr:last-child td {
  border-bottom: 0;
}

.salary-table thead th {
  background: #4eccb8;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.salary-table tbody th {
  width: 22%;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  font-weight: 900;
}

.salary-table td strong {
  display: block;
  margin-bottom: 8px;
  color: #4eccb8;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  font-weight: 950;
}

.salary-table td span {
  display: block;
  color: #55736d;
  font-size: 0.98rem;
  line-height: 1.45;
}

.salary-table--aid td strong {
  display: inline;
  margin: 0;
  color: #ff9f00;
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
}

.salary-note {
  margin: 22px 0 0;
  max-width: 920px;
  color: #55736d;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  line-height: 1.65;
}

.salary-card-grid {
  display: grid;
  gap: 0;
  margin-top: clamp(34px, 4vw, 56px);
  border-top: 4px solid #4eccb8;
  background: #fff;
}

.salary-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.salary-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.salary-info-card {
  min-height: 310px;
  padding: clamp(34px, 4vw, 54px);
  border-right: 1px solid rgba(16, 48, 45, 0.14);
  border-bottom: 1px solid rgba(16, 48, 45, 0.14);
  background: #fff;
}

.salary-info-card:nth-child(3n) {
  border-right: 0;
}

.salary-card-grid--two .salary-info-card:nth-child(3n) {
  border-right: 1px solid rgba(16, 48, 45, 0.14);
}

.salary-card-grid--two .salary-info-card:nth-child(2n) {
  border-right: 0;
}

.salary-info-card__icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 18px;
  background: rgba(78, 204, 184, 0.12);
  color: #4eccb8;
}

.salary-info-card h3 {
  margin: 0 0 18px;
  color: #172824;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.salary-info-card p {
  margin: 0;
  color: #55736d;
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.62;
}

.salary-info-card--dense {
  min-height: 360px;
}

.salary-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: clamp(34px, 4vw, 56px);
}

.salary-check-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px;
  border: 1px solid rgba(78, 204, 184, 0.38);
  border-radius: 22px;
  background: #fff;
}

.salary-check-card__icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #4eccb8;
  color: #172824;
}

.salary-check-card h3 {
  margin: 0 0 8px;
  color: #172824;
  font-size: 1.15rem;
  font-weight: 900;
}

.salary-check-card p {
  margin: 0;
  color: #55736d;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .salary-section {
    padding: 58px 0;
  }

  .salary-card-grid--three,
  .salary-card-grid--two,
  .salary-check-grid {
    grid-template-columns: 1fr;
  }

  .salary-info-card,
  .salary-info-card:nth-child(3n),
  .salary-card-grid--two .salary-info-card:nth-child(3n),
  .salary-card-grid--two .salary-info-card:nth-child(2n) {
    border-right: 0;
  }
}
