.not-found-page{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:calc(100vh - 80px);padding:6rem 4rem;display:grid}.not-found-image{border-radius:var(--radius-lg);width:100%;height:520px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.not-found-image img{object-fit:cover;width:100%}.not-found-label{text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.not-found-content h1{color:var(--soft-black);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.not-found-description{max-width:500px;margin-bottom:2rem;font-size:18px;line-height:1.8}.not-found-link{background:var(--orange);color:var(--white);border-radius:999px;justify-content:center;align-items:center;padding:1.15rem 2.3rem;font-size:18px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.not-found-link:hover{filter:brightness(1.05);transform:translateY(-2px)scale(1.02);box-shadow:0 6px 18px #00000026}@media (max-width:768px){.not-found-page{grid-template-columns:1fr;gap:2rem;padding:4rem 2rem}.not-found-image{height:320px}.not-found-content{text-align:center}.not-found-content h1{font-size:2.4rem}.not-found-description{margin-left:auto;margin-right:auto}}
