.not-found-page{background:#fff;min-height:100vh}.not-found-main{text-align:center;flex-direction:column;align-items:center;width:min(100%,1365px);min-height:calc(100vh - 260px);margin:0 auto;padding:clamp(64px,11vw,120px) clamp(16px,4vw,32px) 80px;display:flex}.not-found-code{font-family:var(--font-poppins);color:var(--brand-tertiary);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:clamp(1rem,2vw,1.2rem);font-weight:600}.not-found-header{align-items:center;padding:0 8rem;display:flex}.not-found-illustration-wrap{aspect-ratio:4/3;width:min(100%,520px);position:relative}.not-found-illustration{object-fit:contain}.not-found-title{max-width:22ch;font-family:var(--font-fira);background:linear-gradient(90deg,#df8928,#fdce26);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:10px 0 0;font-size:clamp(2rem,8vw,3.8rem);font-style:italic;font-weight:600;line-height:1.12}.not-found-description{max-width:56ch;font-family:var(--font-poppins);color:#29292b;margin:18px 0 0;font-size:clamp(1rem,2.7vw,1.25rem);line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:clamp(28px,5vw,40px);display:flex}.not-found-button{min-height:48px;font-family:var(--font-poppins);border:1px solid #0000;border-radius:999px;padding:12px 26px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s}.not-found-button--primary{color:#fff;background:#000}.not-found-button--primary:hover{color:#000;background-color:#ffc000}.not-found-button--secondary{color:#0f0f0f;background:#fff;border-color:#0f0f0f2e}.not-found-button--secondary:hover{color:#0f0f0f;background:#fff8e1;border-color:#ffc000}.not-found-link{width:100%;font-family:var(--font-poppins);color:#0f0f0f;margin-top:4px;font-size:.95rem;text-decoration:none}.not-found-link:hover{color:var(--brand-tertiary)}@media (max-width:767px){.not-found-button{width:min(100%,22rem)}.not-found-header{justify-items:center;padding:0;display:grid}}
