.microsoft-page {
  width: min(100%, 76rem);
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6.5rem) 1.5rem 6rem;
}

.microsoft-intro {
  max-width: 52rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.microsoft-kicker {
  margin: 0 0 0.75rem;
  color: #56d4a0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.microsoft-intro h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 5.75rem);
  font-weight: 900;
  line-height: 0.95;
}

.microsoft-intro > p:last-child {
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.65;
}

.badge-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent), var(--card);
  box-shadow: 0 1.1rem 3rem var(--shadow);
}

.badge-table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  table-layout: fixed;
}

.badge-table th,
.badge-table td {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.badge-table tr > :last-child {
  border-right: 0;
}

.badge-table tbody tr:last-child > * {
  border-bottom: 0;
}

.badge-table thead th {
  height: 4rem;
  padding: 1rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.badge-table__corner,
.badge-table tbody th {
  width: 8rem;
}

.badge-table tbody th {
  padding: 1rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.badge-table td {
  height: 10rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  text-align: center;
  vertical-align: middle;
}

.badge-table td a,
.badge-table td ms-store-badge {
  display: inline-block;
  vertical-align: middle;
}

.badge-table td a {
  border-radius: 0.4rem;
  transition: opacity 180ms ease, transform 180ms ease;
}

.badge-table td a:hover,
.badge-table td a:focus-visible {
  opacity: 0.88;
  transform: translateY(-1px);
}

.badge-table td a:focus-visible {
  outline: 2px solid #56d4a0;
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 46rem) {
  .microsoft-page {
    padding: 3.5rem 1.25rem 4.5rem;
  }

  .badge-table {
    min-width: 34rem;
  }

  .badge-table__corner,
  .badge-table tbody th {
    width: 6.25rem;
  }

  .badge-table td {
    padding: 1.25rem;
  }
}
