.product-retired {
  min-height: 100vh;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  padding: clamp(24px, 7vw, 96px);
  color: #edf1ff;
  background:
    radial-gradient(circle at 20% 15%, rgba(78, 102, 255, .22), transparent 38%),
    #090d18;
}

.product-retired-card {
  width: min(680px, 100%);
  box-sizing: border-box;
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid rgba(151, 164, 212, .3);
  border-radius: 20px;
  background: rgba(19, 25, 43, .94);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .35);
}

.product-retired-eyebrow {
  color: #9bacff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-retired h1 {
  margin: 14px 0 18px;
  font-size: clamp(2rem, 6vw, 3.5rem);
  line-height: 1.08;
}

.product-retired p {
  margin: 0 0 14px;
  color: #c4cbe3;
  font-size: 1rem;
  line-height: 1.75;
}

.product-retired .product-retired-history {
  color: #919bbd;
}

.product-retired a {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 20px;
  border-radius: 10px;
  color: #fff;
  background: #4058e8;
  font-weight: 700;
  text-decoration: none;
}

.product-retired a:focus-visible {
  outline: 3px solid #b9c2ff;
  outline-offset: 4px;
}

[dir="rtl"] .product-retired-card {
  text-align: right;
}
