/* Page 404 — refonte Check */

.nq-c-NotFound {
  font-family: var(--check-font-body, 'DM Sans', Helvetica, Arial, sans-serif);
  color: #0D1B2A;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(232, 32, 58, 0.08), transparent 60%),
    linear-gradient(180deg, #F8F9FB 0%, #fff 55%);
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px 112px;
  box-sizing: border-box;
  text-align: center;
}

.nq-c-NotFound-inner {
  max-width: 36rem;
  margin: 0 auto;
}

.nq-c-NotFound-eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E8203A;
}

.nq-c-NotFound-code {
  margin: 0 0 8px;
  font-family: var(--check-font-display, 'Poppins', Helvetica, Arial, sans-serif);
  font-size: clamp(5rem, 18vw, 9rem);
  font-weight: 900;
  line-height: 0.9;
  color: #0D1B2A;
  letter-spacing: -0.04em;
}

.nq-c-NotFound-title {
  margin: 0 0 16px;
  font-family: var(--check-font-display, 'Poppins', Helvetica, Arial, sans-serif);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  color: #0D1B2A;
}

.nq-c-NotFound-text {
  margin: 0 auto 32px;
  max-width: 28rem;
  font-size: 16px;
  line-height: 1.65;
  color: #6B7280;
}

.nq-c-NotFound-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.nq-c-NotFound-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: filter 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.nq-c-NotFound-btn--primary {
  background: #E8203A;
  color: #fff;
  box-shadow: 0 8px 24px rgba(232, 32, 58, 0.25);
}

.nq-c-NotFound-btn--primary:hover {
  filter: brightness(1.06);
  color: #fff;
}

.nq-c-NotFound-btn--ghost {
  background: #F3F4F6;
  color: #0D1B2A;
}

.nq-c-NotFound-btn--ghost:hover {
  background: #E5E7EB;
  color: #0D1B2A;
}
