.results-page {
  background: #f6fbfa;
}

.results-section {
  padding: clamp(68px, 7vw, 112px) 0;
  background: #fff;
}

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

.results-section--intro {
  background: linear-gradient(135deg, #ffffff 0%, #f4fbfa 56%, #e7f8f5 100%);
}

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

.results-section--method {
  background: linear-gradient(135deg, #f6fbfa 0%, #ffffff 52%, #eaf8f6 100%);
}

.results-section--empty {
  min-height: 52vh;
  display: flex;
  align-items: center;
}

.results-intro {
  max-width: 980px;
}

.results-page .fsection__eyebrow {
  color: #4eccb8;
}

.results-page .fsection__title {
  color: #172824;
}

.results-page .fsection__intro {
  color: #55736d;
}

.results-intro__body {
  max-width: 940px;
  color: #55736d;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.72;
}

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

.results-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.results-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.results-stat-card,
.results-method-card {
  min-height: 260px;
  padding: clamp(28px, 3.2vw, 44px);
  border-right: 1px solid rgba(16, 48, 45, 0.14);
  border-bottom: 1px solid rgba(16, 48, 45, 0.14);
  background: #fff;
}

.results-stat-card:nth-child(4n),
.results-method-card:nth-child(4n) {
  border-right: 0;
}

.results-stat-card__value {
  margin: 0 0 20px;
  color: #4eccb8;
  font-size: clamp(1.2rem, 1.9vw, 1.9rem);
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: 0;
}

.results-stat-card__value--pending {
  color: #7c918d;
  font-size: clamp(1.02rem, 1.35vw, 1.3rem);
  line-height: 1.28;
}

.results-stat-card h3,
.results-method-card h3 {
  margin: 0 0 14px;
  color: #172824;
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
}

.results-stat-card p,
.results-method-card p {
  margin: 0;
  color: #55736d;
  font-size: clamp(0.98rem, 1.05vw, 1.1rem);
  line-height: 1.62;
}

.results-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);
}

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

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

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

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

.results-table thead th {
  background: #4eccb8;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.results-table tbody th {
  width: 260px;
  background: #fbfefe;
}

.results-table tbody td {
  color: #172824;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.42;
}

.results-table__code {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(78, 204, 184, 0.14);
  color: #4eccb8;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.results-table__name {
  display: block;
  color: #172824;
  font-size: clamp(1.02rem, 1.25vw, 1.22rem);
  font-weight: 950;
  line-height: 1.24;
}

.results-table__pending {
  color: #7c918d;
  font-weight: 850;
}

.results-note {
  margin: 22px 0 0;
  max-width: 980px;
  color: #55736d;
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1.65;
}

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

.results-method-card__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 160, 0, 0.14);
  color: #ff9f00;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.results-empty {
  max-width: 760px;
  padding: clamp(32px, 4vw, 52px);
  border: 1px solid rgba(78, 204, 184, 0.36);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 70px rgba(16, 48, 45, 0.08);
}

.results-empty--inline {
  margin-top: clamp(30px, 4vw, 48px);
  box-shadow: none;
}

.results-empty__eyebrow {
  margin: 0 0 14px;
  color: #4eccb8;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.results-empty h2,
.results-empty h3 {
  margin: 0 0 16px;
  color: #172824;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.results-empty h3 {
  font-size: clamp(1.3rem, 2vw, 1.9rem);
}

.results-empty p {
  margin: 0;
  color: #55736d;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.62;
}

@media (max-width: 1180px) {
  .results-stat-grid,
  .results-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-stat-card:nth-child(4n),
  .results-method-card:nth-child(4n) {
    border-right: 1px solid rgba(16, 48, 45, 0.14);
  }

  .results-stat-card:nth-child(2n),
  .results-method-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 720px) {
  .results-section {
    padding: 54px 0;
  }

  .results-stat-grid,
  .results-method-grid {
    grid-template-columns: 1fr;
  }

  .results-stat-card,
  .results-method-card {
    min-height: 0;
    border-right: 0;
  }

  .results-stat-card:nth-child(4n),
  .results-method-card:nth-child(4n),
  .results-stat-card:nth-child(2n),
  .results-method-card:nth-child(2n) {
    border-right: 0;
  }

  .results-table-wrap {
    border-radius: 18px;
  }

  .results-table {
    min-width: 980px;
  }

  .results-table th,
  .results-table td {
    padding: 18px 16px;
  }

  .results-empty {
    border-radius: 18px;
  }
}
