html { min-height: 100%; background: #05070F; }
body { min-height: 100%; margin: 0; color: #F2F6FF; background: #05070F; }
*, *::before, *::after { box-sizing: border-box; }

.marketing-not-found {
  display: grid;
  min-height: 100vh;
  place-content: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
  background: #f3f8fc;
}

.marketing-not-found p { margin: 0; color: #0874db; font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.marketing-not-found h1 { max-width: 32rem; margin: 0; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; }
.marketing-not-found a { color: #075eaf; font-weight: 700; }
