.dw404fix-wrap {
  min-height: 60vh;
  display: grid;
  place-items: center;
  padding: 48px 18px;
}
.dw404fix-card {
  width: min(760px, 100%);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(11,14,24,.96), rgba(22,10,36,.92));
  box-shadow: 0 28px 80px rgba(0,0,0,.4);
  color: #fff;
  padding: 34px;
}
.dw404fix-kicker {
  margin: 0 0 8px;
  color: #ff7a00;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}
.dw404fix-card h1 {
  margin: 0 0 12px;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
}
.dw404fix-card p {
  color: rgba(255,255,255,.78);
  font-size: 16px;
}
.dw404fix-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.dw404fix-form label {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.8);
  font-weight: 700;
}
.dw404fix-form input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  color: #fff;
  border-radius: 14px;
  padding: 13px 14px;
}
.dw404fix-form button,
.dw404fix-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 999px;
  padding: 13px 18px;
  background: linear-gradient(135deg, #b84dff, #ff7a00);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.dw404fix-form a {
  color: rgba(255,255,255,.76);
  text-align: center;
}
